Skip to content

Commit 1ad4294

Browse files
nrspruitaarongreig
andauthored
[UR][L0] Pass and track event dependencies required before executing … (#15559)
…Memory Copy buffer inits -pre-commit PR for oneapi-src/unified-runtime#2139 --------- Signed-off-by: Neil R. Spruit <[email protected]> Co-authored-by: Aaron Greig <[email protected]>
1 parent ce0dc32 commit 1ad4294

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

sycl/cmake/modules/FetchUnifiedRuntime.cmake

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

119119
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
120-
# commit 0247d0966ca8c5d1e3245f375e48e6c997bed9af
121-
# Merge: 675dd292 04ffc909
120+
# commit 00f958f375205fd86309f95b925141cf664ff955
121+
# Merge: cc2d5909 98a67a2e
122122
# Author: aarongreig <[email protected]>
123-
# Date: Tue Oct 1 17:10:58 2024 +0100
124-
# Merge pull request #2154 from npmiller/fix-graph-exce
125-
# [CUDA][HIP] Fix exceptions throwing from adapter
126-
set(UNIFIED_RUNTIME_TAG 0247d0966ca8c5d1e3245f375e48e6c997bed9af)
123+
# Date: Wed Oct 2 09:51:21 2024 +0100
124+
# Merge pull request #2139 from nrspruit/zeHandle_copy_dependencies
125+
# [L0] Pass and track event dependencies required before executing Memory
126+
# Copy buffer inits
127+
set(UNIFIED_RUNTIME_TAG 00f958f375205fd86309f95b925141cf664ff955)
127128

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

0 commit comments

Comments
 (0)