From 6a48d9a074a0dbcab57edd3e27b358ca2f0536d2 Mon Sep 17 00:00:00 2001 From: Arthur Islamov Date: Wed, 23 Aug 2023 05:13:20 +0400 Subject: [PATCH] [js/web] JSEP Gemm for opset 13 (#16936) ### Description Added JSEP Gemm registration for opset 13. It was falling back to CPU provider as CPU has it for 13 --------- Co-authored-by: Guenther Schmuelling --- web/docs/webgpu-operators.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/docs/webgpu-operators.md b/web/docs/webgpu-operators.md index 4a1109b9ec5dc..e33854819c5db 100644 --- a/web/docs/webgpu-operators.md +++ b/web/docs/webgpu-operators.md @@ -38,7 +38,7 @@ Do not modify directly.* | Floor | ai.onnx(6-12,13+) | | | Gather | ai.onnx(1-10,11-12,13+) | | | Gelu | com.microsoft(1+) | | -| Gemm | ai.onnx(7-8,9-10,11+) | | +| Gemm | ai.onnx(7-8,9-10,11-12,13+) | | | GlobalAveragePool | ai.onnx(1+); com.ms.internal.nhwc(1+) | | | GlobalMaxPool | ai.onnx(1+); com.ms.internal.nhwc(1+) | | | InstanceNormalization | ai.onnx(6+); com.ms.internal.nhwc(6+) | |