Skip to content

Commit 238711f

Browse files
committed
[UR][L0] Fix Multi Device Event handling and remove unhandled events from in order wait list
-pre-commit PR for oneapi-src/unified-runtime#2134 Signed-off-by: Neil R. Spruit <[email protected]>
1 parent 9cb370a commit 238711f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sycl/cmake/modules/FetchUnifiedRuntime.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,14 +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")
119+
set(UNIFIED_RUNTIME_REPO "https://github.com/nrspruit/unified-runtime.git")
120120
# commit 7ecf64d60c31cd72bd88588498536d067bad59d6
121121
# Merge: 17aa04d3 6eb5208b
122122
# Author: aarongreig <[email protected]>
123123
# Date: Wed Sep 25 11:14:47 2024 +0100
124124
# Merge pull request #1996 from frasercrmck/ur-max-wg-size-props
125125
# Add two new properties to ur_kernel_group_info_t
126-
set(UNIFIED_RUNTIME_TAG 7ecf64d60c31cd72bd88588498536d067bad59d6)
126+
set(UNIFIED_RUNTIME_TAG 668c5e5df82b8b0b4ff2d7a76792820370bdfca6)
127127

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

0 commit comments

Comments
 (0)