Skip to content

Commit 0ee0c43

Browse files
authored
Merge pull request #19 from gartung/cms/v2.12.0
Update to include -fno-omit-frame-pointer to OneDNN compilation.
2 parents b165c02 + e464218 commit 0ee0c43

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_MEM_DEBUG",
104+
"-fno-omit-frame-pointer",
105105
] + tf_openmp_copts()
106106

107107
_INCLUDES_LIST = [

0 commit comments

Comments
 (0)