0

我正在尝试运行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责任,我需要在命令行中使用分析器。

4

1 回答 1

2

感谢 Yu Zhou 是因为你的 CUDA 工具包版本和你的驱动版本不兼容。

于 2013-11-22T03:07:22.557 回答