onnxruntime/tools/ci_build/github/azure-pipelines/templates
Adrian Tsai 4090d0d0de
Add DirectML Execution Provider (#2057)
This change adds a new execution provider powered by [DirectML](https://aka.ms/DirectML).

DirectML is a high-performance, hardware-accelerated DirectX 12 library for machine learning on Windows. DirectML provides GPU acceleration for common machine learning tasks across a broad range of supported hardware and drivers.

The DirectML execution provider is capable of greatly improving evaluation time of models using commodity GPU hardware, without sacrificing broad hardware support or requiring vendor-specific extensions to be installed.

**Note** that the DML EP code was moved verbatim from the existing WindowsAI project, which is why it doesn't yet conform to the onnxruntime coding style. This is something that can be fixed later; we would like to keep formatting/whitespace changes to a minimum for the time being to make it easier to port fixes from WindowsAI to ORT during this transition.

Summary of changes:
* Initial commit of DML EP files under onnxruntime/core/providers/dml
* Add cmake entries for building the DML EP and for pulling down the DirectML redist using nuget
* Add a submodule dependency on the Windows Implementation Library (WIL)
* Add docs under docs/execution_providers/DirectML-ExecutionProvider.md
* Add support for DML EP to provider tests and perf tests
* Add support for DML EP to fns_candy_style_transfer sample
* Add entries to the C ABI for instantiating the DML EP
2019-10-15 06:13:07 -07:00
..
c-api-artifacts-package-and-publish-steps-posix.yml Extract debug symbols in a separate file and strip the binary. (#811) 2019-04-11 12:02:50 -07:00
c-api-artifacts-package-and-publish-steps-windows.yml Expose provider factory C API, especially for CUDA users (#1461) 2019-07-22 19:03:06 -07:00
clean-agent-build-directory-step.yml added continue on error for the linux cleanup step, to mitigate the build failure. root cause unknown (#1936) 2019-09-26 15:57:24 -07:00
compliance.yml Refactor CI pipelines, and add YAML NuGet package generation pipelines ( for CPU, MKLML, NoContribOps) (#1223) 2019-06-14 14:51:03 -07:00
esrp_dll.yml Fix a few errors in the NuGet pipeline (still broken) (#1656) 2019-08-21 15:42:23 -07:00
esrp_nuget.yml Fix a few errors in the NuGet pipeline (still broken) (#1656) 2019-08-21 15:42:23 -07:00
linux-ci.yml Enable Openvino nightly build on edge device (#1684) 2019-09-11 16:36:12 -07:00
linux-set-variables-and-download.yml Avoid downloading test data into C:\ (#1562) 2019-08-05 19:53:15 -07:00
mac-ci.yml Refactor CI pipelines, and add YAML NuGet package generation pipelines ( for CPU, MKLML, NoContribOps) (#1223) 2019-06-14 14:51:03 -07:00
mac-set-variables-and-download.yml Avoid downloading test data into C:\ (#1562) 2019-08-05 19:53:15 -07:00
set-test-data-variables-step.yml Update test data (#1932) 2019-09-26 10:13:53 -07:00
set-version-number-variables-step.yml Post binary sizes to dashboard database (#1517) 2019-07-30 08:59:43 -07:00
win-ci-arm.yml Remove toolset=14.11 for CUDA build (#1921) 2019-09-25 15:19:37 -07:00
win-ci.yml Add DirectML Execution Provider (#2057) 2019-10-15 06:13:07 -07:00
win-x86-ci.yml Remove toolset=14.11 for CUDA build (#1921) 2019-09-25 15:19:37 -07:00
windows-build-and-test-steps.yml Avoid downloading test data into C:\ (#1562) 2019-08-05 19:53:15 -07:00
windows-build-tools-setup-steps.yml Remove toolset=14.11 for CUDA build (#1921) 2019-09-25 15:19:37 -07:00
windows-code-coverage-steps.yml Script for uploading code coverage data to dashboard (#1209) 2019-06-15 18:33:22 -07:00