Releases: rustnn/trtx-rs
Releases · rustnn/trtx-rs
v0.3.1
What's Changed
- docs: update library docs with changes from README in #8 by @theHamsta in #10
- fix: only load the TRTLIB once by @theHamsta in #12
- deps: update depends to newest versions by @theHamsta in #21
- feat: dynamically load TRT libraries on demand by @theHamsta in #13
- build: transform TensorRT-Headers if necessary by @theHamsta in #14
- Add support for missing layers required by RustNN and bump version number to 0.3.1 by @mtavenrath in #22
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- Fix segfaults and CUDA / TRT-RTX dependency issues by @mtavenrath in #1
- Migrate FFI bindings to autocxx and add support for the TRT-RTX INetworkDefinition interface by @mtavenrath in #2
- Fix compilation on Linux by casting IHostMemory::size usage by @theHamsta in #5
- Allow dynamic loading of TensorRT lib by @theHamsta in #3
- Vendor TensorRT headers by @theHamsta in #6
- chore: remove CUDA wrappers by @theHamsta in #9
- docs: README update for #3 and #6 by @theHamsta in #8
- Bump version to 0.3.0 by @mtavenrath in #7
New Contributors
- @mtavenrath made their first contribution in #1
- @theHamsta made their first contribution in #5
Full Changelog: v0.2.0...v0.3.0