mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-01 03:45:06 +00:00
* 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> |
||
|---|---|---|
| .. | ||
| nuget | ||
| templates | ||
| android-x86_64-crosscompile-ci-pipeline.yml | ||
| azure-pipelines-py-packaging.yml | ||
| c-api-packaging-pipelines.yml | ||
| centos-ci-pipeline.yml | ||
| linux-ci-pipeline.yml | ||
| linux-gpu-ci-pipeline-cuda9.yml | ||
| linux-gpu-ci-pipeline.yml | ||
| linux-gpu-tensorrt-ci-pipeline.yml | ||
| linux-multi-gpu-ci-pipeline.yml | ||
| linux-multi-gpu-tensorrt-ci-pipeline.yml | ||
| linux-ngraph-ci-pipeline.yml | ||
| linux-nocontribops-ci-pipeline.yml | ||
| linux-openvino-ci-pipeline.yml | ||
| linux-openvino-nightly-pipeline.yml | ||
| linux-ort-srv-ci-pipeline.yml | ||
| linux-ort-srv-nightly-pipeline.yml | ||
| linux-x86-ci-pipeline.yml | ||
| linux-x86-nocontribops-ci-pipeline.yml | ||
| mac-ci-pipeline.yml | ||
| mac-nocontribops-ci-pipeline.yml | ||
| post-merge-jobs.yml | ||
| win-arm-crosscompile-ci-pipeline.yml | ||
| win-arm64-crosscompile-ci-pipeline.yml | ||
| win-ci-pipeline.yml | ||
| win-gpu-ci-pipeline-cuda9.yml | ||
| win-gpu-ci-pipeline.yml | ||
| win-gpu-tensorrt-ci-pipeline.yml | ||
| win-mklml-ci-pipeline.yml | ||
| win-ngraph-ci-pipeline.yml | ||
| win-nocontribops-ci-pipeline.yml | ||
| win-x86-ci-pipeline.yml | ||
| win-x86-nocontribops-ci-pipeline.yml | ||