diff --git a/sycl/cmake/modules/FetchUnifiedRuntime.cmake b/sycl/cmake/modules/FetchUnifiedRuntime.cmake index f1473d130e336..297d32cb76261 100644 --- a/sycl/cmake/modules/FetchUnifiedRuntime.cmake +++ b/sycl/cmake/modules/FetchUnifiedRuntime.cmake @@ -117,11 +117,13 @@ if(SYCL_UR_USE_FETCH_CONTENT) endfunction() set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git") - # commit 568a96aabc6edabe8514ae163aecc64cd5a41878 - # Author: Mateusz P. Nowak <112635238+mateuszpn@users.noreply.github.com> - # Date: Tue Oct 15 13:57:26 2024 +0200 - # Benchmark updates for faster run and more reliable results (#2164) - set(UNIFIED_RUNTIME_TAG 568a96aabc6edabe8514ae163aecc64cd5a41878) + # commit 80fdb0261d4a3623b05d1795f2f59ace9f718d76 + # Merge: 568a96aa 77b6c4c7 + # Author: aarongreig + # Date: Wed Oct 16 13:53:51 2024 +0100 + # Merge pull request #2206 from oneapi-src/revert-2138-counter-based-3 + # Revert "[L0] Phase 2 of Counter-Based Event Implementation" + set(UNIFIED_RUNTIME_TAG 80fdb0261d4a3623b05d1795f2f59ace9f718d76) set(UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES") # Due to the use of dependentloadflag and no installer for UMF and hwloc we need