-
Notifications
You must be signed in to change notification settings - Fork 3.9k
[Plugin EP] Port graph capture/replay APIs #27958
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
27 commits
Select commit
Hold shift + click to select a range
54fe58c
First incorrect draft impl
adrianlizarraga b25bb09
Add IExecutionProvider::GetGraphCaptureNodeAssignmentPolicy() to remo…
adrianlizarraga 3146b85
Minor update to docs. Stills need improvement
adrianlizarraga 023c0c0
Add onnxruntime:: namespace qualifier for DML use of enum
adrianlizarraga bd71d7d
Merge branch 'main' into adrianl/PluginEp_CudaGraphCaptureReplay
adrianlizarraga 857f0b4
Implement new graph capture/replay C APIs in webgpu's OrtEp implement…
adrianlizarraga 0741b28
Add stubs with todos to cuda's plugin EP
adrianlizarraga f08d05b
Use only one enum for the graph capture node assignment policy
adrianlizarraga 211bb7e
Update C doc comments
adrianlizarraga 91fb965
First attempt at a webgpu plugin EP test that uses graph capture
adrianlizarraga c38ba6c
Add ifdef guards for webgpu plugin EP test
adrianlizarraga 61b8ff6
Review comments: Update NvTensorRTRTX EP to return false from IExecut…
adrianlizarraga 977dea1
Add InferenceSession::RunImpl() that takes in the recursive run depth
adrianlizarraga 8645b8d
Ensure at least one compute node is assigned to the graph capturing EP
adrianlizarraga b158299
Add ORT_ENFORCE
adrianlizarraga 0bc9cdc
Merge branch 'main' into adrianl/PluginEp_CudaGraphCaptureReplay
adrianlizarraga e289ae2
Fix graph capture/replay test for the webgpu plugin EP (runs locally)
adrianlizarraga ff09625
CXX API: add Ort::Env::CopyTensor() to copy only one tensor
adrianlizarraga 0718dae
Update test EP registration to use correct ep lib name for various pl…
adrianlizarraga 156a3cc
Update docs regarding the max number of attempts to call IsGraphCaptured
adrianlizarraga a7e491e
Merge branch 'main' into adrianl/PluginEp_CudaGraphCaptureReplay
adrianlizarraga 2059886
Adjust test ifdef for webgpu EP test that is not really the plugin EP…
adrianlizarraga 9205f22
Address doc comments
adrianlizarraga 5694f6c
Check that OrtEp::IsGraphCaptured and OrtEp::ReplayGraph are implemen…
adrianlizarraga cb66889
Address comments
adrianlizarraga 91851ac
Sync IO binding inputs in test
adrianlizarraga ff929f3
Improved documentation for graph annotation ID
adrianlizarraga 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
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
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
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.