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
0818dabc
Commit
0818dabc
authored
Jul 19, 2019
by
Sang Ik Lee
Committed by
Scott Cyphers
Jul 19, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update mkl-dnn to v0.20.1 (#3220)
parent
32105c29
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
external_mkldnn.cmake
cmake/external_mkldnn.cmake
+6
-5
No files found.
cmake/external_mkldnn.cmake
View file @
0818dabc
...
...
@@ -19,9 +19,10 @@ include(ExternalProject)
# Includes blas 3.8.0 in mkldnn
set
(
NGRAPH_MKLDNN_SHORT_VERSION 0
)
set
(
NGRAPH_MKLDNN_FULL_VERSION 0.20.0.0
)
set
(
NGRAPH_MKLDNN_VERSION
"v0.20"
)
set
(
NGRAPH_MKLDNN_SUB_VERSION
"2019.0.5.20190502"
)
set
(
NGRAPH_MKLDNN_GIT_TAG
"v0.20"
)
set
(
NGRAPH_MKLDNN_ASSET_VERSION
"v0.20"
)
set
(
NGRAPH_MKLDNN_VERSION
"v0.20.1"
)
set
(
NGRAPH_MKLDNN_MKLML_VERSION
"2019.0.5.20190502"
)
set
(
NGRAPH_MKLDNN_GIT_TAG
"v0.20.1"
)
#------------------------------------------------------------------------------
# Fetch and install MKL-DNN
...
...
@@ -88,8 +89,8 @@ endif()
# This section sets up MKL as an external project to be used later by MKLDNN
set
(
MKLURLROOT
"https://github.com/intel/mkl-dnn/releases/download/
${
NGRAPH_MKLDNN_VERSION
}
/"
)
set
(
MKLVERSION
${
NGRAPH_MKLDNN_
SUB
_VERSION
}
)
set
(
MKLURLROOT
"https://github.com/intel/mkl-dnn/releases/download/
${
NGRAPH_MKLDNN_
ASSET_
VERSION
}
/"
)
set
(
MKLVERSION
${
NGRAPH_MKLDNN_
MKLML
_VERSION
}
)
if
(
LINUX
)
set
(
MKLPACKAGE
"mklml_lnx_
${
MKLVERSION
}
.tgz"
)
set
(
MKL_SHA1_HASH 6ab490f0b358124338d04ee9383c3cbc536969d8
)
...
...
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