Skip to content

Commit ab0827a

Browse files
authored
Merge pull request #13 from gartung/cms/v2.12.0
Enable DNNL memory debug
2 parents 4a22f3b + 8ea181f commit ab0827a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

third_party/mkl_dnn/mkldnn_v1.BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ _COPTS_LIST = select({
101101
"-UUSE_MKL",
102102
"-UUSE_CBLAS",
103103
"-DDNNL_ENABLE_MAX_CPU_ISA",
104+
"-DDNNL_ENABLE_MEM_DEBUG",
104105
] + tf_openmp_copts()
105106

106107
_INCLUDES_LIST = [

0 commit comments

Comments
 (0)