Skip to content

Commit

Permalink
[js/web] JSEP Gemm for opset 13 (microsoft#16936)
Browse files Browse the repository at this point in the history
### 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 <[email protected]>
  • Loading branch information
dakenf and guschmue authored Aug 23, 2023
1 parent b5f69d0 commit 6a48d9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/docs/webgpu-operators.md
Original file line number Diff line number Diff line change
Expand Up @@ -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+) | |
Expand Down

0 comments on commit 6a48d9a

Please sign in to comment.