Skip to content

A project template for application which uses Boost.Compute as a high level C++ wrapper over the OpenCL API.

License

Notifications You must be signed in to change notification settings

OpenCL/CL-compute

Repository files navigation

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.

About

A project template for application which uses Boost.Compute as a high level C++ wrapper over the OpenCL API.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published