CUDA笔记(八)

今天真正进入了攻坚期。不光是疲劳,主要是遇到的问题指数级上升,都是需要绕道的。

以visual profile来说,刚刚发现自己还没使用过。

http://bbs.csdn.net/topics/390901383

CUDA从入门到精通(十):性能剖析和Visual Profiler

http://m.blog.csdn.net/blog/kkk584520/9490233

http://doc.okbase.net/u013467442/archive/108277.html

官网我仔细看,才发现第三行是nsight的亮点:

Step 1: Download and install required NVIDIA display driver for your target development environment.

Step 2: For developers who develop CUDA, download and install the latest version of CUDA Toolkit 7.5, available for download under CUDA Toolkit.

Step 3: Download and install NVIDIA® Nsight™ Visual Studio Edition 5.0.

于是默默下载nsight的最新版安装

另外刚看到一个eclipse的cuda配置方法http://blog.csdn.net/lucktroy/article/details/8449365

原文地址:https://www.cnblogs.com/ubiwind/p/5070962.html