Update DML EP documentation opset to 13-15 (#12109)

This commit is contained in:
Dwayne Robinson 2022-07-06 14:14:59 -07:00 committed by GitHub
parent 392ca7e001
commit 196af877ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@ DirectML is a high-performance, hardware-accelerated DirectX 12 library for mach
When used standalone, the DirectML API is a low-level DirectX 12 library and is suitable for high-performance, low-latency applications such as frameworks, games, and other real-time applications. The seamless interoperability of DirectML with Direct3D 12 as well as its low overhead and conformance across hardware makes DirectML ideal for accelerating machine learning when both high performance is desired, and the reliability and predictability of results across hardware is critical.
The DirectML Execution Provider currently uses DirectML version [1.9.0](https://www.nuget.org/packages/Microsoft.AI.DirectML/1.9.0) and supports up to ONNX opset 12 ([ONNX v1.7](https://github.com/onnx/onnx/releases/tag/v1.7.0)). Evaluating models which require a higher opset version is unsupported and will yield poor performance.
The DirectML Execution Provider currently uses DirectML version [1.9.0](https://www.nuget.org/packages/Microsoft.AI.DirectML/1.9.0) and supports up to ONNX opset 15 ([ONNX v1.10](https://github.com/onnx/onnx/releases/tag/v1.10.0)). Evaluating models which require a higher opset version is unsupported and will yield poor performance.
## Contents
{: .no_toc }
@ -136,4 +136,4 @@ A complete sample of onnxruntime using the DirectML execution provider can be fo
* [ONNX models](https://docs.microsoft.com/en-us/windows/ai/windows-ml/get-onnx-model)
* [DirectML Github](https://github.com/microsoft/DirectML)
<p><a href="#">Back to top</a></p>
<p><a href="#">Back to top</a></p>