What's Changed
- deps: switch trtexec-rs back to RustNN main by @theHamsta in #85
- Inputs outputs iter by @theHamsta in #86
- feat: add support for
ShapeLayerby @theHamsta in #89 - fix: return error instead of panic in
Tensor::dimensionsfor negative nbDims by @theHamsta in #90 - build: disable RUST_LOG during autocxx by @theHamsta in #95
- docs: fix link to TRT RTX documentation in README by @theHamsta in #97
- docs: add README for trtexec-rs by @theHamsta in #96
- refactor: make failed library load emit
warnlog instead oferrorby @theHamsta in #94 - docs: document build failures with libclang >= 22 by @theHamsta in #99
- feat: Debug for API facing types by @theHamsta in #93
- fix!: error on
falsereturn value forset_{input,output}_tensor_addressby @theHamsta in #100 - feat: add RuntimeConfig, RuntimeCache by @theHamsta in #101
- fix: manage RuntimeConfig, RuntimeCache with Arc/Rc by @theHamsta in #102
- feat!: TensorRT RTX 1.5 support by @theHamsta in #105
- docs: update link to Rustdoc format by @theHamsta in #106
- feat: export
trtx_sysby @theHamsta in #103 - feat: AttentionIOForm, CausalMaskKind, make v1.5 really the default by @theHamsta in #107
- ci: update actions/cache to v5 by @theHamsta in #108
- publish: bump version to 0.6.0+rtx1.5 by @theHamsta in #109
Full Changelog: v0.5.0...v0.6.0+rtx1.5