Skip to content

Commit 2239ba1

Browse files
committed
Disable DNNL JIT Profiling
1 parent c5c3cc1 commit 2239ba1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/3rd_party/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ if(USE_DNNL)
2020
set(DNNL_BUILD_TESTS OFF CACHE BOOL "Build dnnl tests")
2121
set(DNNL_BUILD_EXAMPLES OFF CACHE BOOL "Build dnnl examples")
2222

23+
set(DNNL_ENABLE_JIT_PROFILING OFF CACHE INTERNAL "" FORCE)
2324
if(USE_STATIC_LIBS)
2425
set(DNNL_LIBRARY_TYPE "STATIC" CACHE STRING "specifies whether oneDNN library should be SHARED or STATIC" FORCE)
2526
endif(USE_STATIC_LIBS)

0 commit comments

Comments
 (0)