Broken CUDA symlinks

I tried installing the multi-CUDA deb file for the ARM64 architecture on the NVIDIA Jetson Nano Developer Kit. The symlink for 10.2 directory in /opt/nvidia/hpc_sdk/Linux_<platform>/<version>/cuda was a dangling symlink. I fixed that by manually linking it to /usr/local/cuda-10.2, which is the CUDA version bundled with JetPack. Can someone from NVIDIA verify about this?

Thanks Wyphan, I’ve forwarded the issue to our manufacturing folks.

Note that we don’t ship CUDA 10.2 with the ARM compilers (we only support 11.0 and later) so the symlink should not be there (but explains why it’s dangling). Probably a problem in our install script where a check is missing to not create the symlink on ARM.

-Mat

1 Like