mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-16 03:38:05 +01:00

modified: c/CNTK/CNTK-2.0-GCC-7.1.0-2.28-Python-3.6.1.eb new file: c/CNTKCustomMKL/CNTKCustomMKL-3.0.eb modified: k/Keras/Keras-2.0.5-Theano-0.9.0-Python-3.6.1.eb deleted: k/Keras/.Keras-2.0.5-Theano-0.9.0-Python-3.6.1.eb.swp
20 lines
593 B
Plaintext
20 lines
593 B
Plaintext
easyblock = 'Tarball'
|
|
|
|
name = 'CNTKCustomMKL'
|
|
version = '3.0'
|
|
|
|
homepage = 'https://www.microsoft.com/en-us/cognitive-toolkit/'
|
|
description = """The default CNTK math library is the Intel Math Kernel Library (Intel MKL). CNTK supports using the Intel MKL via a custom library version (CNTK custom MKL)."""
|
|
|
|
toolchain = {'name': 'dummy', 'version': ''}
|
|
|
|
source_urls = ['http://www.microsoft.com/en-us/cognitive-toolkit/wp-content/uploads/sites/3/2017/05']
|
|
sources = ['CNTKCustomMKL-Linux-3.tgz']
|
|
|
|
sanity_check_paths = {
|
|
'files': [],
|
|
'dirs': ['include', 'x64'],
|
|
}
|
|
|
|
moduleclass = 'numlib'
|