mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-13 02:12:12 +01:00
29 lines
696 B
Plaintext
29 lines
696 B
Plaintext
# IT4Innovations 2018
|
|
|
|
easyblock = 'Tarball'
|
|
|
|
name = 'cuDNN'
|
|
version = '7.41'
|
|
cuda_version = '9.2.88'
|
|
|
|
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-9.1-linux-x64-v7.1.tgz']
|
|
|
|
dependencies = [('CUDA', cuda_version)]
|
|
|
|
sanity_check_paths = {
|
|
'files': ['include/cudnn.h', 'lib64/libcudnn_static.a'],
|
|
'dirs': ['include', 'lib64'],
|
|
}
|
|
|
|
moduleclass = 'numlib'
|