Skip to content

Commit

Permalink
Merge pull request easybuilders#19839 from Micket/20240213003006_new_…
Browse files Browse the repository at this point in the history
…pr_CUDA1232

{system}[system/system] CUDA v12.3.2
  • Loading branch information
SebastianAchilles authored Feb 13, 2024
2 parents 9e6e011 + c3e3872 commit 7d8cc3d
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions easybuild/easyconfigs/c/CUDA/CUDA-12.3.2.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name = 'CUDA'
version = '12.3.2'
local_nv_version = '545.23.08'

homepage = 'https://developer.nvidia.com/cuda-toolkit'
description = """CUDA (formerly Compute Unified Device Architecture) is a parallel
computing platform and programming model created by NVIDIA and implemented by the
graphics processing units (GPUs) that they produce. CUDA gives developers access
to the virtual instruction set and memory of the parallel computational elements in CUDA GPUs."""

toolchain = SYSTEM

source_urls = ['https://developer.download.nvidia.com/compute/cuda/%(version)s/local_installers/']
sources = ['cuda_%%(version)s_%s_linux%%(cudaarch)s.run' % local_nv_version]
checksums = [{
'cuda_%%(version)s_%s_linux.run' % local_nv_version:
'24b2afc9f770d8cf43d6fa7adc2ebfd47c4084db01bdda1ce3ce0a4d493ba65b',
'cuda_%%(version)s_%s_linux_ppc64le.run' % local_nv_version:
'b876936fc80de10653523eadd846065db346b38ba6296f2d365772259cb2f198',
'cuda_%%(version)s_%s_linux_sbsa.run' % local_nv_version:
'761b84e292b94c4d330f445d36326dfff90a418e909fb0baf3d6f03e24106d08'
}]

moduleclass = 'system'

0 comments on commit 7d8cc3d

Please sign in to comment.