easyconfigs-it4i/c/CUDA/CUDA-9.0.176.eb
Lukáš Krupčík aa25cf9c91 new file: c/CUDA/CUDA-9.0.176.eb
new file:   f/Forge/Forge-7.1.eb
	modified:   p/PGI/PGI-17.3-GCC-6.3.0-2.28.eb
	new file:   p/PGI/PGI-17.9-GCC-6.3.0-2.28.eb
	new file:   p/PerformanceReports/PerformanceReports-7.1.eb
	deleted:    p/PGI/PGI-17.3-GCC-6.3.0-2.28.eb~HEAD
2017-10-04 07:38:33 +02:00

17 lines
749 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': 'dummy', 'version': 'dummy'}
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']
moduleclass = 'system'