Skip to content
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

Adding support for TensorRT 10 APIs in the backend. Keep TRT 8 suppor… #89

Merged
merged 1 commit into from
May 29, 2024

Conversation

tanmayv25
Copy link
Contributor

…t as well (#88)

  • Replace binding index-based methods with name-based alternatives

  • Remove unused variables

  • Remove unused variables

  • Remove allInput*Specified()

  • Delete TRTV1Interface

  • Replace getProfileShapeValues() with getProfileTensorValues()

  • Remove buffer_bindings_

  • Enhancements

  • Replace isExecutionBinding()

  • Add INT64 support

  • Remove hasImplicitBatchDimension()

  • Update Copyright

  • Remove unused variables

  • Undo copyright

  • Undo Copyright

  • Undo copyright

  • Fix the handling in INT64 shape tensors output

  • Fix data dependent output shapes

  • Fix pre commit errors

  • Update copyright

  • Resolve review comments

  • Include source for building on TRT 8 (Include source for building on TRT 8 #86) (Include source for building on TRT 8 (#86) #87)

  • Include source for building on TRT 8

  • Apply suggestions from code review


  • Fix envvar access in CMake

…t as well (#88)

* Replace binding index-based methods with name-based alternatives

* Remove unused variables

* Remove unused variables

* Remove allInput*Specified()

* Delete TRTV1Interface

* Replace getProfileShapeValues() with getProfileTensorValues()

* Remove buffer_bindings_

* Enhancements

* Replace isExecutionBinding()

* Add INT64 support

* Remove hasImplicitBatchDimension()

* Update Copyright

* Remove unused variables

* Undo copyright

* Undo Copyright

* Undo copyright

* Fix the handling in INT64 shape tensors output

* Fix data dependent output shapes

* Fix pre commit errors

* Update copyright

* Resolve review comments

* Include source for building on TRT 8 (#86) (#87)

* Include source for building on TRT 8

* Apply suggestions from code review



---------

Co-authored-by: Misha Chornyi <[email protected]>

* Fix envvar access in CMake

---------

Co-authored-by: Sai Kiran Polisetty <[email protected]>
Co-authored-by: Misha Chornyi <[email protected]>
@tanmayv25 tanmayv25 requested review from pskiran1, krishung5 and mc-nv May 29, 2024 18:33
@tanmayv25 tanmayv25 merged commit 75d3361 into main May 29, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants