git
cmake
version2.8
or higher.gcc
orclang
that supportsstd=c++11
.OpenCL
$ git clone git@github.com:vaalentin/opencl.git
$ cd opencl
$ mkdir build
$ cd build
$ cmake ..
$ cd build
$ make run
MIT, see LICENSE.md for more details.
git
cmake
version 2.8
or higher.gcc
or clang
that supports std=c++11
.OpenCL
$ git clone git@github.com:vaalentin/opencl.git
$ cd opencl
$ mkdir build
$ cd build
$ cmake ..
$ cd build
$ make run
MIT, see LICENSE.md for more details.