mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-17 21:10:43 +00:00
### Description This change cherry-picks 2 Pad fusion optimization: https://github.com/microsoft/onnxruntime/pull/21640 and https://github.com/microsoft/onnxruntime/pull/21556. It also has to cherry-pick 2 extra changes to unblock pipeline and dependency failure: https://github.com/microsoft/onnxruntime/pull/21300 and https://github.com/microsoft/onnxruntime/pull/21662 (didn't include test which are part of 1.18.1 payload). Also uploaded new version of [onnxruntime_build_dependencies:10.177](https://dev.azure.com/onnxruntime/onnxruntime/_artifacts/feed/onnxruntime/UPack/onnxruntime_build_dependencies/overview/1.0.177) and updated the same in `download-deps.yml`. Additionally it also updates DML binary to 1.15.1. ### Motivation and Context <!-- - Why is this change required? What problem does it solve? - If it fixes an open issue, please link to the issue here. --> --------- Co-authored-by: Changming Sun <chasun@microsoft.com> Co-authored-by: Tianlei Wu <tlwu@microsoft.com>
6 lines
326 B
XML
6 lines
326 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<packages>
|
|
<package id="Microsoft.AI.DirectML" version="1.15.1" targetFramework="native" />
|
|
<package id="Microsoft.Windows.CppWinRT" version="2.0.201201.7" targetFramework="native" />
|
|
<package id="google.protobuf.tools" version="3.21.12" targetFramework="native" />
|
|
</packages>
|