Conversation
|
The TRT CI has building issue. |
|
onnx-tensorrt introduced a dependency plugin.h, which is available by tarball/zip installation (under |
|
this is a bit confusing. if we publish packages built against TRT 10.8 but stay with10.7 parser? |
Why previously when our CI was running with TRT 10.6 built-in parser didn't complain about this plugin.h depedency? |
This dependency is only needed by oss parser. CIs that use Bulit-in parser have no issue even though there's no plugin.h |
You mention "Updating the logic to make sure builtin parser users are not blocked", it should be oss parser, right? |
I didn't mention that clearly. |
### Description <!-- Describe your changes. --> * Update oss parser version to latest commit of 10.8-GA branch ### Motivation and Context <!-- - Why is this change required? What problem does it solve? - If it fixes an open issue, please link to the issue here. --> * Action needed to adapt latest onnx-tensorrt 10.8-GA branch to fix scatterND attribute issue and `plugin.h` not found issue
### Description <!-- Describe your changes. --> * Update oss parser version to latest commit of 10.8-GA branch ### Motivation and Context <!-- - Why is this change required? What problem does it solve? - If it fixes an open issue, please link to the issue here. --> * Action needed to adapt latest onnx-tensorrt 10.8-GA branch to fix scatterND attribute issue and `plugin.h` not found issue
Cherry-pick the following changes into [rel-1.21.0](https://github.com/microsoft/onnxruntime/tree/rel-1.21.0). - (#23791) - (#23710) - (#23789) - (#23829) --------- Co-authored-by: Edward Chen <[email protected]> Co-authored-by: Yifan Li <[email protected]> Co-authored-by: Ankit Maheshkar <[email protected]> Co-authored-by: n1harika <[email protected]> Co-authored-by: Changming Sun <[email protected]>
### Description <!-- Describe your changes. --> * Update oss parser version to latest commit of 10.8-GA branch ### Motivation and Context <!-- - Why is this change required? What problem does it solve? - If it fixes an open issue, please link to the issue here. --> * Action needed to adapt latest onnx-tensorrt 10.8-GA branch to fix scatterND attribute issue and `plugin.h` not found issue
Cherry-pick the following changes into [rel-1.21.0](https://github.com/microsoft/onnxruntime/tree/rel-1.21.0). - (#23791) - (#23710) - (#23789) - (#23829) --------- Co-authored-by: Edward Chen <[email protected]> Co-authored-by: Yifan Li <[email protected]> Co-authored-by: Ankit Maheshkar <[email protected]> Co-authored-by: n1harika <[email protected]> Co-authored-by: Changming Sun <[email protected]>
Cherry-pick the following changes into [rel-1.21.0](https://github.com/microsoft/onnxruntime/tree/rel-1.21.0). - (microsoft#23791) - (microsoft#23710) - (microsoft#23789) - (microsoft#23829) --------- Co-authored-by: Edward Chen <[email protected]> Co-authored-by: Yifan Li <[email protected]> Co-authored-by: Ankit Maheshkar <[email protected]> Co-authored-by: n1harika <[email protected]> Co-authored-by: Changming Sun <[email protected]>
Description
Motivation and Context
plugin.hnot found issue