-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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] Support int32 Transpose in WebGPU #16952
Conversation
Maybe you forget to add test case in js/web/test/suite-test-list.jsonc? |
ci is failing because of test*json formatting - I think there is a fix from Yulong being merged. |
Adding it as a separate file and adding that file to the WebGPU list should work fine. :) I can follow a similar approach. Also, I wasn't aware that you were already working on it as I didn't see anyone assigned to it in the op tracking list - apologies for that. |
Description
Support (u)int32 transpose in JSEP/WebGPU as it is required for Segment Anything Encoder per operator tracking table: #15952.
Motivation and Context
Improve WebGPU op coverage