onnxruntime/js/web/lib/wasm/jsep/webgpu/ops/3rd-party
Jiajia Qin 5e747071be
[js/webgpu] Fix bug in conv2dByMatMul path (#17369)
### Description
<!-- Describe your changes. -->
For the conv2dByMatMul path, the simulated matmul output shape is the
reshape of the original conv2d. So we should pass this information to
`createMatmulProgramInfo` so that it can process it correctly.
2023-09-02 00:16:28 -07:00
..
activation_util.ts [JS/Web] Added Gelu contrib operator support to JSEP (#16909) 2023-07-31 09:18:58 -07:00
conv2d_mm_webgpu.ts [js/webgpu] Optimize matmul (#16969) 2023-08-29 12:40:57 -07:00
conv_backprop_webgpu.ts [JS/Web] Fix ConvTranspose shader code compilation errors. (#17232) 2023-08-25 06:25:54 -07:00
conv_util.ts
matmul_packed_webgpu.ts [js/webgpu] Fix bug in conv2dByMatMul path (#17369) 2023-09-02 00:16:28 -07:00