Skip to content

Commit 4f62aff

Browse files
committed
More fixes
1 parent d11cd8c commit 4f62aff

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/plugins/intel_cpu/thirdparty/CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ function(ov_add_onednn_common)
6666
# build oneDNN to be compatible with Intel GPU plugin
6767
set(DNNL_ENABLE_PRIMITIVE_GPU_ISA "XEHP;XEHPG;XEHPC" CACHE STRING "" FORCE)
6868
set(DNNL_GPU_RUNTIME "OCL" CACHE STRING "" FORCE)
69+
set(DNNL_EXPERIMENTAL_PROFILING ON CACHE BOOL "" FORCE)
6970

7071
# Keep in sync with https://github.com/openvinotoolkit/openvino/blob/releases/2024/0/src/plugins/intel_gpu/CMakeLists.txt#L30
7172
set(INTEL_GPU_TARGET_OCL_VERSION "200" CACHE STRING "Target version of OpenCL which should be used by GPU plugin")

0 commit comments

Comments
 (0)