From 4c6a8c482f54b2e4129acb8940170d9ca37b58d1 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Sat, 21 Jan 2017 17:03:53 +1300 Subject: Add readme --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..ab6d00a --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# fractal-gen-opencl + +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 +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 +of its portability and open nature. + +Currently in early days. -- cgit v1.1