Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build GPU plugin with CPU's oneDNN #23216

Closed
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
More fixes
  • Loading branch information
ilya-lavrenov committed Mar 9, 2024
commit d5258ac1ddd478d32471a5191b61b33a27f7757a
1 change: 1 addition & 0 deletions src/plugins/intel_cpu/thirdparty/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -66,6 +66,7 @@ function(ov_add_onednn_common)
# build oneDNN to be compatible with Intel GPU plugin
set(DNNL_ENABLE_PRIMITIVE_GPU_ISA "XEHP;XEHPG;XEHPC" CACHE STRING "" FORCE)
set(DNNL_GPU_RUNTIME "OCL" CACHE STRING "" FORCE)
set(DNNL_EXPERIMENTAL_PROFILING ON CACHE BOOL "" FORCE)

# Keep in sync with https://github.com/openvinotoolkit/openvino/blob/releases/2024/0/src/plugins/intel_gpu/CMakeLists.txt#L30
set(INTEL_GPU_TARGET_OCL_VERSION "200" CACHE STRING "Target version of OpenCL which should be used by GPU plugin")
2 changes: 1 addition & 1 deletion src/plugins/intel_cpu/thirdparty/onednn
Loading