OpenCL-examples
OpenCL-examples copied to clipboard
Simple OpenCL examples for exploiting GPU computing
Would you mind to add CMake (or alternative platform independent) build scripts? At the moment, the build procedure is limited to the Apple ecosystem. OpenCL is deprecated in macOS. The...
I was working on OpenCL job examples for our cluster, esp. for an AMD GPU. I've scripted a job to call a fork of this repo as well as `OpenCL-Tutorials`....
dennis@nvidia-k8s:~/Documents/OpenCL/OpenCL-examples/mandelbrot$ make gcc -std=c99 -Wall -DUNIX -g -DDEBUG -m64 -o mandelbrot mandelbrot.c clbuild.c -lOpenCL In file included from /usr/include/CL/cl.h:32, from defs.h:10, from mandelbrot.c:5: /usr/include/CL/cl_version.h:34:9: note: #pragma message: cl_version.h: CL_TARGET_OPENCL_VERSION is...