onnxruntime/cmake
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
..
external Upgrade to CUDA10.2 for TensorRT (#3084) 2020-02-25 05:36:01 -08:00
onnx Merge windowsai (winml layering) into master (#2956) 2020-02-04 17:12:19 -08:00
patches Upgrade protobuf to 3.11.3 2020-02-12 14:47:00 -08:00
CMakeLists.txt Cherry pick 3 fixes to rel-1.2.0 (#3158) 2020-03-07 08:36:55 -08:00
codeconv.runsettings CMake changes (#2961) 2020-02-03 19:33:14 -08:00
ConfigureVisualStudioCodeAnalysis.props Initial bootstrap commit. 2018-11-19 16:48:22 -08:00
EnableVisualStudioCodeAnalysis.props Initial bootstrap commit. 2018-11-19 16:48:22 -08:00
onnxruntime.cmake Properly handle downlevel and WCOS scenarios (#3075) 2020-02-25 17:47:02 -08:00
onnxruntime_codegen.cmake Add SafeInt bounds checking to memory allocation size calculations. (#3022) 2020-02-20 11:41:03 -08:00
onnxruntime_common.cmake Cherry pick PR 3120 and 3131 to rel-1.2.0 (#3137) 2020-03-05 14:51:09 -08:00
onnxruntime_config.h.in Fix some warnings on Windows (#2560) 2020-01-22 15:59:11 -08:00
onnxruntime_csharp.cmake Renaming MKL-DNN as DNNL (#2515) 2019-12-03 07:34:23 -08:00
onnxruntime_dependencies.dot Initial bootstrap commit. 2018-11-19 16:48:22 -08:00
onnxruntime_framework.cmake Add SafeInt bounds checking to memory allocation size calculations. (#3022) 2020-02-20 11:41:03 -08:00
onnxruntime_graph.cmake Import more featurizers with tests (#2685) 2019-12-17 22:17:40 -08:00
onnxruntime_java.cmake Make Java API available on Android (#3030) 2020-03-01 14:04:22 -08:00
onnxruntime_language_interop_ops.cmake Replace GSL with GSL-LITE submodule and fix up refs (#1920) 2019-10-01 12:43:29 -07:00
onnxruntime_mlas.cmake Merge windowsai (winml layering) into master (#2956) 2020-02-04 17:12:19 -08:00
onnxruntime_nuphar_extern.cmake Weba/merge ngemm (#2021) 2019-10-05 12:09:22 -07:00
onnxruntime_optimizer.cmake Fix some warnings on Windows (#2560) 2020-01-22 15:59:11 -08:00
onnxruntime_providers.cmake Cherry pick PR 3120 and 3131 to rel-1.2.0 (#3137) 2020-03-05 14:51:09 -08:00
onnxruntime_pyop.cmake Update python packaging pipelines (#2167) 2019-10-19 07:42:54 -07:00
onnxruntime_python.cmake Python binding doesn't need to link to the python lib on Linux 2020-02-19 12:18:47 -08:00
onnxruntime_session.cmake Add SafeInt bounds checking to memory allocation size calculations. (#3022) 2020-02-20 11:41:03 -08:00
onnxruntime_unittests.cmake Make Java API available on Android (#3030) 2020-03-01 14:04:22 -08:00
onnxruntime_util.cmake Fix some warnings on Windows (#2560) 2020-01-22 15:59:11 -08:00
precompiled_header.cmake Merge windowsai (winml layering) into master (#2956) 2020-02-04 17:12:19 -08:00
protobuf_function.cmake Use protobuf-lite to reduce onnxruntime.dll size. (#639) 2019-03-21 14:06:38 -07:00
wil.cmake Merge windowsai (winml layering) into master (#2956) 2020-02-04 17:12:19 -08:00
winml.cmake Properly handle downlevel and WCOS scenarios (#3075) 2020-02-25 17:47:02 -08:00
winml_cppwinrt.cmake Merge windowsai (winml layering) into master (#2956) 2020-02-04 17:12:19 -08:00
winml_sdk_helpers.cmake Merge windowsai (winml layering) into master (#2956) 2020-02-04 17:12:19 -08:00
winml_unittests.cmake Properly handle downlevel and WCOS scenarios (#3075) 2020-02-25 17:47:02 -08:00