-
Notifications
You must be signed in to change notification settings - Fork 562
[Backend] Refactor gemm_sp #2048
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
botbw
wants to merge
41
commits into
tile-ai:main
Choose a base branch
from
botbw:refactor_gemm_sp
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 2 commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
cc3f5c2
[Refactor] refactor gemm_sp following 5d729eee
botbw 0bce4d0
[Doc] update doc
botbw eb55efe
[Refactor] remove gemm_sp CUTLASS templates
botbw a8c2351
Merge branch 'main' of https://github.com/tile-ai/tilelang into refac…
LeiWang1999 de32b3b
[cute] add mma sp tempaltes for sm80
botbw 5d9329d
[templates] use templates in codegen
botbw 948eac6
Add WGMMA_SP templates
botbw cca3c67
Pass layout_map to py lowering
botbw d28ba8d
Fix type
botbw 2260ece
Add wgmma.sp checking
botbw 70acbbc
Implement wgmma_sp_ss
botbw 117b855
Add wgmma_sp_rs
botbw 717fdcb
Add sparse selector
botbw 760fa33
Fix layout and param pass
botbw c6afc18
Fix transpose metadata
botbw 7d54fbc
Add mma.sp fp8
botbw e3e1af5
Fix integer rounding
botbw 441cc3e
Fix metadata layout
botbw edcfc0f
Update compress and test cases
botbw d4c8445
Remove debug print statements from sparse compress and wgmma emitter
botbw 2c106cf
Clean up gemm_sp test file
botbw c874289
Remove unused tvm import from gemm_sp_wgmma
botbw 4012553
Update examples, tests, and docs for new compress() API
botbw 3312279
Refactor sparse constants into sparse_config.py and clean up examples
botbw 040fd15
Compute e_factor and e_replicate_factor instead of hardcoding tables
botbw ff6a302
Use DataType keys in SPARSE_PARAMS
botbw e91ee42
Move sparse_config.py from utils/ to intrinsics/
botbw 6870ae3
Rename sparse_config.py to sparse_params.py
botbw 8326178
Fix sparse.py breaking TIR type hints by removing future annotations
botbw fd8ca5b
Fix compress utils
botbw 1c90464
Update example
botbw 771254e
Add a compress benchmark
botbw cd52cc5
Remove print
botbw bd11d73
Merge branch 'main' into refactor_gemm_sp
botbw 9796a76
Remove unused MetaType
botbw e2f2792
Polish
botbw d55434c
Refactor gemm_sp op
botbw 69eb8ce
Update doc && remove unused file
botbw c10a262
Fix bug spotted by coderabbit
botbw 0f3f7e0
Fix
botbw 7eecf89
Add note
botbw 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
Oops, something went wrong.
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.