Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[JS/Web] Add ConvTranspose implementation using MatMul #17573

Merged
merged 18 commits into from
Sep 29, 2023

Conversation

satyajandhyala
Copy link
Contributor

Description

Add ConvTranspose implementation using MatMul to increase perf.

Motivation and Context

@satyajandhyala satyajandhyala added the ep:WebGPU ort-web webgpu provider label Sep 15, 2023
@satyajandhyala satyajandhyala force-pushed the sajandhy/webgpu_add_matmul_convtranspose branch from b972882 to 01c644f Compare September 20, 2023 22:06
@satyajandhyala satyajandhyala marked this pull request as ready for review September 21, 2023 03:49
@satyajandhyala satyajandhyala changed the title [WIP][JS/Web] Add ConvTranspose implementation using MatMul [JS/Web] Add ConvTranspose implementation using MatMul Sep 21, 2023
@fs-eire fs-eire merged commit b4fbc25 into main Sep 29, 2023
60 checks passed
@fs-eire fs-eire deleted the sajandhy/webgpu_add_matmul_convtranspose branch September 29, 2023 18:00
kleiti pushed a commit to kleiti/onnxruntime that referenced this pull request Mar 22, 2024
### Description
Add ConvTranspose implementation using MatMul to increase perf.


### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->
siweic0 pushed a commit to siweic0/onnxruntime-web that referenced this pull request May 9, 2024
### Description
Add ConvTranspose implementation using MatMul to increase perf.


### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ep:WebGPU ort-web webgpu provider
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants