Skip to content

Commit a9be546

Browse files
authored
[UR] revert "phase 2 of counter-based event" (#15720)
1 parent 5f6af0b commit a9be546

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

sycl/cmake/modules/FetchUnifiedRuntime.cmake

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -117,11 +117,13 @@ if(SYCL_UR_USE_FETCH_CONTENT)
117117
endfunction()
118118

119119
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
120-
# commit 568a96aabc6edabe8514ae163aecc64cd5a41878
121-
# Author: Mateusz P. Nowak <[email protected]>
122-
# Date: Tue Oct 15 13:57:26 2024 +0200
123-
# Benchmark updates for faster run and more reliable results (#2164)
124-
set(UNIFIED_RUNTIME_TAG 568a96aabc6edabe8514ae163aecc64cd5a41878)
120+
# commit 80fdb0261d4a3623b05d1795f2f59ace9f718d76
121+
# Merge: 568a96aa 77b6c4c7
122+
# Author: aarongreig <[email protected]>
123+
# Date: Wed Oct 16 13:53:51 2024 +0100
124+
# Merge pull request #2206 from oneapi-src/revert-2138-counter-based-3
125+
# Revert "[L0] Phase 2 of Counter-Based Event Implementation"
126+
set(UNIFIED_RUNTIME_TAG 80fdb0261d4a3623b05d1795f2f59ace9f718d76)
125127

126128
set(UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES")
127129
# Due to the use of dependentloadflag and no installer for UMF and hwloc we need

0 commit comments

Comments
 (0)