Skip to content

Commit 2fe409d

Browse files
committed
[UR] Fix level_zero for loop bug
Pre-commit MR for: oneapi-src/unified-runtime#2130
1 parent af8361c commit 2fe409d

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

sycl/cmake/modules/FetchUnifiedRuntime.cmake

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -116,14 +116,12 @@ 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 7ecf64d60c31cd72bd88588498536d067bad59d6
121-
# Merge: 17aa04d3 6eb5208b
122-
# Author: aarongreig <[email protected]>
123-
# Date: Wed Sep 25 11:14:47 2024 +0100
124-
# Merge pull request #1996 from frasercrmck/ur-max-wg-size-props
125-
# Add two new properties to ur_kernel_group_info_t
126-
set(UNIFIED_RUNTIME_TAG 7ecf64d60c31cd72bd88588498536d067bad59d6)
119+
set(UNIFIED_RUNTIME_REPO "https://github.com/RossBrunton/unified-runtime.git")
120+
# commit ee60403891e73c1150cdb70c383d54f545896575
121+
# Author: Ross Brunton <[email protected]>
122+
# Date: Wed Sep 25 14:50:05 2024 +0100
123+
# Fix `for` in level_zero EventWaitList handling
124+
set(UNIFIED_RUNTIME_TAG ee60403891e73c1150cdb70c383d54f545896575)
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)