开发者

Is it possible to enable syntax highlighting for CUDA 4.0 in Visual Studio 2010?

Direct Question: Is it possible to enable syntax highlighting for CUDA 4.0 in Visual Studio 2010, and if so, how does one do it?

Background: I tried to follow this guide, got IntelliSense working, but ran into a problem. Apparently CUDA 4 does not create a "C:\Users\\AppData\Local\NVIDIA Corporation\NVIDIA GPU Computing SDK 4.0" directory and I have been unable to find any other files on my computer pertaining to CUDA syntax highlighting under Visual Studio. If a开发者_高级运维nyone knows how to enable syntax highlighting or where to find the NVIDIA-provided keyword list, I would be very grateful. One solution I can think of would be to install CUDA 3.2 and use its "usertype.dat" file, but my one concern is that it would highlight deprecated keywords. If that's the case and the only way to enable syntax highlighting, I suppose I'll just wait for the official CUDA 4 release. Once again, thanks! : )


See this blog post I wrote on adding this for CUDA 3.2. I'm now using 4.0 RC and I don't think anything has changed in these steps although you're right about the usertype.dat file. You could manually edit this to add/remove new keywords.

http://www.ademiller.com/blogs/tech/2010/10/visual-studio-2010-adding-intellisense-support-for-cuda-c/


For CUDA 5 I found the "usertype.dat" in

C:\ProgramData\NVIDIA Corporation\CUDA Samples\v5.0\doc\syntax_highlighting\visual_studio_8

Thanks.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜