mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-11 09:22:12 +01:00
19 lines
783 B
Plaintext
19 lines
783 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': 'system', 'version': ''}
|
|
|
|
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'
|