/clang-ocl

OpenCL compilation with clang compiler.

Primary LanguageCMakeOtherNOASSERTION

clang-ocl

OpenCL compilation with clang compiler.

Installation

To install with cmake just run:

mkdir build
cd build
cmake ..
cmake --build . --target install