Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 780 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 780 Bytes

CL-compute

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.

Installation

# 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

Included examples

ToDo

Contributions And License

Comments and suggestions for improvements are most welcome. More details are found at CONTRIBUTING and LICENSE.