Device: Jetson Orin Nano 8GB
I couldn’t find Nsight Systems on the installed jetpack 5.1.2, and “nsys --version” returned nothing. So I downloaded the relevant package ( nsight-systems-2022.5.1_2022.5.1.82-1_arm64.deb)from the website. But after installation, it reported an error and couldn’t generate the corresponding .qdrep file.
Hi,
On Jetson, please run nsys with sudo
to enable the required authority.
For example:
$ sudo /opt/nvidia/nsight-systems/2024.5.4/bin/nsys profile /usr/src/tensorrt/bin/trtexec --onnx=/usr/src/tensorrt/data/mnist/mnist.onnx
[sudo] password for nvidia:
Collecting data...
...
Generating '/tmp/nsys-report-b736.qdstrm'
[1/1] [========================100%] report1.nsys-rep
Generated:
/home/nvidia/report1.nsys-rep
Thanks.
I followed your advice and used the following code for testing, and successfully obtained this:
Generating '/tmp/nsys-report-14ce.qdstrm'
However, the subsequent steps still did not complete correctly. I did not see anything like what you had:
Generated: /home/nvidia/report1.nsys-rep
The error is shown in the attached screenshot. Could you help me?
Hi,
Please check the new topic for the following comment:
Thanks.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.