Skip to content

ONNX Runtime v1.1.1

Compare
Choose a tag to compare
@RyanUnderhill RyanUnderhill released this 24 Jan 01:25

This is a minor patch release on 1.1.0.

Summary

  • Updated default optimization level to apply all by default to support best performance for popular models
  • Operator updates and other bugs

All fixes

  • update default optimization level + fix gemm_activation fusion #2791
  • Fix C# handling of unicode strings #2697
  • Initialize max of softmax with lowest of float #2786
  • Implement a more stable softmax #2715
  • add uint8 support to where op #2792
  • Fix memory leak in samples and test #2778
  • Fix memory leak in TRT #2815
  • Fix nightly build version number issue #2771