Skip to content

ONNX Runtime v1.20.2

Latest
Compare
Choose a tag to compare
@adrianlizarraga adrianlizarraga released this 12 Feb 22:57
8608bf0

What's new?

Build System & Packages

  • Merge Windows machine pools for Web CI pipeline to reduce maintenance costs (#23243) - @snnn
  • Update boost URL for React Native CI pipeline (#23281) - @jchen351
  • Move ORT Training pipeline to GitHub actions and enable CodeQL scan for the source code (#22543) - @snnn
  • Move Linux GitHub actions to a dedicated machine pool (#22566) - @snnn
  • Update Apple deployment target to iOS 15.1 and macOS 13.3 (#23308) - @snnn
  • Deprecate macOS 12 in packaging pipeline (#23017) - @mszhanyi
  • Remove net8.0-android MAUI target from MAUI test project (#23607) - @carzh

CUDA EP

  • Fixes use of numeric_limits that causes a compiler error in Visual Studio 2022 v17.12 Preview 5 (#22738, #22868) - @tianleiwu

QNN EP

  • Enable offloading graph input quantization and graph output dequantization to CPU by default. Improves inference latency by reducing the amount of I/O data copied between CPU and NPU. (#23368) - @adrianlizarraga