-
Notifications
You must be signed in to change notification settings - Fork 130
[AIMIGRAPHX-885][AIMIGRAPHX-987] Use External Stream Contexts #4775
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
Open
TedThemistokleous
wants to merge
38
commits into
develop
Choose a base branch
from
use_external_contexts
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
ae9415a
add external stream support to context
TedThemistokleous a9858f8
[AIGenerated] Add tests for external streams as well as fallback modes
TedThemistokleous bb7e424
Fix format
TedThemistokleous 8bc9608
Cleanup
TedThemistokleous 297f5c0
Update context to not rebind on the same stream
TedThemistokleous 443b4eb
Remove noop clearStream call
TedThemistokleous 2c770da
remove clear_stream from tests
TedThemistokleous e468657
Update context and tests
TedThemistokleous 043597d
fix format
TedThemistokleous aea1da0
Revert wait_for/finish_on semantics
TedThemistokleous 3cbfae0
Add set_queue/restore_queue() semantics for async streams.
TedThemistokleous dfebac1
Update interface to use set_queue /restore_queue semantics for extern…
TedThemistokleous 837ba7e
Update tests
TedThemistokleous 229f289
Ensure programs use external stream semantics instead of using intern…
TedThemistokleous 6f650d5
Format
TedThemistokleous 93dd5e9
Merge branch 'develop' into use_external_contexts
TedThemistokleous e49551b
regen API
TedThemistokleous 568a34c
Fix tidy
TedThemistokleous eedbdfe
revert finish_on/wait_for
TedThemistokleous d30fb3d
Ensure async mode doesn't use wait_for/finish_on syncs
TedThemistokleous c9a9473
Fux event record
TedThemistokleous 3e7169a
Use std::optional semantics for external_stream
TedThemistokleous 42f1001
Fix optional assign with value_or vs value()
TedThemistokleous 2a6bc0a
Add clear external stream to handle case where we want to unbind
TedThemistokleous d3107e9
Update tests
TedThemistokleous be90720
Add change for coverage regarding context and program changes.
TedThemistokleous 6f289e8
Update get_queue to mirror set_queue to preserve typing between nullp…
TedThemistokleous 098f78f
fix format
TedThemistokleous 70939a9
Update tests to use unsafe_get isntead of the lazy create to avoid is…
TedThemistokleous 5ee9d1e
Fix license
TedThemistokleous 9c4f913
Create set_raw_stream() call
TedThemistokleous adead17
Remove previous steram, cleanup comments
TedThemistokleous 4fa9fde
Cleanup tests and wait() call
TedThemistokleous 0270739
Remove comment
TedThemistokleous 816f9e1
Update license
TedThemistokleous f0a9151
Changes to context and handle format and outstanding test changes sin…
TedThemistokleous 3315f14
Update src/targets/gpu/include/migraphx/gpu/context.hpp
pfultz2 376b4d1
Merge branch 'develop' into use_external_contexts
kahmed10 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
Some comments aren't visible on the classic Files Changed page.
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.