我们有一个OpenCL应用程序,它使用Nvidia的OpenCL库;它使用NVSKCOMPUTE_ROOT环境变量:$(NVSDKCOMPUTE_ROOT)\OpenCL\common\inc添加到项目的Additional Include Directories属性中
当我以调试模式编译程序时,一切正常;程序编译时没有错误并运行。
当我以发行模式编译程序时,有时会出现以下错误:
Error 5 error C1083: Cannot open include file: 'CL/opencl.h': No such file or directory (cl.hpp)
我们已