-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Contrib ops for TRT plugin: Disentangled Attention Plugin (#11287)
* Add disentangled attention TRT plugin as contrib op * update plugin name & remove null character * update onnx-tensorrt submodule with my beta version * use suggested plugin name & simpler shape propagation * update onnx-tensorrt gitsubmodule to temporary fork * update onnx-tensorrt to temporary commit * redirect submodule back to latest 8.2-GA release of onnx-tensorrt repo Co-authored-by: HHH-ComputeLab <[email protected]>
- Loading branch information
1 parent
70e5018
commit c2de603
Showing
3 changed files
with
43 additions
and
2 deletions.
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
Submodule onnx-tensorrt
updated
7 files
+2 −1 | ModelImporter.cpp | |
+4 −4 | README.md | |
+7 −89 | builtin_op_importers.cpp | |
+6 −6 | docs/faq.md | |
+1 −1 | docs/operators.md | |
+15 −11 | onnx2trt_utils.cpp | |
+0 −25 | trt_utils.hpp |
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