I am on Orin developer kit and jetpack 5.0. I have finished the setup process and finished install jetpack, but there is no nsight compute come with jetpack
in /opt/nvidia, here is what I have:
chengzhexu@chengzhexu-desktop:/opt/nvidia$ ll
total 40
drwxr-xr-x 10 root root 4096 Aug 20 11:25 ./
drwxr-xr-x 5 root root 4096 Aug 20 11:27 ../
drwxr-xr-x 2 root root 4096 Jan 25 2023 camera/
drwxr-xr-x 6 root root 4096 Jan 25 2023 jetson-io/
drwxr-xr-x 2 root root 4096 Jan 25 2023 l4t-bootloader-config/
drwxr-xr-x 3 root root 4096 Jan 25 2023 l4t-gputools/
drwxr-xr-x 2 root root 4096 Jan 25 2023 l4t-rootfs-validation-config/
drwxr-xr-x 2 root root 4096 Sep 8 2022 l4t-usb-device-mode/
drwxrwxr-x 3 root root 4096 Aug 20 11:25 nsight-systems/
drwxr-xr-x 9 root root 4096 Aug 20 11:27 vpi2/
chengzhexu@chengzhexu-desktop:/opt/nvidia$
chengzhexu@chengzhexu-desktop:/opt/nvidia$ tree | grep ncu
│ │ ├── libQt6Concurrent.so.6
chengzhexu@chengzhexu-desktop:/opt/nvidia$ tree | grep nsight-compute
chengzhexu@chengzhexu-desktop:/opt/nvidia$ tree | grep compute
chengzhexu@chengzhexu-desktop:/opt/nvidia$
chengzhexu@chengzhexu-desktop:/opt/nvidia$
Could you please help me install the correct version of ncu? Thank you!
I found the ncu and ncu-ui exe file via your answer in another post (thank you!) and tried to profile a kernel
the strange thing is that I got a ncu-rep file, but seems that ncu-ui can only open ncu-proj file and does not allow me to select the ncu-rep file… do you know how I could correctly read the ncu-rep?
hmmmm I remember that I came across the same issue before when working on a normal linux station (x86), and the solution at that time is to use a newer version of nsight compute, I am wondering do we have some newer version for jetson platform?