Skip to content

Commit b2b00f0

Browse files
committed
Enable memory debug
1 parent 3e2fd92 commit b2b00f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

third_party/mkl_dnn/mkldnn_v1.BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ _COPTS_LIST = select({
101101
"-UUSE_MKL",
102102
"-UUSE_CBLAS",
103103
"-DDNNL_ENABLE_MAX_CPU_ISA",
104-
"-DDNNL_ENABLE_CONCURRENT_EXEC",
104+
"-DDNNL_ENABLE_MEM_DEBUG",
105105
] + tf_openmp_copts()
106106

107107
_INCLUDES_LIST = [

0 commit comments

Comments
 (0)