mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00
29 lines
944 B
Plaintext
29 lines
944 B
Plaintext
name = 'CUDA'
|
|
version = '9.0.176'
|
|
|
|
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 = {'name': 'system', 'version': ''}
|
|
|
|
source_urls = [
|
|
'https://developer.nvidia.com/compute/cuda/%(version_major_minor)s/Prod/local_installers/']
|
|
sources = ['cuda_%(version)s_384.81_linux-run']
|
|
checksums = ['96863423feaa50b5c1c5e1b9ec537ef7ba77576a3986652351ae43e66bcd080c']
|
|
|
|
modextravars = {
|
|
'CUDA_HOME': '%(installdir)s',
|
|
}
|
|
|
|
modextrapaths = {
|
|
'LIBRARY_PATH': 'lib64/stubs',
|
|
'LD_LIBRARY_PATH': 'lib64/stubs',
|
|
}
|
|
|
|
modluafooter = 'add_property("arch","gpu")'
|
|
|
|
moduleclass = 'system'
|