A project template for application which uses Boost.Compute as a high level C++ wrapper over the OpenCL API. CL-compute include various example presenting features of Boost.Compute and OpenCL.
# clone the repository
git clone https://github.com/OpenCL/CL-compute
# go to the compute directory
cd CL-compute
# create a build directory
mkdir build
# go to the build directory
cd build
# run cmake or cmake-gui, setup options for your system
cmake ..
# compile
make
# run
./CL-compute
ToDo
Comments and suggestions for improvements are most welcome. More details are found at CONTRIBUTING and LICENSE.