Tags: thorjohnsen/onnxruntime
Tags
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 <rylai@microsoft.com> Co-authored-by: Prabhat <prabhat.roy@microsoft.com> Co-authored-by: Jeff Bloomfield <38966965+jeffbloo@users.noreply.github.com> Co-authored-by: Pranav Sharma <prs@microsoft.com>
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 <ticastro@microsoft.com> Co-authored-by: KeDengMS <kedeng@microsoft.com> Co-authored-by: Tianlei Wu <tlwu@microsoft.com>
fix the CUDNN_BN_MIN_EPSILON difference issue between cudnn7.3 and cu… …dnn7.6 (microsoft#2680)
Update onnx commit (microsoft#949) * Update onnx commit * disable failing tests which don't have to be fixed for this release
Disable one more test when contrib ops are disabled. (microsoft#789)
PreviousNext