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