Skip to content

Releases: rustnn/trtx-rs

v0.5.0

30 Apr 12:07

Choose a tag to compare

What's Changed

  • docs: update README for v0.4.0 changes by @theHamsta in #54
  • ci: update actions/checkout to v6 by @theHamsta in #55
  • fix: add_quantize/add_dequantize for enterprise by @theHamsta in #57
  • feat: add missing methods on Tensor and give Tensor its own file by @theHamsta in #56
  • fix: don't publicly export check_network by @theHamsta in #58
  • docs: reference documentation for IExecutionContext::setTensorAddress by @theHamsta in #60
  • feat: add ICastLayer::{set,get}ToType by @theHamsta in #62
  • trtexec-rs by @theHamsta in #49
  • Determine TensorRT version from header by @theHamsta in #61
  • feat: add nvinfer1::IProfiler by @theHamsta in #63
  • refactor!: rename ExecutionContext getters and give ExecutionContext its own file by @theHamsta in #66
  • refactor!: clean up getter names and doc references in OptimizationProfile by @theHamsta in #68
  • refactor!: clean up docs and method names in CudaEngine by @theHamsta in #67
  • refactor: deprecate tensor_dtype and more doc links for CudaEngine by @theHamsta in #69
  • feat: add ExecutionContext::set_communicator by @theHamsta in #73
  • chore: remove duplicate v_1_4 tags around docs and code by @theHamsta in #74
  • feat: more methods on ExecutionContext by @theHamsta in #75
  • feat: add CudaEngine::name by @theHamsta in #77
  • Profile.json by @theHamsta in #70
  • fix: fix library loading (again) by @theHamsta in #81
  • fix(onnxparser)!: Make sure the parser can't be dropped before build by @theHamsta in #72
  • fix!: add missing builder lifetime to BuilderConfig by @theHamsta in #80
  • refactor!: remove get_ prefix from getters by @theHamsta in #76
  • fix: undeprecate Tensor::get_type (.r#type is awkward) by @theHamsta in #83
  • publish: bump version to v0.5.0 by @theHamsta in #84

Full Changelog: v0.4.0...v0.5.0

v0.4.0

09 Apr 13:45
62a3deb

Choose a tag to compare

What's Changed

Full Changelog: v0.3.1...v0.4.0

v0.3.1

26 Feb 16:08

Choose a tag to compare

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

11 Feb 19:29

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.3.0