forked from intel/llvm
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SYCL][Graph] Only get command handle for updatable command-buffers (i…
…ntel#15522) - Update UR tag to include changes to command-handles - Update calls to UrCommandBufferAppendKernelLaunch to only request command handles for updatable command-buffers - Only store command handles for updatable command-graphs UR PR: oneapi-src/unified-runtime#2131 --------- Co-authored-by: Kenneth Benzie (Benie) <[email protected]>
- Loading branch information
Showing
3 changed files
with
26 additions
and
9 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,11 +117,13 @@ if(SYCL_UR_USE_FETCH_CONTENT) | |
endfunction() | ||
|
||
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git") | ||
# commit af7e275b509b41f54a66743ebf748dfb51668abf | ||
# Author: Maosu Zhao <[email protected]> | ||
# Date: Thu Oct 17 16:31:21 2024 +0800 | ||
# [DeviceSanitizer] Refactor the code to manage shadow memory (#2127) | ||
set(UNIFIED_RUNTIME_TAG af7e275b509b41f54a66743ebf748dfb51668abf) | ||
# commit c742ca49efb12380a35b8b0b467e6577ab8174ce | ||
# Merge: 3a8bf2c5 504d3b63 | ||
# Author: Kenneth Benzie (Benie) <[email protected]> | ||
# Date: Mon Oct 21 11:55:23 2024 +0100 | ||
# Merge pull request #2131 from Bensuo/ben/command-handle-fix | ||
# [EXP][CMDBUF] Make command handle behaviour consistent | ||
set(UNIFIED_RUNTIME_TAG c742ca49efb12380a35b8b0b467e6577ab8174ce) | ||
|
||
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