mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
29 lines
708 B
Plaintext
29 lines
708 B
Plaintext
# IT4Innovations 2019
|
|
|
|
easyblock = 'Tarball'
|
|
|
|
name = 'cuDNN'
|
|
version = '7.6.3.30'
|
|
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 = SYSTEM
|
|
|
|
# Nvidia developer registration required.
|
|
# Download link: https://developer.nvidia.com/rdp/cudnn-download
|
|
sources = ['cudnn-10.0-linux-x64-v7.6.3.30.tgz']
|
|
|
|
dependencies = [('CUDA', cuda_version)]
|
|
|
|
sanity_check_paths = {
|
|
'files': ['include/cudnn.h', 'lib64/libcudnn_static.a'],
|
|
'dirs': ['include', 'lib64'],
|
|
}
|
|
|
|
moduleclass = 'numlib'
|