diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ This is a work-in-progress port of my simple fractal-gen software to OpenCL. That software was an experiment of mine to generate mandelbrot (and some of -its cousins) fractals on CPU. This is my attempt at porting that software to +its cousin) fractals on CPU. This is my attempt at porting that software to OpenCL so it can be used on a multitude of computation devices, including GPUs. I had started to port it to CUDA in October 2016, but changed to CL because |