From 196af877ca7b1c6584f41b60d463d6014f1f6eef Mon Sep 17 00:00:00 2001 From: Dwayne Robinson Date: Wed, 6 Jul 2022 14:14:59 -0700 Subject: [PATCH] Update DML EP documentation opset to 13-15 (#12109) --- docs/execution-providers/DirectML-ExecutionProvider.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/execution-providers/DirectML-ExecutionProvider.md b/docs/execution-providers/DirectML-ExecutionProvider.md index 1f8880ecf7..79024f2004 100644 --- a/docs/execution-providers/DirectML-ExecutionProvider.md +++ b/docs/execution-providers/DirectML-ExecutionProvider.md @@ -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) -

Back to top

\ No newline at end of file +

Back to top