Skip to content

Commit

Permalink
[UR][L0] Pass and track event dependencies required before executing … (
Browse files Browse the repository at this point in the history
#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]>
  • Loading branch information
nrspruit and aarongreig authored Oct 2, 2024
1 parent ce0dc32 commit 1ad4294
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions sycl/cmake/modules/FetchUnifiedRuntime.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -117,13 +117,14 @@ if(SYCL_UR_USE_FETCH_CONTENT)
endfunction()

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

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

0 comments on commit 1ad4294

Please sign in to comment.