Merge branch 'it4i-karolina'

This commit is contained in:
Jakub Kropacek 2022-10-10 11:17:40 +02:00 committed by anselmicz
commit d7c8ea01b1

17
c/CUDA/CUDA-11.8.0.eb Normal file
View File

@ -0,0 +1,17 @@
name = 'CUDA'
version = '11.8.0'
local_nv_version = '520.61.05'
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)s/local_installers/']
sources = ['cuda_%%(version)s_%s_linux%%(cudaarch)s.run' % local_nv_version]
checksums = ['9223c4af3aebe4a7bbed9abd9b163b03a1b34b855fbc2b4a0d1b706ac09a5a16']
moduleclass = 'system'