-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Enabling L2+ Optimizations for EPs #23517
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
61 commits
Select commit
Hold shift + click to select a range
1d5ca89
init
chilo-ms e9119d5
include GraphTransformerManager to GetCapability
chilo-ms b7a0b79
Add GraphTransformerManager for EP, optimization function and Compute…
chilo-ms 3b28ffc
refine GraphTransformerManager for EP, optimization function and Comp…
chilo-ms 309341e
TRT EP creates optimization compute capability
chilo-ms d0cbc65
add comments
chilo-ms b239db0
remove unnecessary code
chilo-ms a83dd11
remove commented code
chilo-ms 372342c
add a function to include DQ that is filtered out by TRT parser
chilo-ms 39fa897
add standalone GraphOptimizerRegistry as singleton
chilo-ms 627a00a
remove redundant code
chilo-ms 06ca086
remove redundant code
chilo-ms a965ffb
remove redundant code
chilo-ms 4c2697c
add back function
chilo-ms 2b81789
changed code per reviewer
chilo-ms 0c10cd4
don't create optimizer instances until EP requests it by calling GetO…
chilo-ms 3360dfd
minor modification
chilo-ms 5f7da9f
fix compiler error
chilo-ms e610bc8
remove unnecessary member function
chilo-ms e95f2c3
lintrunner -a
chilo-ms bad19b9
handle status
chilo-ms d4968cb
remove unnecessary code
chilo-ms df5aca9
add GetMutableMetaDef
chilo-ms 60d9599
update TRT EP
chilo-ms 3c46897
refactor the code per reviewer's suggestions
chilo-ms ee35614
remove unnecessary code
chilo-ms 958706e
fix format
chilo-ms 5ebb117
use session logger for optimization function
chilo-ms 08b85f9
add ORT_UNUSED_PARAMETER for param
chilo-ms 1e0ae2e
fix compiler warnings/errors
chilo-ms 4ee99b6
fix compiler warning/error
chilo-ms 718ab98
fix compiler warnings/errors
chilo-ms 644b837
run ConstantFoldingDQ only when trt_dla_enable is true
chilo-ms a2bfa09
Merge branch 'main' into chi/ort_enable_l2_plus_opt_for_ep
chilo-ms 5b8bb7b
fix compiler error when resolving the conflicts
chilo-ms 46e09d3
fix compiler error when resolving the conflicts
chilo-ms 56f0f52
lintrunner -a
chilo-ms 178ea22
update according to the review
chilo-ms 9072d5f
fix compile error
chilo-ms 947ed88
update
chilo-ms 570fd16
update
chilo-ms 8c96398
update
chilo-ms 9eadda9
fix some minor compile errors
chilo-ms 6d1f4f1
Replace Singleton implementation with instance per session
chilo-ms 39cef51
fix compile error
chilo-ms 908c426
update
chilo-ms 881e07b
fix error
chilo-ms f2e9cd2
fix format
chilo-ms 192a394
fix error
chilo-ms 656b691
fix compile error
chilo-ms 68e3f18
fix error
chilo-ms 2abc99c
add graph_optimizer_registry.cc in minimal build
chilo-ms 6a3e6b3
fix compile error for minimal build
chilo-ms ce1cb6d
fix compile error for extended minimal build
chilo-ms b5a8815
modified as per reviewer
chilo-ms 1a219f7
fix compile error
chilo-ms 060f67a
modify GraphOptimizerRegistry for minimal build
chilo-ms ad63f3c
remove unnecessary code
chilo-ms aff6114
update ifdef for extended minimal build
chilo-ms c14da28
update
chilo-ms 2a2a5ec
define alias first
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
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.