Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
N
ngraph
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ngraph
Commits
a02bfa42
Commit
a02bfa42
authored
May 17, 2019
by
Sang Ik Lee
Committed by
Scott Cyphers
May 17, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update mkl-dnn: v0.19 (#2941)
parent
859a0fed
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
external_mkldnn.cmake
cmake/external_mkldnn.cmake
+7
-7
No files found.
cmake/external_mkldnn.cmake
View file @
a02bfa42
...
...
@@ -18,10 +18,10 @@ include(ExternalProject)
# Includes blas 3.8.0 in mkldnn
set
(
NGRAPH_MKLDNN_SHORT_VERSION 0
)
set
(
NGRAPH_MKLDNN_FULL_VERSION 0.1
8
.0.0
)
set
(
NGRAPH_MKLDNN_VERSION
"v0.1
8
"
)
set
(
NGRAPH_MKLDNN_SUB_VERSION
"2019.0.
3.20190220
"
)
set
(
NGRAPH_MKLDNN_GIT_TAG
"v0.1
8
"
)
set
(
NGRAPH_MKLDNN_FULL_VERSION 0.1
9
.0.0
)
set
(
NGRAPH_MKLDNN_VERSION
"v0.1
9
"
)
set
(
NGRAPH_MKLDNN_SUB_VERSION
"2019.0.
5.20190502
"
)
set
(
NGRAPH_MKLDNN_GIT_TAG
"v0.1
9
"
)
#------------------------------------------------------------------------------
# Fetch and install MKL-DNN
...
...
@@ -92,13 +92,13 @@ set(MKLURLROOT "https://github.com/intel/mkl-dnn/releases/download/${NGRAPH_MKLD
set
(
MKLVERSION
${
NGRAPH_MKLDNN_SUB_VERSION
}
)
if
(
LINUX
)
set
(
MKLPACKAGE
"mklml_lnx_
${
MKLVERSION
}
.tgz"
)
set
(
MKL_SHA1_HASH
b536cd3929ab9ff26a9adc903c92d006d142107b
)
set
(
MKL_SHA1_HASH
6ab490f0b358124338d04ee9383c3cbc536969d8
)
elseif
(
APPLE
)
set
(
MKLPACKAGE
"mklml_mac_
${
MKLVERSION
}
.tgz"
)
set
(
MKL_SHA1_HASH
cb7ccbf73275d5bee19b4d5691c834bf894d1761
)
set
(
MKL_SHA1_HASH
a1c42af04f990b0e515a1c31946424b2e68fccc9
)
elseif
(
WIN32
)
set
(
MKLPACKAGE
"mklml_win_
${
MKLVERSION
}
.zip"
)
set
(
MKL_SHA1_HASH
2f8ae6ef07452c3229bfb7c2aafbae71933d04e3
)
set
(
MKL_SHA1_HASH
9d6ff4d5a486689338158093e96c43ee442b65f0
)
endif
()
set
(
MKL_LIBS
${
MKLML_LIB
}
${
OMP_LIB
}
)
set
(
MKLURL
${
MKLURLROOT
}${
MKLPACKAGE
}
)
...
...
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