How to use Intel C++ Compiler with CUDA nvcc?

谁都会走 提交于 2019-12-18 08:57:42

问题


I'm using NVIDIA CUDA 4.1 on Microsoft Visual studio 2008. I also have Intel Parallel Studio XE 2011 Installed.

By default, NVIDIA's C Compiler nvcc.exe uses Microsoft's C Compiler cl.exe to compile its C code.

How can I change the settings so that nvcc uses Intel's C Compiler icl.exe.


回答1:


Unfortunately you cannot (or at least its HIGHLY unrecommended). The only compiler supported on windows is visual studio. Unless something has changed and they now support intel's compilers i wouldn't suggest using them

http://forums.nvidia.com/index.php?showtopic=153975



来源:https://stackoverflow.com/questions/9433722/how-to-use-intel-c-compiler-with-cuda-nvcc

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!