我正在使用带有 CUDA 10.2 的 NVIDIA Nsight Systems 版本 2019.5.2.16-b54ef97。我在跑:
nsys profile my_app --some --args=here
所以,一个普通的分析,没有有趣的事情。然而,我在输出的底部得到:
... etc. etc. ...
Saving report to file "/some/where/report1.qdrep"
Report file saved.
Please discard the qdstrm file and use the qdrep file instead.
Removed /some/where/report1.qdstrm as it was successfully imported.
Please use the qdrep file instead.
为什么我被告知丢弃文件并改用其他文件?特别是考虑到最终如何只生成一个文件(一个.qdrep
文件)?
我猜一些内部转换实用程序正在运行,并且该消息并不是真正针对我的 - 还是我遗漏了什么?