From dacaac47d6ea9b271a7404d542166f2cd106dbad Mon Sep 17 00:00:00 2001 From: "Neil R. Spruit" Date: Thu, 25 Jul 2024 11:25:39 -0700 Subject: [PATCH] [UR][L0] Enable Counter Based Events by default for immediate command lists -pre-commit PR for https://github.com/oneapi-src/unified-runtime/pull/1897 Signed-off-by: Neil R. Spruit --- sycl/plugins/unified_runtime/CMakeLists.txt | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/sycl/plugins/unified_runtime/CMakeLists.txt b/sycl/plugins/unified_runtime/CMakeLists.txt index de138107ce41a..9cd42061235cc 100644 --- a/sycl/plugins/unified_runtime/CMakeLists.txt +++ b/sycl/plugins/unified_runtime/CMakeLists.txt @@ -98,22 +98,8 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT) CACHE PATH "Path to external '${name}' adapter source dir" FORCE) endfunction() - set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git") - # commit 2baf095188b235bb2b0a0140f0187d2041aef4b0 - # Merge: 3d8fe8d2 58f85278 - # Author: Piotr Balcer - # Date: Fri Jul 26 12:06:22 2024 +0200 - # Merge pull request #1900 from kswiecicki/umf-version-bump - # Bump UMF version - set(UNIFIED_RUNTIME_TAG 58f85278a4ebf37742dd10afb3350580b0b1d9d7) - - set(UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES") - # Due to the use of dependentloadflag and no installer for UMF and hwloc we need - # to link statically on windows - if(WIN32) - set(UMF_BUILD_SHARED_LIBRARY OFF CACHE INTERNAL "Build UMF shared library") - set(UMF_LINK_HWLOC_STATICALLY ON CACHE INTERNAL "static HWLOC") - endif() + set(UNIFIED_RUNTIME_REPO "https://github.com/nrspruit/unified-runtime.git") + set(UNIFIED_RUNTIME_TAG 5b1d9b5a0588ece20fae4df6139757aff2517ff6) fetch_adapter_source(level_zero ${UNIFIED_RUNTIME_REPO}