@@ -17,6 +17,17 @@ function install_cusparselt_062 {
1717 rm -rf tmp_cusparselt
1818}
1919
20+ function install_cusparselt_063 {
21+ # cuSparseLt license: https://docs.nvidia.com/cuda/cusparselt/license.html
22+ mkdir tmp_cusparselt && pushd tmp_cusparselt
23+ wget -q https://developer.download.nvidia.com/compute/cusparselt/redist/libcusparse_lt/linux-x86_64/libcusparse_lt-linux-x86_64-0.6.3.2-archive.tar.xz
24+ tar xf libcusparse_lt-linux-x86_64-0.6.3.2-archive.tar.xz
25+ cp -a libcusparse_lt-linux-x86_64-0.6.3.2-archive/include/* /usr/local/cuda/include/
26+ cp -a libcusparse_lt-linux-x86_64-0.6.3.2-archive/lib/* /usr/local/cuda/lib64/
27+ popd
28+ rm -rf tmp_cusparselt
29+ }
30+
2031function install_124 {
2132 CUDNN_VERSION=9.1.0.70
2233 echo " Installing CUDA 12.4.1 and cuDNN ${CUDNN_VERSION} and NCCL ${NCCL_VERSION} and cuSparseLt-0.6.2"
@@ -83,13 +94,13 @@ function prune_124 {
8394}
8495
8596function install_126 {
86- echo " Installing CUDA 12.6.2 and cuDNN ${CUDNN_VERSION} and NCCL ${NCCL_VERSION} and cuSparseLt-0.6.2 "
97+ echo " Installing CUDA 12.6.3 and cuDNN ${CUDNN_VERSION} and NCCL ${NCCL_VERSION} and cuSparseLt-0.6.3 "
8798 rm -rf /usr/local/cuda-12.6 /usr/local/cuda
88- # install CUDA 12.6.2 in the same container
89- wget -q https://developer.download.nvidia.com/compute/cuda/12.6.2 /local_installers/cuda_12.6.2_560 .35.03_linux_sbsa .run
90- chmod +x cuda_12.6.2_560 .35.03_linux_sbsa .run
91- ./cuda_12.6.2_560 .35.03_linux_sbsa .run --toolkit --silent
92- rm -f cuda_12.6.2_560 .35.03_linux_sbsa .run
99+ # install CUDA 12.6.3 in the same container
100+ wget -q https://developer.download.nvidia.com/compute/cuda/12.6.3 /local_installers/cuda_12.6.3_560 .35.05_linux_sbsa .run
101+ chmod +x cuda_12.6.3_560 .35.05_linux_sbsa .run
102+ ./cuda_12.6.3_560 .35.05_linux_sbsa .run --toolkit --silent
103+ rm -f cuda_12.6.3_560 .35.05_linux_sbsa .run
93104 rm -f /usr/local/cuda && ln -s /usr/local/cuda-12.6 /usr/local/cuda
94105
95106 # cuDNN license: https://developer.nvidia.com/cudnn/license_agreement
@@ -110,7 +121,7 @@ function install_126 {
110121 cd ..
111122 rm -rf nccl
112123
113- install_cusparselt_062
124+ install_cusparselt_063
114125
115126 ldconfig
116127}
0 commit comments