onnxruntime/docs
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
..
execution_providers Add DirectML Execution Provider (#2057) 2019-10-15 06:13:07 -07:00
images nGraph EP documentation (#939) 2019-04-30 18:38:09 -07:00
python Add nuphar python scripts to wheel, and notebook tutorial (#1952) 2019-09-30 10:39:02 -07:00
ABI_Dev_Notes.md Update ABI.md (#299) 2019-01-10 16:34:42 -08:00
AddingCustomOp.md Update custom op help (#914) 2019-04-26 11:22:46 -07:00
AddingExecutionProvider.md Part 2 of renaming AllocatorInfo to MemoryInfo. (#1804) 2019-09-12 08:19:29 -07:00
C_API.md Part 2 of renaming AllocatorInfo to MemoryInfo. (#1804) 2019-09-12 08:19:29 -07:00
cmake_guideline.md Add a doc for cmake (#1524) 2019-08-06 07:51:53 -07:00
Coding_Conventions_and_Standards.md Fix build for gcc 4.8.5. (#2036) 2019-10-08 00:50:53 -07:00
ContribOperators.md Implement contrib op CropAndResize (#1277) 2019-06-24 18:34:35 -07:00
CSharp_API.md Introduce execution mode enum for clarity and extensibility; Change Python, C and C# APIs accordingly; Removed EnableSequentialExecution, DisableSequentialExecution in favor of the more general SetExecutionModeAPI. (#2098) 2019-10-14 09:48:19 -07:00
HighLevelDesign.md Documentation reorganization (#1143) 2019-07-01 17:11:50 -07:00
How_To_Update_ONNX_Dev_Notes.md update doc "How_To_Update_ONNX_Dev_Notes" (#1288) 2019-06-24 12:59:30 -07:00
Model_Test.md Update Model_Test.md (#1264) 2019-06-20 19:51:54 -07:00
ONNX_Runtime_icon.png added the icon and logo resources (#124) 2018-12-06 21:22:11 -08:00
ONNX_Runtime_logo.png added the icon and logo resources (#124) 2018-12-06 21:22:11 -08:00
ONNX_Runtime_Perf_Tuning.md Introduce execution mode enum for clarity and extensibility; Change Python, C and C# APIs accordingly; Removed EnableSequentialExecution, DisableSequentialExecution in favor of the more general SetExecutionModeAPI. (#2098) 2019-10-14 09:48:19 -07:00
ONNX_Runtime_Server_Usage.md Update link format and example sections in readme (#1729) 2019-09-12 17:49:29 -07:00
OperatorKernels.md Generate documentation from the registered operator kernels (#1395) 2019-08-14 18:12:24 -07:00
PyOp.md Fix link (#1351) 2019-07-07 21:56:18 -07:00
Python_Dev_Notes.md Initial bootstrap commit. 2018-11-19 16:48:22 -08:00
ReleaseManagement.md Bug bash (#43) 2018-11-27 18:52:50 -08:00
Versioning.md Update PyTorch Section for supported onnx version (#1635) 2019-08-20 13:56:19 -07:00