[js/webgpu] ConvTranspose1D slower on Webgpu than Wasm #23273
Labels
ep:WebGPU
ort-web webgpu provider
platform:web
issues related to ONNX Runtime web; typically submitted using template
Describe the issue
ConvTranpose1D with input shapes [8, 4098, 435], weights [4096, 1, 4098] strides 1024 and padding 0 appears to be slower on WebGPU than Wasm, with timings:
To reproduce
Simple torch script to generate the conv and convert it to onnx
To test in browser:
Urgency
Urgent
ONNX Runtime Installation
Released Package
ONNX Runtime Version or Commit ID
1.21.0-dev.20241224-2d05c4bcd9
Execution Provider
'webgpu' (WebGPU), 'wasm'/'cpu' (WebAssembly CPU)
The text was updated successfully, but these errors were encountered: