IANW-Projects / toolkitICL

toolkitICL: An open source tool for automated OpenCL kernel execution and profiling.
8 stars 3 forks source link

Mac OS X #14

Closed ranocha closed 5 years ago

ranocha commented 5 years ago

Cf. #12.

Apple does not provide C++ header files for OpenCL. Hence, I've used CMake to download the headers.

philipheinisch commented 5 years ago

Looks good, but do we maybe want to expose the cl2.hpp download function to the regular user? For example AMD for some reason does not include the cl2.hpp. So a cmake switch to automatically install it would be nice.

ranocha commented 5 years ago

Is CMake able to report whether it found cl2.hpp?