Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
dholt committed Aug 3, 2023
1 parent cf354cd commit 780e18a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/nvidia_hpc_sdk/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
# Version strings used to construct download URL
hpcsdk_major_version: "23"
hpcsdk_minor_version: "7"
hpcsdk_file_cuda: "12.1"
hpcsdk_file_cuda: "12.2"
hpcsdk_arch: "x86_64"

# We need to specify the default CUDA toolkit to use during installation.
# This should usually be the latest CUDA included in the HPC SDK you are
# installing.
hpcsdk_default_cuda: "12.1"
hpcsdk_default_cuda: "12.2"

# Add HPC SDK modules to the MODULEPATH?
hpcsdk_install_as_modules: false
Expand Down

0 comments on commit 780e18a

Please sign in to comment.