forked from intel/llvm
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SYCL][Graph] Bump UR hash to command-buffer event sync API (intel#14459
) Test UR PR oneapi-src/unified-runtime#1823 --------- Co-authored-by: Aaron Greig <[email protected]>
- Loading branch information
1 parent
f45ee77
commit ba99338
Showing
3 changed files
with
26 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -117,13 +117,13 @@ if(SYCL_UR_USE_FETCH_CONTENT) | |
endfunction() | ||
|
||
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git") | ||
# commit 22ef899035a85b70b5472416ad6db8021effb5c1 | ||
# Merge: 4814e505 f5979a68 | ||
# commit 5ade7fc44d453d86dc7440595dbea37c29ce54dc | ||
# Merge: 66ea35dc 0b5b89f0 | ||
# Author: aarongreig <[email protected]> | ||
# Date: Mon Oct 14 10:03:13 2024 +0100 | ||
# Merge pull request #1469 from RossBrunton/ross/specconst | ||
# [Spec Constants] Improved handling of invalid spec. constants | ||
set(UNIFIED_RUNTIME_TAG 22ef899035a85b70b5472416ad6db8021effb5c1) | ||
# Date: Mon Oct 14 12:17:07 2024 +0100 | ||
# Merge pull request #1823 from Bensuo/ewan/ur_dyn_events | ||
# Add event update to command-buffers | ||
set(UNIFIED_RUNTIME_TAG 5ade7fc44d453d86dc7440595dbea37c29ce54dc) | ||
|
||
set(UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES") | ||
# Due to the use of dependentloadflag and no installer for UMF and hwloc we need | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters