Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
dholt authored and supertetelman committed Aug 7, 2023
1 parent c2f0aa8 commit b6bdffb
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 b6bdffb

Please sign in to comment.