Skip to content

Commit 3fd38f7

Browse files
authored
Merge pull request #18 from gartung/cms/v2.17.0
Update to include -fno-omit-frame-pointer to OneDNN compilation
2 parents c255eba + a54e590 commit 3fd38f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

third_party/mkl_dnn/mkldnn_v1.BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ _COPTS_LIST = select({
109109
"-UUSE_CBLAS",
110110
"-DDNNL_ENABLE_MAX_CPU_ISA",
111111
"-DDNNL_ENABLE_ITT_TASKS",
112-
"-DDNNL_ENABLE_MEM_DEBUG",
112+
"-fno-omit-frame-pointer",
113113
] + tf_openmp_copts()
114114

115115
_INCLUDES_LIST = [

0 commit comments

Comments
 (0)