How can I create the project in Eclipse-nsight which use both Intel C++ and CUDA C++?

前端 未结 1 1250
南方客
南方客 2021-01-27 15:49

I want to use ICC (Intel C++ Compiler) with CUDA NVCC (nVidia C++ Compiler) on Linux in the Eclipse-nsight.

  • I installed CUDA 5.5 with Eclipse-nsight and Intel Clu
相关标签:
1条回答
  • 2021-01-27 16:23

    In CUDA project properties, specify the ccbin NVCC command line flag.

    0 讨论(0)
提交回复
热议问题