-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Trt compiler fixes #8064
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
Trt compiler fixes #8064
Changes from all commits
Commits
Show all changes
96 commits
Select commit
Hold shift + click to select a range
054a2b8
Added TRTWrapper
borisfom 3ab9c83
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 4ec1d3b
Merge branch 'dev' into trt-wrappers
KumoLiu fe71030
Addressing code review comments, adding docustrings, cleanup
borisfom 6a9727f
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 29d9725
Added TRT 10.3RC to Dockerfile
borisfom 5b8b4f2
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] f31d6dd
Workaround for format check
borisfom 9303c32
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] c1d0b19
More format check workarounds
borisfom 63c4b70
More format check workarounds
borisfom 9a3d6a6
More format check workarounds
borisfom 8bf0300
Using optional exports for trt_utils
borisfom c03e49b
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 39c94c2
Fixing lint errors
borisfom 35dffcc
Merge branch 'trt-wrappers' of github.com:borisfom/MONAI into trt-wra…
borisfom 9d867a7
Format fixed
borisfom 6e2733a
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 848a42d
Fixing flake errors
borisfom 9ade6af
Merge branch 'trt-wrappers' of github.com:borisfom/MONAI into trt-wra…
borisfom cf2c3b1
Fixing CI
borisfom e8b51f4
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] ddb5bc8
Fixed mypy, Engine refactor
borisfom 79014d7
Merge branch 'dev' into trt-wrappers
yiheng-wang-nv 511081f
Merge remote-tracking branch 'origin/dev' into trt-wrappers
borisfom b188237
Merged cast_utils, copyrights fixed.
borisfom 60cdd74
Added unit test
borisfom 778a44a
Merge remote-tracking branch 'origin/dev' into trt-wrappers
borisfom 0ab5d26
TRTWrapper moved to networks
borisfom a948bfb
Merge remote-tracking branch 'origin/dev' into trt-wrappers
borisfom 3a72c76
Merge remote-tracking branch 'origin/dev' into trt-wrappers
borisfom 7d449f5
Refactored TRTWrapper args
borisfom 6846fd4
Added docstring for precision
borisfom d598590
Fixed comments, reordered args
borisfom 9109d3f
Merge remote-tracking branch 'origin/dev' into trt-wrappers
borisfom 517c111
Reduced test assert accuracy
borisfom 4739756
Merge remote-tracking branch 'origin/dev' into trt-wrappers
borisfom ed0d93d
Addressing code review comments
borisfom 2ec8e53
Merge remote-tracking branch 'origin/dev' into trt-wrappers
borisfom fdcf118
Added Torch-TRT option, cleaned up engine save method
borisfom 1009dc5
Added trt_wrap adapter
borisfom 763f769
Merge remote-tracking branch 'origin/dev' into trt-wrappers
borisfom fd679c0
Refined trt_wrap
borisfom dc13b52
Used tempdir for ONNX
borisfom 779de92
Refactored trt wrapper, added trt handler
borisfom 6504dc9
Adjusted refactor for use in config
borisfom c1be72c
Added fold constant threshold param
borisfom 0f16b8b
Merge remote-tracking branch 'origin/dev' into trt-wrappers
borisfom 5c495b6
Logger refactoring
borisfom 5d1ebc2
Merge remote-tracking branch 'origin/dev' into trt-wrappers
borisfom 48b85ce
Addressing code review comments
borisfom 1244c49
Added multiple submodules option to trt_wrap
borisfom a603f13
Added polygraphy to more places, torch-tensorrt option debugging
borisfom f5be0cc
Renamed trt_wrap -> trt_compile
borisfom b96ebb4
Reformatted for CI
borisfom 73be701
Merge remote-tracking branch 'origin/dev' into trt-wrappers
borisfom 85140e2
Fixed alias issue
borisfom fa4c182
Fixed base in Dockerfile
borisfom 78a3ef3
Fixed CI test failures
borisfom 267c125
Addressed code review comments
borisfom 9adc035
Added dictionary return option
borisfom a017fcd
Merge remote-tracking branch 'origin/dev' into trt-wrappers
borisfom 7f1c0c1
Fixed return_dict issue
borisfom a242a64
Implemented https://github.com/Project-MONAI/MONAI/issues/8044
borisfom 5afc912
Generalizing merge logic, adding test case and doc
borisfom ceff018
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] e294968
Addressing code review comments
borisfom 55cf7fa
Merge branch 'trt-wrappers' of github.com:borisfom/MONAI into trt-wra…
borisfom b6d9179
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 652448a
doc build fixed
borisfom b793eb2
Merge branch 'trt-wrappers' of github.com:borisfom/MONAI into trt-wra…
borisfom 5c4f63a
Fixed formatting
borisfom dd91183
Fixed formatting
borisfom c41cb5a
Updated base container to 24.08
borisfom 7e440fc
Renaming trt_wrapper -> trt_compiler, adding TRT handler test
borisfom 329d024
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 84de860
fixing CI error
borisfom 875d1a8
Merge branch 'trt-wrappers' of github.com:borisfom/MONAI into trt-wra…
borisfom b84cec4
Fixing min test error, addressing comments
borisfom 9481d9f
optional propagation of dynamo arg fixed, onnx_graphsurgeon package a…
borisfom 6a11581
add vista test cases
yiheng-wang-nv 6e8bd6b
Merge branch 'dev' into trt-wrappers
yiheng-wang-nv 3d221cb
Merge branch 'dev' into trt-wrappers
KumoLiu 792a721
Code review input addressed
borisfom 73ac717
Fixed torch-tensorrt path of trt_compile, added test
borisfom ea879f2
Merge branch 'trt-wrappers' of github.com:borisfom/MONAI into trt-wra…
borisfom 1e7e76d
Fixing tests
borisfom 47e676e
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 1cb49c3
Merge remote-tracking branch 'origin/dev' into trt-wrappers
borisfom dd4d2d6
Merge branch 'dev' into trt-wrappers
binliunls 6b47a8b
Merge branch 'dev' into trt-wrappers
KumoLiu 80d3928
Merge branch 'trt-wrappers' of github.com:borisfom/MONAI into trt-wra…
borisfom 47823d1
Merge remote-tracking branch 'origin/dev' into trt-wrappers
borisfom c126e67
Fixing TRT 8.x compatibility
borisfom 5645157
Improved diagnostic, skip trt test if < 10.3
borisfom 9e98f66
Merge branch 'dev' into trt_compiler_fixes
KumoLiu 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
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.