mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00

new file: c/cuDNN/cuDNN-7.5.0.56-fosscuda-2019a.eb new file: n/NCCL/NCCL-2.4.2-gcccuda-2019a.eb modified: o/OpenMPI/OpenMPI-3.0.1-GCC-6.3.0-2.27-nvidia.eb new file: o/OpenMPI/OpenMPI-3.1.4-GCC-6.3.0-2.27-nvidia.eb new file: t/Tensorflow/TensorFlow-1.13.1-fosscuda-2019a-Py-3.6.eb deleted: c/cuDNN/cuDNN-7.5-CUDA-10.0.130.eb
29 lines
734 B
Plaintext
29 lines
734 B
Plaintext
# IT4Innovations 2019
|
|
|
|
easyblock = 'Tarball'
|
|
|
|
name = 'cuDNN'
|
|
version = '7.5.0.56'
|
|
cuda_version = '10.0.130'
|
|
|
|
versionsuffix = '-CUDA-%s' % cuda_version
|
|
|
|
homepage = 'https://developer.nvidia.com/cudnn'
|
|
description = """The NVIDIA CUDA Deep Neural Network library (cuDNN) is a GPU-accelerated library of primitives for
|
|
deep neural networks."""
|
|
|
|
toolchain = {'name': 'dummy', 'version': ''}
|
|
|
|
# Nvidia developer registration required.
|
|
# Download link: https://developer.nvidia.com/rdp/cudnn-download
|
|
sources = ['cudnn-10.0-linux-x64-v7.5.0.56.tgz']
|
|
|
|
dependencies = [('CUDA', cuda_version)]
|
|
|
|
sanity_check_paths = {
|
|
'files': ['include/cudnn.h', 'lib64/libcudnn_static.a'],
|
|
'dirs': ['include', 'lib64'],
|
|
}
|
|
|
|
moduleclass = 'numlib'
|