v0.4.0
What's Changed
- Expose all methods of IBuilderConfig by @theHamsta in #15
- Expose IHostMemory by @theHamsta in #24
- feat!: refactor for stronger use of autocxx by @theHamsta in #28
- refactor: let
NetworkDefinition::add_inputaccept a i64 shape by @theHamsta in #31 - ci: add a configuration with onnxparser disabled by @theHamsta in #34
- Allow taking ownership of convolution weights by @theHamsta in #32
- build: Try to avoid invalidation of trtx-sys(build.rs) by @theHamsta in #35
- feat: add handler for logging with
logcrate by @theHamsta in #11 - Add some more methods on layers by @theHamsta in #37
- Add cross-references to C++ doxygen online documentation by @theHamsta in #30
- feat: add support for v_1_4 layers (IMoELayer, IDistCollectiveLayer) by @theHamsta in #39
- fix: ensure lock is hold when loading library by @theHamsta in #38
- feat: implement methods on PoolingLayer by @theHamsta in #44
- Quantize/Dequantize/DynamicQuantize methods by @theHamsta in #45
- ci: reorder checks to put most relevant first by @theHamsta in #40
- Add support for TensorRT non-RTX (mainly for debugging/validation of RTX) by @theHamsta in #36
- Add missing functions of the ResizeLayer by @mtavenrath in #48
- feat: add GridSampleLayer by @theHamsta in #47
- feat: add more logging to trtx by @theHamsta in #42
- feat: add methods on AttentionLayer by @theHamsta in #46
- feat: make Tensor implement Clone, Copy by @theHamsta in #43
- Bump version v0.4 by @theHamsta in #50
- ci: remove mock feature from publish workflow by @theHamsta in #52
- ci: really fix publish workflow by @theHamsta in #53
Full Changelog: v0.3.1...v0.4.0