Skip to content
Closed
Show file tree
Hide file tree
Changes from 12 commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
52fff47
Fix TensorRT compatibility with version 10.x
SaiShashank12 Sep 29, 2025
9bd38ec
Add ASF license header to TRT handler and fix filename (addresses #36…
SaiShashank12 Sep 29, 2025
ef288d7
Add TensorRT handler test files
SaiShashank12 Oct 4, 2025
403c37b
Fix formatting in TensorRT handler test file
SaiShashank12 Oct 5, 2025
80a546f
Fix formatting in TensorRT handler implementation
SaiShashank12 Oct 5, 2025
b3a640e
Add TensorRT 10.x fix to CHANGES.md
SaiShashank12 Oct 5, 2025
fe2a4cb
Fix formatting and linting issues in TensorRT handler
SaiShashank12 Oct 11, 2025
d346dd9
Fix yapf formatting in TensorRT handler test file
SaiShashank12 Oct 11, 2025
c7858c6
Fix CHANGES.md to use issue link instead of PR link
SaiShashank12 Oct 11, 2025
062cca9
Merge upstream/master and resolve CHANGES.md conflict
SaiShashank12 Oct 12, 2025
3201345
Fix PythonLint issues: import sorting and mypy type errors
SaiShashank12 Oct 12, 2025
1f06128
Fix import ordering for isort compliance
SaiShashank12 Oct 12, 2025
be23bbc
Add TensorRT 10.x testing infrastructure
SaiShashank12 Oct 15, 2025
5649199
Add Apache license header to TensorRT 10.x README
SaiShashank12 Oct 15, 2025
a56312c
Add TensorRT 10.x ResNet-50 inference example
SaiShashank12 Oct 15, 2025
b009ea4
Apply yapf and isort formatting to TensorRT files
SaiShashank12 Oct 15, 2025
7e2df2d
Fix yapf formatting for CI version 0.43.0
SaiShashank12 Oct 15, 2025
09fd65a
Fix pylint errors: import ordering and line length
SaiShashank12 Oct 15, 2025
ca23417
Fix yapf formatting: blank lines and decorator style
SaiShashank12 Oct 15, 2025
c260d81
Fix pylint unused-import warnings in TensorRT 10.x test file
SaiShashank12 Oct 15, 2025
caa66d7
having backport capitibilities
SaiShashank12 Dec 21, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@
## Bugfixes

* Fixed X (Java/Python) ([#X](https://github.com/apache/beam/issues/X)).
* Fixed TensorRT compatibility with version 10.x by implementing new Tensor API (Python) ([#36306](https://github.com/apache/beam/issues/36306)).
* Fixed passing of pipeline options to x-lang transforms when called from the Java SDK (Java) ([#36443](https://github.com/apache/beam/issues/36443)).
* PulsarIO has now changed support status from incomplete to experimental. Both read and writes should now minimally
function (un-partitioned topics, without schema support, timestamp ordered messages for read) (Java)
Expand Down
Loading
Loading