onnxruntime/tools
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
..
ci_build Cherry pick 3 fixes to rel-1.2.0 (#3158) 2020-03-07 08:36:55 -08:00
nuget Cherry pick PR 3120 and 3131 to rel-1.2.0 (#3137) 2020-03-05 14:51:09 -08:00
python Fix cgmanifest.json generating script (#2770) 2020-01-14 14:59:07 -08:00