惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

G
Google Developers Blog
Apple Machine Learning Research
Apple Machine Learning Research
小众软件
小众软件
Recent Announcements
Recent Announcements
阮一峰的网络日志
阮一峰的网络日志
IT之家
IT之家
A
About on SuperTechFans
量子位
Engineering at Meta
Engineering at Meta
B
Blog
The Cloudflare Blog
博客园 - 【当耐特】
Hugging Face - Blog
Hugging Face - Blog
Y
Y Combinator Blog
J
Java Code Geeks
D
DataBreaches.Net
aimingoo的专栏
aimingoo的专栏
T
Tailwind CSS Blog
H
Help Net Security
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
V
V2EX
Stack Overflow Blog
Stack Overflow Blog
C
Check Point Blog
酷 壳 – CoolShell
酷 壳 – CoolShell

博客园 - Dream world 梦想天空

逛街 解决电水壶烧水有异味 校园-秋 WinIO初始化失败的几个原因 Linux开发初探 测试GPU的材质填充率 Sourceforge怎么了? [OSG]如何用Shader得到物体的世界坐标 OpenSceneGraph 2.4 安装包下载 GPU体素化初探 GPU GEM3 CD下载 GPU GEMS 3 EBOOK下载 DX10 DXUT用Nvidia PerfHUD 5.7的方法 查论文 gDebugger 3.1.1 原版+破解 又一个星期 搞定Server 2008蓝牙问题 今天回学校 2008-2-22,这么倒霉的一个日子~!
CUDA Intelisence
Dream world 梦想天空 · 2008-06-05 · via 博客园 - Dream world 梦想天空

  CUDA是个好玩意儿,现在2.0BETA已经出来了,提供了很多特爱的特性,特别是对于3D纹理的支持。我也不清楚CUDA应用在目前我的一 些项目中到底有多少潜力,但看来这个还是个趋势,可以了解一下。今天在配置CUDA编程环境的时候,因为其后缀名是.CU的,所以VS2005的智能感知 无法使用。再查询了一些文章以后,发现有下面的解决方案:

We can use the tool Visual Assist X to implement it:
First, find the Visual Assist X install directory:
"Program Files"Visual Assist X"Autotext, then make a copy of Cpp.tpl, rename it to Cu.tpl, apply same operation to the "Latest" directory.
Second, open the regedit table, and search it with the key word "Visual Assist X" until you find in the VANet8 in HKEY_USERS"S-1-5-21-1757981266-220523388-725345543-1003"Software"Whole Tomato"Visual Assist X"VANet8
Here you can see many attribute setting about Visual Assist X,
click the item ExtHeader and add the .cu in the list, same to the item ExtSource.
save and quit.

原文:http://forums.nvidia.com/index.php?showtopic=35669&hl=intellisense