Skip to content

ONNX Runtime v1.17.1

Compare
Choose a tag to compare
@YUNQIUGUO YUNQIUGUO released this 27 Feb 18:34
8f5c79c

This patch release includes the following updates:

General

  • Update thread affinity on server so it is only set with auto affinity (#19318) - @ivberg

Build System and Packages

  • Fix bug that was breaking arm64 build by disabling __cpuid check on arm64 builds since intrinsic is not available (#19574) - @smk2007

Core

  • Add capturestate / rundown ETW support logging for session and provider options (#19397) - @ivberg
  • Restrict L2 cache core check on Intel devices (#19483) - @smk2007

Performance

  • Optimize KahnsTopologicalSort and PriorityNodeCompare to fix performance degradation in session creation time that was affecting many models (#19475) - @smk2007

EPs

  • Enable DirectML on Windows and CUDA on Linux for Node.js binding (#19274) - @jchen351

QNN

OpenVINO

DirectML

Web

Training

  • Reduce onnxruntime-training package size so it can be published on PyPI (#19486) - @baijumeswani
  • Update default std flag used during torch extensions compilation (#19516) - @baijumeswani
  • Add ATen fallback support for bicubic interpolation algorithm (#19380) - @prathikr

Quantization

Whisper Model