[Web] WebGPU supported operator tracking #15952
Labels
ep:WebGPU
ort-web webgpu provider
model:transformer
issues related to a transformer model: BERT, GPT2, Hugging Face, Longformer, T5, etc.
platform:web
issues related to ONNX Runtime web; typically submitted using template
This issue is for tracking WebGPU operators. It includes the following info:
Supported operators
https://github.com/microsoft/onnxruntime/blob/main/js/web/docs/webgpu-operators.md
Currently work in progress operators
ops needed for segment anything:
assuming above ops are implemented, ops missing for segment anything encoder:
(offline script would replace int64 that is not supported in webgpu with int32)
assuming above ops are implemented, ops missing for t5 encoder:
(offline script would replace int64 that is not supported in webgpu with int32)
assuming above ops are implemented, ops missing for t5 decoder:
(offline script would replace int64 that is not supported in webgpu with int32)
assuming above ops are implemented, ops missing for dolly-v2-3b:
(offline script would replace int64 that is not supported in webgpu with int32, assumes fp32 for now which is not going to work)
Failing operators
Operators that need to be optimized
The text was updated successfully, but these errors were encountered: