-
Notifications
You must be signed in to change notification settings - Fork 753
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SYCL][Graph] Remove calls to urCommandBufferReleaseCommandExp (#16670)
Reflects UR change from oneapi-src/unified-runtime#2578 where we no longer need to manually manage the lifetimes of the individual commands in a UR command-buffer.
- Loading branch information
Showing
2 changed files
with
8 additions
and
15 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 |
---|---|---|
@@ -1,7 +1,9 @@ | ||
# commit 3a1b4c7b9ba952fad6f6ad36c01101bbf368347b | ||
# Merge: c270a6b8 264d0468 | ||
# commit 14f4a3ba70b91b3adc411ec6bfc8ae86e948a990 | ||
# Merge: 4643d1c0 3ed86fae | ||
# Author: Kenneth Benzie (Benie) <[email protected]> | ||
# Date: Tue Jan 28 15:16:58 2025 +0000 | ||
# Merge pull request #2594 from kbenzie/benie/cl-core-functions-no-dlopen | ||
# Fix invalid use of dlopen() | ||
set(UNIFIED_RUNTIME_TAG 3a1b4c7b9ba952fad6f6ad36c01101bbf368347b) | ||
# Date: Wed Jan 29 13:55:27 2025 +0000 | ||
# | ||
# Merge pull request #2578 from Bensuo/ewan/remove_command_ref_counting | ||
# | ||
# Remove command-buffer command handle ref counting | ||
set(UNIFIED_RUNTIME_TAG 14f4a3ba70b91b3adc411ec6bfc8ae86e948a990) |
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