-
Notifications
You must be signed in to change notification settings - Fork 363
(//bazel): Native compilation support for Jetson AGX platform #113
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
Closed
Closed
Changes from all commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
e05ed17
feat(//core/conversion/converters/impl): added support for linear1d a…
abhi-iyer d67cecf
feat(//core/conversion/converters/impl): added support for trilinear3…
abhi-iyer 41108c9
test(/tests/core/converters/): added 3 tests for linear, bilinear, tr…
abhi-iyer 8bc0531
feat(//core/conversion/converters/impl/plugins): template for interpo…
abhi-iyer a9ad817
feat(//core/conversion/converters/impl/plugins): interpolate plugin c…
abhi-iyer a072542
fix(): trying to resolve interpolate plugin problems
abhi-iyer a33d89b
fix(plugin): trying to fix bug in plugin
abhi-iyer 0f37912
fix(BUILD): modified BUILD
abhi-iyer b26aca7
feat(//core/conversion/converters/impl):
abhi-iyer cebae40
test(tests/core/converters): Added test for plugins
abhi-iyer 3e5c8c6
feat(//core/conversion/converters/impl/plugins): Created interpolate …
abhi-iyer ef4389a
feat(tests/util): added RunGraphEngineDynamic to handle dynamic input…
abhi-iyer 2e853cc
feat(): added adaptive_avg_pool2d plugin, and added test for it
abhi-iyer ccf649f
feat(): support for adaptive_avg_pool2d plugin
abhi-iyer ba821d5
feat(): addressed some PR comments, refactored code
abhi-iyer 029ea66
fix(): RunGraphEngineDynamic fixed to work with dynamically sized inp…
abhi-iyer e1bdb47
test(): added interpolate model for engine serialization testing
abhi-iyer 2d9e44a
test(): Added engine serialization testing for interpolation model
abhi-iyer 92343d5
fix(): fixed interpolate_plugin to handle dynamically sized inputs fo…
abhi-iyer 5336cd2
fix(): fixed FP16 bug, fixed README, addressed some other PR comments
abhi-iyer 5d497f9
docs: Remove known limitations section
narendasan 05a6b65
fix(): need to fix gather converter
abhi-iyer c9f567a
test(aten::select.int): added test for aten::select.int
abhi-iyer 0f25b86
feat(trt_util): from Naren, added unpadDims tool
abhi-iyer 335a006
feat(//core/conversion/converters/impl): select converter, which adds…
abhi-iyer adc1d53
refactor(): removed unecessary imports from aten::select.int converter
abhi-iyer 30909cc
test(aten::stack): Added test for aten::stack
abhi-iyer 74fb809
feat(//core/conversion/converters/impl): added support for aten::stack
abhi-iyer f2d2fdc
tool(core/util/): added tool to unsqueeze dimensions at a specified i…
abhi-iyer d05d93d
test(aten::select): added test case for single call to select
abhi-iyer 3ae414e
(//bazel): Added support for native compilation on NVIDIA Jetson AGX
3747489
Incorporate review comments
28fc9ff
Update build system
20415f0
fix(//third_party/cublas): cuBLAS source was incorrect, breaking out
narendasan d9ee10c
fix: Address issues with the build system picking up incorrect sources
narendasan c809eab
fix(//cpp/trtorchexec): typo extra comma
narendasan 813289f
(//bazel): Incorporate review comments
98ec7f7
Merge branch 'master' into anuragd/aarch64-jetpack
andi4191 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
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.
Can you try resnet 50 on DLA with
trtorchc
?