mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-29 20:14:01 +00:00
Update DirectML-ExecutionProvider.md (#17229)
Update DirectML-ExecutionProvider.md to reflect the current update to 1.12.1 and support up to opset 17.
This commit is contained in:
parent
de3393b725
commit
d910737bdf
1 changed files with 1 additions and 1 deletions
|
|
@ -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.10.1](https://www.nuget.org/packages/Microsoft.AI.DirectML/1.10.1) 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.
|
||||
The DirectML Execution Provider currently uses DirectML version [1.12.1](https://www.nuget.org/packages/Microsoft.AI.DirectML/1.12.1) and supports up to ONNX opset 17 ([ONNX v1.12](https://github.com/onnx/onnx/releases/tag/v1.12.0)). Evaluating models which require a higher opset version is unsupported and will yield poor performance.
|
||||
|
||||
## Contents
|
||||
{: .no_toc }
|
||||
|
|
|
|||
Loading…
Reference in a new issue