-
Notifications
You must be signed in to change notification settings - Fork 787
[SYCL][Graph][L0] Reset L0 events for UR sync-points #11553
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
be0603c
[SYCL][Graph] Reset L0 events for UR sync-points
EwanC 68e2d95
[SYCL][Graph] Update UR command-buffer diagram
EwanC de47a50
Merge branch 'sycl' into ewan/L0_sync_point_event_reset
EwanC 9581582
Merge branch 'sycl' into ewan/L0_sync_point_event_reset
EwanC 9391f9d
Merge branch 'sycl' into ewan/L0_sync_point_event_reset
EwanC 9cba3a7
Merge branch 'sycl' into ewan/L0_sync_point_event_reset
EwanC c3975aa
Update UR tag comment
EwanC ff8b72c
Merge branch 'sycl' into ewan/L0_sync_point_event_reset
EwanC bde2014
Prefer SVG to JPG for documentation images
EwanC 3e4a613
Try SVG image again
EwanC File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or 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 |
---|---|---|
|
@@ -54,13 +54,13 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT) | |
include(FetchContent) | ||
|
||
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git") | ||
# commit cf26de283a1233e6c93feb085acc10c566888b59 | ||
# Merge: 3a3aae38 2fd9dea2 | ||
# commit: 7c8617b3710736db642585fe310a64e19e059d2e | ||
# Merge: 20d4f49 9a13af | ||
# Author: Kenneth Benzie (Benie) <[email protected]> | ||
# Date: Wed Oct 25 10:36:48 2023 +0100 | ||
# Merge pull request #940 from Naghasan/victor/kernel-fusion-amd | ||
# [UR][HIP] Enable kernel finalization using comgr | ||
set(UNIFIED_RUNTIME_TAG cf26de283a1233e6c93feb085acc10c566888b59) | ||
# Date: Thu Oct 26 10:20:03 2023 +0100 | ||
# Merge pull request #965 from Bensuo/ewan/L0_internal_event_fix | ||
# [Command-buffer][L0] Reset sync-point events | ||
set(UNIFIED_RUNTIME_TAG 7c8617b3710736db642585fe310a64e19e059d2e) | ||
|
||
if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO) | ||
set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO}") | ||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.