We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d11cd8c commit 4f62affCopy full SHA for 4f62aff
src/plugins/intel_cpu/thirdparty/CMakeLists.txt
@@ -66,6 +66,7 @@ function(ov_add_onednn_common)
66
# build oneDNN to be compatible with Intel GPU plugin
67
set(DNNL_ENABLE_PRIMITIVE_GPU_ISA "XEHP;XEHPG;XEHPC" CACHE STRING "" FORCE)
68
set(DNNL_GPU_RUNTIME "OCL" CACHE STRING "" FORCE)
69
+ set(DNNL_EXPERIMENTAL_PROFILING ON CACHE BOOL "" FORCE)
70
71
# Keep in sync with https://github.com/openvinotoolkit/openvino/blob/releases/2024/0/src/plugins/intel_gpu/CMakeLists.txt#L30
72
set(INTEL_GPU_TARGET_OCL_VERSION "200" CACHE STRING "Target version of OpenCL which should be used by GPU plugin")
src/plugins/intel_cpu/thirdparty/onednn
0 commit comments