Skip to content

Commit aa282b0

Browse files
committed
[UR][L0] Pass and track event dependencies required before executing Memory Copy buffer inits
-pre-commit PR for oneapi-src/unified-runtime#2139 Signed-off-by: Neil R. Spruit <[email protected]>
1 parent 48f0e93 commit aa282b0

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

sycl/cmake/modules/FetchUnifiedRuntime.cmake

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -116,14 +116,8 @@ 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 532a4ecb72da4876cef61a4ae4d638e27ad609d5
121-
# Merge: 22962057 d944ff33
122-
# Author: aarongreig <[email protected]>
123-
# Date: Mon Sep 30 10:43:10 2024 +0100
124-
# Merge pull request #1924 from Bensuo/fabio/cmd_buffer_kernel_update
125-
# Add support for command-buffer kernel updates
126-
set(UNIFIED_RUNTIME_TAG 532a4ecb72da4876cef61a4ae4d638e27ad609d5)
119+
set(UNIFIED_RUNTIME_REPO "https://github.com/nrspruit/unified-runtime.git")
120+
set(UNIFIED_RUNTIME_TAG 98a67a2e121c004601b8f074ba3367532ca57445)
127121

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

0 commit comments

Comments
 (0)