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

推荐订阅源

Microsoft Security Blog
Microsoft Security Blog
Apple Machine Learning Research
Apple Machine Learning Research
美团技术团队
WordPress大学
WordPress大学
酷 壳 – CoolShell
酷 壳 – CoolShell
G
Google Developers Blog
阮一峰的网络日志
阮一峰的网络日志
The Cloudflare Blog
J
Java Code Geeks
Martin Fowler
Martin Fowler
M
MIT News - Artificial intelligence
IT之家
IT之家
博客园 - 三生石上(FineUI控件)
月光博客
月光博客
Google DeepMind News
Google DeepMind News
小众软件
小众软件
V
V2EX
Hugging Face - Blog
Hugging Face - Blog
爱范儿
爱范儿
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Jina AI
Jina AI
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
腾讯CDC
B
Blog

博客园 - 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