Skip to content

Commit

Permalink
[GPU] Try L0 by default
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimir-paramuzov committed Oct 1, 2024
1 parent ab652e9 commit 0aa7721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/features.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ else()
set(ENABLE_ONEDNN_FOR_GPU_DEFAULT ON)
endif()

ov_dependent_option (GPU_RT_TYPE "Type of GPU runtime. Should be either `OCL` or `L0`" "OCL" "ENABLE_INTEL_GPU" OFF)
ov_dependent_option (GPU_RT_TYPE "Type of GPU runtime. Should be either `OCL` or `L0`" "L0" "ENABLE_INTEL_GPU" OFF)
if (GPU_RT_TYPE STREQUAL L0)
# There's no interop with native L0 in onednn API. Temporary disable onednn when L0 runtime is selected
set(ENABLE_ONEDNN_FOR_GPU_DEFAULT OFF)
Expand Down

0 comments on commit 0aa7721

Please sign in to comment.