我正在尝试运行nvprof
个分析器,以查看我的程序花费更多时间的位置。
但我总是得到这个错误:
======== NVPROF is profiling gpu_stuff...
======== Command: gpu_stuff
======== Error: Internal profiler error 15:120======== Warning: Application returned non-zero code 255
======== Error: failed to read result file.
======== Warning: make sure cudaDeviceReset() is called before application exit to flush profile data.
我在代码末尾调用cudaDeviceReset()
,但它还没有工作。
Obs:我没有X-server
disponible,我需要在命令行中使用profiler。
答案 0 :(得分:1)