Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

logistic_mandelbrot.py Downcasting to 32 bit #51

Open
MR-MANDELBROT opened this issue Apr 27, 2023 · 1 comment
Open

logistic_mandelbrot.py Downcasting to 32 bit #51

MR-MANDELBROT opened this issue Apr 27, 2023 · 1 comment
Labels
good first issue Good for newcomers

Comments

@MR-MANDELBROT
Copy link

MR-MANDELBROT commented Apr 27, 2023

I get this Warning: 3.9.2/lib/python3.9/site-packages/vispy/gloo/texture.py:44: UserWarning: GPUs can't support dtypes bigger than 32-bit, but got 'float64'. Precision will be lost due to downcasting to 32-bit.
warnings.warn(
fractal_mandelbrot_100 started rendering

when running logistic_mandelbrot.py
is this a Problem?

@jonnyhyman
Copy link
Owner

Not a real problem, we probably should run the whole Mandelbrot calculation in float32 anyway since it will speed things up. For now just ignore it, if anyone wants to PR this change, feel free

@jonnyhyman jonnyhyman added the good first issue Good for newcomers label Aug 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants