Skip to content

v0.5.0

Choose a tag to compare

@theHamsta theHamsta released this 30 Apr 12:07
· 27 commits to main since this release

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