Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
easyconfigs-it4i
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
SCS
easyconfigs-it4i
Commits
309a2f05
Commit
309a2f05
authored
Mar 12, 2018
by
Lukáš Krupčík
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'it4i-anselm'
parents
0ea07499
9c890aa5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
27 additions
and
1 deletion
+27
-1
c/CUDA/CUDA-9.1.85.eb
c/CUDA/CUDA-9.1.85.eb
+1
-1
c/cuDNN/cuDNN-7.1-CUDA-9.1.85.eb
c/cuDNN/cuDNN-7.1-CUDA-9.1.85.eb
+26
-0
No files found.
c/CUDA/CUDA-9.1.85.eb
View file @
309a2f05
...
...
@@ -11,7 +11,7 @@ toolchain = {'name': 'dummy', 'version': ''}
source_urls = ['https://developer.nvidia.com/compute/cuda/%(version_major_minor)s/prod/local_installers/']
sources = ['
%(namelower)s_%(version)s_linux-run
']
sources = ['
cuda_9.1.85_387.26_linux
']
modextravars = { 'CUDA_HOME': '%(installdir)s' }
...
...
c/cuDNN/cuDNN-7.1-CUDA-9.1.85.eb
0 → 100644
View file @
309a2f05
easyblock = 'Tarball'
name = 'cuDNN'
version = '7.41'
cuda_version = '9.1.85'
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-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'
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment