Skip to content

Commit 66f2868

Browse files
[UR] Phase 2 of counter-based event (#15588)
PR in UR: oneapi-src/unified-runtime#2138 --------- Signed-off-by: Zhang, Winston <winston.zhang@intel.com> Signed-off-by: Winston Zhang <winston.zhang@intel.com> Co-authored-by: Aaron Greig <aaron.greig@codeplay.com>
1 parent d010d81 commit 66f2868

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

sycl/cmake/modules/FetchUnifiedRuntime.cmake

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

119119
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
120-
# commit b2a87251eb3b9b1743191a4740b99088f7ba57b1
121-
# Merge: 090d4fbc 8e29e014
122-
# Author: Piotr Balcer <piotr.balcer@intel.com>
123-
# Date: Mon Oct 14 16:34:13 2024 +0200
124-
# Merge pull request #2197 from pbalcer/disable-cuda-umf
125-
# disable UMF CUDA provider
126-
set(UNIFIED_RUNTIME_TAG b2a87251eb3b9b1743191a4740b99088f7ba57b1)
120+
# commit 568a96aabc6edabe8514ae163aecc64cd5a41878
121+
# Author: Mateusz P. Nowak <112635238+mateuszpn@users.noreply.github.com>
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)
127125

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

0 commit comments

Comments
 (0)