Cannot run OpenCL on an NVIDIA Card ( 'CL/cl_platform.h': No such file or directory)
问题 I am trying to run code written in OpenCL on an NVIDIA GPU. I installed NVIDIA GPU Computing Tool Kit I added the include and lib path to my project properties I set the environment variable by the path of bin But I get this error: CL/cl_platform.h': No such file or directory I notice my project confused between these paths: C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v4.1\include (which has Cl/cl_platform.h but project do not see it although I set it in include properties ) C:\Program