mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-16 19:50:50 +01:00

new file: c/CUDA/CUDA-10.1.243.eb new file: c/cuDNN/cuDNN-7.6.4.38-CUDA-10.1.243.eb modified: l/libreadline/libreadline-7.0.eb modified: n/numactl/numactl-2.0.12-GCCcore-8.2.0.eb new file: n/numactl/numactl-2.0.12-GCCcore-8.3.0.eb new file: p/PGI/PGI-19.7-GCC-8.3.0-2.32.eb modified: p/Py/Py-2.7.eb modified: p/Py/Py-3.6.eb new file: p/Python/Python-2.7.17-base.eb modified: p/Python/Python-3.6.8-base.eb new file: p/Python/Python-3.6.9-base.eb
19 lines
763 B
Plaintext
19 lines
763 B
Plaintext
# IT4Innovations 2019
|
|
|
|
name = 'CUDA'
|
|
version = '10.1.243'
|
|
|
|
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_major_minor)s/Prod/local_installers/']
|
|
sources = ['%(namelower)s_%(version)s_418.87.00_linux.run']
|
|
checksums = ['e7c22dc21278eb1b82f34a60ad7640b41ad3943d929bebda3008b72536855d31']
|
|
|
|
moduleclass = 'system'
|