我正在尝试将简单的 vectorAdd.cu 从 NVDIA CUDA 示例迁移到 DPCPP。使用 DPCT 时,我在迁移过程中收到以下错误。
致命错误:找不到“helper_cude.h”文件
使用的命令:dpct --in-root=./vectorAdd.cu
而且,当我尝试使用 -I<path-of-helper_cuda.h> 添加“helper_cuda.h”的包含路径时,出现错误:
“未知的命令行参数'-I'。你的意思是'-h'吗?”
使用的命令:dpct --in-root=./ --out-root=dpct_out1 -I "C:\ProgramData\NVIDIA Corporation\CUDA Samples\v10.2\common\inc" vectorAdd.cu
未知的命令行参数
非常感谢这里的任何帮助!谢谢