We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49ebce2 commit d74d711Copy full SHA for d74d711
scripts/setup_nvidia_compiler.sh
@@ -0,0 +1,7 @@
1
+
2
+#!/bin/bash
3
4
+echo "Setting up NVIDIA compiler..."
5
+curl https://developer.download.nvidia.com/hpc-sdk/ubuntu/DEB-GPG-KEY-NVIDIA-HPC-SDK | sudo gpg --dearmor -o /usr/share/keyrings/nvidia-hpcsdk-archive-keyring.gpg
6
+tar xpzf nvhpc_2024_243_Linux_aarch64_cuda_multi.tar.gz
7
+nvhpc_2024_243_Linux_aarch64_cuda_multi/install
0 commit comments