Skip to content

Tags: chihming/onnxruntime

Tags

v1.4.0

Toggle v1.4.0's commit message
Onnxruntime 1.4.0 Release Tag

v1.3.1

Toggle v1.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Cherry pick more commits to Rel-1.3.1 (microsoft#4231)

* Fix deprecated CentOS link for Linux CI pipeline (microsoft#4000)

* Fix Linux_CI_GPU_Dev

* centos6

* Fix crash reported in microsoft#4070. (microsoft#4091)

* Fix crash reported in microsoft#4070.

* Add newline to warning message

* Add comment for using cout instead of the logger

* fix optional input/outputs (microsoft#4229)

Co-authored-by: Ryan Lai <[email protected]>
Co-authored-by: Pranav Sharma <[email protected]>
Co-authored-by: Tracy Sharpe <[email protected]>

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Cherry pick fixes to release branch rel-1.3.0 (microsoft#3936)

* Fix DirectML nuget creation in Nuget pipeline (microsoft#3929)

* Added onnxruntime aarch64 wheel to pypi publishing pipeline (microsoft#3903)

* Added onnxruntime aarch64 wheel to pypi publishing pipeline

* Support nightly build flag

* Add support for nightly build

* Fix error handling in LearningModelSession.cpp (microsoft#3920)

* Update DML Nuget version and DML EP Doc (microsoft#3945)

Update DML Nuget version and DML EP Doc

* Fix ordering of APIs. (microsoft#3951)

Co-authored-by: Ryan Lai <[email protected]>
Co-authored-by: Prabhat <[email protected]>
Co-authored-by: Jeff Bloomfield <[email protected]>
Co-authored-by: Pranav Sharma <[email protected]>

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Cherry pick 3 fixes to rel-1.2.0 (microsoft#3158)

* Publish release symbols (microsoft#3152)

* Publish release symbols

* Publish symbols if IsReleaseBuild

* Disable delayload for cuda dlls (microsoft#3147)

This change fixes microsoft#3129. When running onnxruntime as dll on Windows, CUDA does some internal cleanups when process exits. After this, any call to CUDA would cause crash. Delayload makes thread_local destructor to happen after CUDA cleanup, thus the crash.

* Update Gelu Fusion to support new graph pattern from PyTorch 1.4 (microsoft#3148)

* update GeluFusion to support pattern from PyTorch 1.4; 
* Fix a bug that missing the check of an edge between mul2 and root.
* update script to fuse gelu from PyTorch 1.4
* Add test for python optimizer

Co-authored-by: Tiago Koji Castro Shibata <[email protected]>
Co-authored-by: KeDengMS <[email protected]>
Co-authored-by: Tianlei Wu <[email protected]>

v1.1.2

Toggle v1.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix build break in macos (microsoft#3046)

v1.1.1

Toggle v1.1.1's commit message
Disable zfnet512 test for x86

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix the CUDNN_BN_MIN_EPSILON difference issue between cudnn7.3 and cu…

…dnn7.6 (microsoft#2680)

v1.0.0

Toggle v1.0.0's commit message
Fix a problem in the gpu nuget pipeline: the yml missed a space

v0.5.1

Toggle v0.5.1's commit message
Cherry pick 2 OnnxRuntime Server fixes

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Upload correct ESRP signed package (microsoft#1531)