onnxruntime/tools/ci_build/github
Yufeng Li dacb42fe04
Cherry pick 3 fixes to rel-1.2.0 (#3158)
* Publish release symbols (#3152)

* Publish release symbols

* Publish symbols if IsReleaseBuild

* Disable delayload for cuda dlls (#3147)

This change fixes #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 (#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>
2020-03-07 08:36:55 -08:00
..
android Android CI (#1600) 2019-10-04 17:39:51 -07:00
azure-pipelines Cherry pick 3 fixes to rel-1.2.0 (#3158) 2020-03-07 08:36:55 -08:00
linux Use CUDA 10.1 for Linux build (#3057) 2020-02-21 11:55:32 -08:00
windows Cherry pick PR 3120 and 3131 to rel-1.2.0 (#3137) 2020-03-05 14:51:09 -08:00
download_test_data.py Windows CI changes(#2650) 2019-12-13 12:23:49 -08:00