-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[EP ABI] Add CreateCustomOpDomains() API for plugin EP to register custom ops #26759
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
chilo-ms
wants to merge
52
commits into
main
Choose a base branch
from
chi/custom_op_for_ep
base: main
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.
+575
−112
Open
Changes from 11 commits
Commits
Show all changes
52 commits
Select commit
Hold shift + click to select a range
0b5b4d7
update
chilo-ms 80561db
update
chilo-ms 6bd316f
add API summary
chilo-ms ad0a023
update
chilo-ms 5e398d4
address reviewer's comments and add GetNumCustomOpDomains
chilo-ms aeb2386
update example ep to run Custom_Mul op
chilo-ms 3849cd3
address reviewr's comment
chilo-ms 9c987be
lintrunner -a
chilo-ms fbe2434
update example ep GetCapability()
chilo-ms 40fa8fe
update Example EP
chilo-ms c7a0491
add more comments in API summary
chilo-ms 4787c3f
address reviewer's comments
chilo-ms 632ce31
lintrunner -a
chilo-ms 5905434
Merge branch 'main' into chi/custom_op_for_ep
chilo-ms 6017c00
Use CreateKernelV2 and ComputeKernelV2
chilo-ms 47bb4dc
address reviewer's comments
chilo-ms 6721a98
lintrunner -a
chilo-ms 1ab246d
update
chilo-ms 3478732
Remove accidentally added file
chilo-ms a1d36af
address reviewer's comments
chilo-ms 3065e9d
address reviewer's comment
chilo-ms d340de5
address reveiwer's comment
chilo-ms ee8851b
Merge branch 'main' into chi/custom_op_for_ep
chilo-ms 15f5baf
update
chilo-ms 6b01e7f
lintrunner -a
chilo-ms adf565e
fix bug when merging main
chilo-ms 062280e
Make auto ep selection be able to register custom op
chilo-ms ff58721
Merge branch 'main' into chi/custom_op_for_ep
chilo-ms 002fcdc
add comments
chilo-ms bb7e082
Make code be able to get model_metadata from model during auto ep sel…
chilo-ms 953dbd3
Use Model::Load
chilo-ms cf5948a
revert unnecessary change
chilo-ms cc31408
update API comment
chilo-ms e2604b9
fix build issue for minimal build
chilo-ms 27cb17a
address reviewer's comments
chilo-ms f77e5f7
Merge branch 'main' into chi/custom_op_for_ep
chilo-ms 2e91855
lintrunner -a
chilo-ms 1f448a6
fix compile warning for minimal build
chilo-ms debdc79
address reviewer's comment
chilo-ms 452bb26
Add AddEpCustomDomainsToSessionOptions()
chilo-ms 96d42fb
clean up code
chilo-ms 04b75e8
clean up code and fix compile error
chilo-ms 84cff1f
revert auto ep selection
chilo-ms 4d9849f
Merge branch 'main' into chi/custom_op_for_ep
chilo-ms 32e2e57
add back accidentaly removed code
chilo-ms b80b451
address reviewer's comments
chilo-ms 0b7302e
update
chilo-ms be94f18
fix compile error for onnxruntime_pybind_state.cc
chilo-ms 1841117
address reveiwer's comment
chilo-ms 6a571ef
address reviewer's comments
chilo-ms 3b2e5a5
address Copilot comment
chilo-ms 5d0b15b
address Copilot comment
chilo-ms 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
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.