linux 使用vscode for oneAPI找不到“CL/sycl.hpp”

vc9ivgsu  于 2023-10-16  发布在  Linux
关注(0)|答案(1)|浏览(189)

我已经在Linux服务器上安装了oneAPI,当我使用icpx -fsycl test.cpp -o test命令编译源文件时,它运行良好。现在我在Windows上使用vscode连接到服务器,但它无法正确找到头文件。Error message here.和我的c_cpp_properties.json文件设置如下:c_cpp_properties.json我主要想用vscode的代码提示和补全来编辑。
你能告诉我如何解决这个问题吗,谢谢!

wj8zmpe1

wj8zmpe11#

您可能会遇到此问题,因为Visual Studio中的SSH连接出现问题或驱动程序问题。要解决此问题,请参阅下面的链接,
https://www.intel.com/content/www/us/en/docs/oneapi/user-guide-vs-code/2023-0/using-visual-studio-code-with-remote-intel-oneapi.html
请尝试从以下链接下载OpenCL sdk,https://www.intel.com/content/www/us/en/developer/tools/opencl-sdk/choose-download.html

相关问题