Hello.
I’ve got a DGX-A100 system at my university. I’ve got a docker container in it. I’m learning CUDA this way.
My host machine is MacOS. So far I’ve managed to remote profile a CUDA program with Nsight Systems.
And then I’m trying to profile it with Nsight Compute selecting a kernel from the Nsight Systems timeline and choosing Analyze with Nsight Compute.
And then Nsight Compute fails to profile. Here’s what it’s saying in the Progress log:
Launching: /tmp/var/target/linux-desktop-glibc_2_11_3-x64/ncu
Process launched
==PROF== Attempting to connect to ncu-ui at 127.0.0.1:50152…
==PROF== Attempting to connect to ncu-ui at 172.20.10.2:50152…
==PROF== Attempting to connect to ncu-ui at 10.211.55.2:50152…
==PROF== Attempting to connect to ncu-ui at 10.37.129.2:50152…
And none of these attempts succeed.In the end I get a window that remote profile failed.
Here’s a screenshot of the Connection dialog in which I choose Profile:
What am I doing wrong?
Thanks!