wget https://developer.download.nvidia.com/compute/cusparselt/0.8.1/local_installers/cusparselt-local-tegra-repo-ubuntu2204-0.8.1_0.8.1-1_arm64.deb

sudo dpkg -i cusparselt-local-tegra-repo-ubuntu2204-0.8.1_0.8.1-1_arm64.deb
sudo cp /var/cusparselt-local-tegra-repo-ubuntu2204-0.8.1/cusparselt-*-keyring.gpg /usr/share/keyrings/
sudo apt-get update
sudo apt-get -y install cusparselt

To install for CUDA 12, perform the above configuration but install the CUDA 12 specific package:

sudo apt-get -y install cusparselt-cuda-12

To install for CUDA 13, perform the above configuration but install the CUDA 13 specific package:

sudo apt-get -y install cusparselt-cuda-13
