我正在尝试在NVIDIA GPU上运行用OpenCL编写的代码。
但是我收到了这个错误:
CL/cl_platform.h': No such file or directory
我注意到我的项目在这些路径之间混淆了:
C:\ Program Files \ NVIDIA GPU Computing Toolkit \ CUDA \ v4.1 \ include
(它有Cl / cl_platform.h但项目虽然我没有看到它
将其设置为包含属性)
C:\ Program Files(x86)\ Microsoft Visual Studio 10.0 \ VC \ include \ CL
我需要第一条路径但它只能看到第二条路径。我该怎么办?