tapin13 / openCL-helloWorld

OpenCL basic initialization, get some device info, run simple kernel
MIT License
1 stars 2 forks source link
c gpu opengl

OpenCL basic initialization, get some device info, run simple kernel

Compiled with gcc under LinuxMint 19

Compile and Run

$ git clone https://github.com/tapin13/openCL-helloWorld.git
$ cd openCL-helloWorld
$ make
$ ./openCL-helloWorld

alt text

Tutorial from https://habr.com/post/261323/ and other from google & https://www.khronos.org