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
30527e80
Unverified
Commit
30527e80
authored
5 years ago
by
Scott Cyphers
Committed by
GitHub
5 years ago
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3149 from NervanaSystems/silee2/mkldnn_v0.20
Update mkl-dnn to v0.20
parents
505a0c3d
6e839d53
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
16 deletions
+3
-16
external_mkldnn.cmake
cmake/external_mkldnn.cmake
+3
-3
mkldnn.patch
cmake/mkldnn.patch
+0
-13
No files found.
cmake/external_mkldnn.cmake
View file @
30527e80
...
@@ -18,10 +18,10 @@ include(ExternalProject)
...
@@ -18,10 +18,10 @@ include(ExternalProject)
# Includes blas 3.8.0 in mkldnn
# Includes blas 3.8.0 in mkldnn
set
(
NGRAPH_MKLDNN_SHORT_VERSION 0
)
set
(
NGRAPH_MKLDNN_SHORT_VERSION 0
)
set
(
NGRAPH_MKLDNN_FULL_VERSION 0.
19
.0.0
)
set
(
NGRAPH_MKLDNN_FULL_VERSION 0.
20
.0.0
)
set
(
NGRAPH_MKLDNN_VERSION
"v0.
19
"
)
set
(
NGRAPH_MKLDNN_VERSION
"v0.
20
"
)
set
(
NGRAPH_MKLDNN_SUB_VERSION
"2019.0.5.20190502"
)
set
(
NGRAPH_MKLDNN_SUB_VERSION
"2019.0.5.20190502"
)
set
(
NGRAPH_MKLDNN_GIT_TAG
"
027de76
"
)
set
(
NGRAPH_MKLDNN_GIT_TAG
"
v0.20
"
)
#------------------------------------------------------------------------------
#------------------------------------------------------------------------------
# Fetch and install MKL-DNN
# Fetch and install MKL-DNN
...
...
This diff is collapsed.
Click to expand it.
cmake/mkldnn.patch
View file @
30527e80
...
@@ -28,16 +28,3 @@ index f10feb20..05f47961 100644
...
@@ -28,16 +28,3 @@ index f10feb20..05f47961 100644
set_property(TARGET ${LIB_NAME} PROPERTY PUBLIC_HEADER ${HEADERS})
set_property(TARGET ${LIB_NAME} PROPERTY PUBLIC_HEADER ${HEADERS})
target_include_directories(${LIB_NAME} PUBLIC
target_include_directories(${LIB_NAME} PUBLIC
diff --git a/src/cpu/jit_avx512_common_conv_kernel.cpp b/src/cpu/jit_avx512_common_conv_kernel.cpp
index 1bb98fa43..b8b54401f 100644
--- a/src/cpu/jit_avx512_common_conv_kernel.cpp
+++ b/src/cpu/jit_avx512_common_conv_kernel.cpp
@@ -3055,7 +3055,7 @@ void jit_avx512_common_conv_bwd_weights_kernel_f32::bias_kernel_3d() {
void jit_avx512_common_conv_bwd_weights_kernel_f32
::compute_oh_loop_common()
{
- assert(jcp.harness == harness_mb_reduction);
+ assert(one_of(jcp.harness, harness_mb_reduction, harness_3d_reduction));
int b_pad = jcp.b_pad;
int t_pad = jcp.t_pad;
bool is_dilated = jcp.dilate_h != 0;
This diff is collapsed.
Click to expand it.
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