I’m using Ubuntu 20.04. Downloaded CUDA 12.2 Linux > arm64-sbsa > Cross > Ubuntu > 20.04 > deb (local) and follow installation instructions:
wget https://developer.download.nvidia.com/compute/cuda/12.2.2/local_installers/cuda-repo-cross-sbsa-ubuntu2004-12-2-local_12.2.2-1_all.deb
sudo dpkg -i cuda-repo-cross-sbsa-ubuntu2004-12-2-local_12.2.2-1_all.deb
sudo cp /var/cuda-repo-cross-sbsa-ubuntu2004-12-2-local/cuda-*-keyring.gpg /usr/share/keyrings/
sudo apt-get update
sudo apt-get -y install cuda-cross-sbsa
After that, noted that nvcc v12.2 is not present in the system. Not found in /usr/local/cuda12.2/*. Tried find / -iname “nvcc”, but no luck.
Where can I find arm64-sbsa cross nvcc v12.2 corresponding to CUDA v12.2?