ford442 commited on
Commit
c5cc127
1 Parent(s): 03e7009

Create cusparselt.sh

Browse files
Files changed (1) hide show
  1. cusparselt.sh +5 -0
cusparselt.sh ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ wget https://developer.download.nvidia.com/compute/cusparselt/0.6.3/local_installers/cusparselt-local-repo-ubuntu2204-0.6.3_1.0-1_amd64.deb
2
+ sudo dpkg -i cusparselt-local-repo-ubuntu2204-0.6.3_1.0-1_amd64.deb
3
+ sudo cp /var/cusparselt-local-repo-ubuntu2204-0.6.3/cusparselt-*-keyring.gpg /usr/share/keyrings/
4
+ sudo apt-get update
5
+ sudo apt-get -y install libcusparselt0 libcusparselt-dev