开发者

Using Cudaprofiler on Windows

开发者 https://www.devze.com 2023-02-08 08:33 出处:网络
I am trying to profile my program for gauging the performance .I start the visual profiler ..make a new project. Then I select the myprogram.exe for the launch option and workspace is set to the direc

I am trying to profile my program for gauging the performance .I start the visual profiler ..make a new project. Then I select the myprogram.exe for the launch option and workspace is set to the direcotry which contains this .exe file.Arguments=--noprompt and max execution time is set to 3000. Now when I run the pro开发者_StackOverflowfiler it makes 3 passes which says program run completed but then shows up "Error in reading profiler output."

Any hints to make this thing work correctly?


Make sure you have the current versions of both the toolkit and driver installed, the current version is 3.2. Also make sure that you're getting the Visual Profiler from the correct location.

Incidentally, you mention using "--noprompt" which may mean you're using cutil, I'd advise against that. NVIDIA use it to simplify the SDK samples but it's not ideal, in particular in the way it checks for errors.

0

精彩评论

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