-
Notifications
You must be signed in to change notification settings - Fork 3.5k
[WebGPU] Implement Split-K on Conv|MatMul #26461
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
Open
Jiawei-Shao
wants to merge
24
commits into
microsoft:main
Choose a base branch
from
Jiawei-Shao:impl-splitk-matmul
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
46e4559
Implement Split-K on Conv|MatMul
Jiawei-Shao 1f06b95
Address reviewer's comments
Jiawei-Shao 3193815
Remove the check of `is_channels_last` in `UseSplitK`
Jiawei-Shao ecbc093
Still require `is_channels_last` to be true
Jiawei-Shao 82d3d9b
Check the use of Split-K with ratio and enable Split-K on ACM
Jiawei-Shao 0099edd
Fix incorrect ratio
Jiawei-Shao 05bd1f8
Update ratio
Jiawei-Shao 11ecdfe
Update ratio
Jiawei-Shao 534dc2c
Compute FP16 values with MLFloat16
Jiawei-Shao cfd2219
Address reviewer's comments
Jiawei-Shao d03755b
Disallow out-of-bound write
Jiawei-Shao 581828e
Use safer thresholds by now
Jiawei-Shao 2ed25de
Merge branch 'main' into impl-splitk-matmul
Jiawei-Shao 22f9017
Address more reviewer's comments
Jiawei-Shao 418d6c0
Address comments from Copilot
Jiawei-Shao 0ca5e65
Address more comments from Copilot
Jiawei-Shao 7a415de
Address more comments from Copilot
Jiawei-Shao 13b94e8
Address reviewer's comments
Jiawei-Shao 082d1e3
Don't call `SetWorkgroupSize()` as we are using the default value
Jiawei-Shao 6b15ede
Remove a redundant declaration
Jiawei-Shao 04e2890
Merge branch 'main' into impl-splitk-matmul
Jiawei-Shao fb4c743
Address comments from Copilot
Jiawei-Shao 4ef3ac2
Remove unused declarations
Jiawei-Shao fa6f226
Fix another typo
Jiawei-Shao File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.