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/WebGPU] Use non-matmul implementation for ConvTranspose in channel-first case. #20022

Conversation

satyajandhyala
Copy link
Contributor

Description

Motivation and Context

@satyajandhyala satyajandhyala added the ep:WebGPU ort-web webgpu provider label Mar 22, 2024
@satyajandhyala satyajandhyala marked this pull request as ready for review March 22, 2024 07:15
@satyajandhyala satyajandhyala changed the title [WIP][JS/WebGPU] Use non-matmul implementation for ConvTranspose in channel-first case. [JS/WebGPU] Use non-matmul implementation for ConvTranspose in channel-first case. Mar 22, 2024
@satyajandhyala satyajandhyala merged commit 5b64d7c into main Mar 23, 2024
54 checks passed
@satyajandhyala satyajandhyala deleted the sajandhy/webgpu_use_naive_convtranspose_in_channel_first_case branch March 23, 2024 18:19
TedThemistokleous pushed a commit to TedThemistokleous/onnxruntime that referenced this pull request May 7, 2024
…l-first case. (microsoft#20022)

### Description
Avoid using vec4 Matmul implementation for ConvTranspose with channel-last



### 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
…l-first case. (microsoft#20022)

### Description
Avoid using vec4 Matmul implementation for ConvTranspose with channel-last



### 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.

2 participants