FindOpenCL.cmake macro, which automatically finds OpenCL SDK in Windows (currently looks for Nvidia, Intel and AMD SDKs), OSX and Linux. In Windows it also tries linking if 32bit or 64bit lib versions should be used.
Stars
24
Forks
8
Watchers
24
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
Fixed possible issue with usage of OpenCL_LIBPATH, which may be used, when it's undefined
d797341View on GitHubAdded one more NVIDIA case when CUDA_PATH is defined instead of CUDA_INC_PATH
9e257baView on GitHubAdded forgotted 'cd build' command from instructions.
882c37fView on GitHubAdded guide to create Visual Studio project from cmake.
bb7c355View on GitHubInital commit. Copied FindOpenCL.cmake from opencl-testsuite.
f1599b2View on GitHub