diff --git a/cmake/features.cmake b/cmake/features.cmake index f35caaa1056a3d..d223d6b2e21864 100644 --- a/cmake/features.cmake +++ b/cmake/features.cmake @@ -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)