forked from easybuilders/easybuild-easyconfigs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request easybuilders#19839 from Micket/20240213003006_new_…
…pr_CUDA1232 {system}[system/system] CUDA v12.3.2
- Loading branch information
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |