-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[TensorRT EP] support TensorRT 8.5 #13867
Merged
Changes from 26 commits
Commits
Show all changes
52 commits
Select commit
Hold shift + click to select a range
a5971f0
test TRT 8.5 GA
jywu-msft 4d11ee8
update onnx-tensorrt submodule to 8.5-GA
jywu-msft fa2a58a
test builtin parser
jywu-msft ce021a2
try OSS parser again
jywu-msft b82948d
add back --gpus all
chilo-ms 8c1bb7f
Revert to the state where build and test are running in container
chilo-ms 0dd1129
Revert to the state where build and test are running in container (co…
chilo-ms 1514ff9
Revert to the state where build and test are running in container (co…
chilo-ms 42666d3
Update linux-gpu-tensorrt-ci-pipeline.yml
chilo-ms de0f435
skip tests for known issues
chilo-ms 5a217de
skip tests for known issues
chilo-ms 4f5ef22
Update TRT Windows CI ymal
chilo-ms 0677f5e
Merge branch 'main' into chi_trt85
chilo-ms 9288869
update CI ymals
chilo-ms 100b934
Merge branch 'chi_trt85' of https://github.com/microsoft/onnxruntime …
chilo-ms 331a947
use original pool
chilo-ms f59bd59
add placeholder flag for package pipelines
chilo-ms 26d9c84
increase timeout for TRT EP
chilo-ms 50d583a
revert increase timeout
chilo-ms 7494080
add back timeout
chilo-ms c59a421
remove place holder since it still causes application deadlock
chilo-ms cade3ab
increase timeout to 10 hours
chilo-ms 48d66ff
Merge branch 'main' into chi_trt85
chilo-ms 10611cb
update deps.txt
chilo-ms 948279a
remove increased time since merging the main
chilo-ms a21b306
fix bug
chilo-ms ff83678
include https://github.com/microsoft/onnxruntime/pull/13918 to fix co…
chilo-ms ea0c763
add comment to deps.txt
chilo-ms 01741c1
fix bug
chilo-ms c32458c
increase timeout
chilo-ms 2bcdef4
fix python format
chilo-ms 9c199c1
format compliance
chilo-ms e1d6aaf
increase timeout for package pipeline
chilo-ms af7d169
fix bug for increasing timeout for package pipeline
chilo-ms 35ab897
fix bug for increasing timeout for package pipeline
chilo-ms a1fded4
test CUDA_MODULE_LOADING=LAZY
chilo-ms a62f6e1
skip unnecessay and time-consuming unittests for TRT EP
chilo-ms d7c7ba7
only run TRT related tests
chilo-ms 0e89046
fix format bug
chilo-ms 63d664b
rename flag
chilo-ms f390402
remove timeout for TRT EP unittests
chilo-ms 5fc64ca
remove timeout for TRT EP unittests
chilo-ms ed16a9b
add --skip_and_perform_filtered_tensorrt_tests to package pipeline
chilo-ms 61fdf47
make timeout configurable
chilo-ms 11c9d29
make timeout configurable (cont.)
chilo-ms c3376d9
make timeout configurable
chilo-ms ba4b59e
make timeout configurable
chilo-ms af57f18
make timeout configurable
chilo-ms 68c185d
make timeout configurable (fix bug)
chilo-ms f3ccdd6
refactor
chilo-ms 8b63162
refactor
chilo-ms ffce45c
fix for flake8 error
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 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 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 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 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 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 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 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 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 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 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 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 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.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
leave a comment indicating which branch it's from. previously there was a comment for 8.4-GA