easyconfigs-it4i/c/CUDA/CUDA-10.0.130.eb
Josef Hrabal a2f16948b4 new file: c/CUDA/CUDA-10.0.130.eb
new file:   c/cuDNN/cuDNN-7.5-CUDA-10.0.130.eb
2019-03-15 10:18:56 +01:00

19 lines
787 B
Plaintext

# IT4Innovations 2019
name = 'CUDA'
version = '10.0.130'
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': 'dummy', 'version': 'dummy'}
source_urls = ['https://developer.nvidia.com/compute/%(namelower)s/%(version_major_minor)s/Prod/local_installers/']
sources = ['%(namelower)s_%(version)s_410.48_linux']
checksums = ['92351f0e4346694d0fcb4ea1539856c9eb82060c25654463bfd8574ec35ee39a']
moduleclass = 'system'