Skip to content

Commit 27b48a9

Browse files
[UR] phase 2 of counter-based event
PR in UR: oneapi-src/unified-runtime#2138 Signed-off-by: Zhang, Winston <[email protected]>
1 parent 3cd0043 commit 27b48a9

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

sycl/cmake/modules/FetchUnifiedRuntime.cmake

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -116,15 +116,14 @@ if(SYCL_UR_USE_FETCH_CONTENT)
116116
CACHE PATH "Path to external '${name}' adapter source dir" FORCE)
117117
endfunction()
118118

119-
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
120-
# commit df6da35d6e67f2383db28dd49ab08c5c0ef541d2
121-
# Merge: 67590533 55bd5636
122-
# Author: aarongreig <[email protected]>
123-
# Date: Mon Oct 7 12:28:07 2024 +0100
124-
# Merge pull request #2038 from GeorgeWeb/georgi/unsupported-max-coop-wgsize
125-
# [UR][hip][opencl] Mark urKernelSuggestMaxCooperativeGroupCountExp as unsupported
126-
# instead of returning misleading default value
127-
set(UNIFIED_RUNTIME_TAG df6da35d6e67f2383db28dd49ab08c5c0ef541d2)
119+
set(UNIFIED_RUNTIME_REPO "https://github.com/winstonzhang-intel/unified-runtime.git")
120+
# commit b79ebe4e98789144bcdf3832088eb6e6b5ae6967
121+
# Merge: 7b4bc761 fbb6e862
122+
# Author: Kenneth Benzie (Benie) <[email protected]>
123+
# Date: Fri Oct 4 16:39:59 2024 +0100
124+
# Merge pull request #2018 from wenju-he/L0-bindless-image-device-query
125+
# [L0] Fix device query of bindless image support
126+
set(UNIFIED_RUNTIME_TAG 681ce2c63064fe3d190ea19ed0bc4f2ddd0817a8)
128127

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

0 commit comments

Comments
 (0)