ckormanyos / mandelbrot

High-precision Mandelbrot fractal iterations in C++ template code
Boost Software License 1.0
7 stars 3 forks source link

Try for GPU implementation for massive parallelization #7

Open ckormanyos opened 2 years ago

ckormanyos commented 2 years ago

Explore massive parallelization trying for a GPU implementation.

ckormanyos commented 1 month ago

This might be a lot easier now that Boost.Multiprecision supports CUDA. I'll need to investigate this.

ckormanyos commented 3 weeks ago

See also #19.