-
Notifications
You must be signed in to change notification settings - Fork 23
Enhance GroupedLinear with integrating AITER triton kernels #413
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
sudhu2k
wants to merge
22
commits into
dev
Choose a base branch
from
sudhu/aiter_grouped_gemm_integration
base: dev
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 all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
bbbaa80
Enhance GroupedLinear with Triton kernel support and update setup.py …
e3eee4e
Added copyright and fixed env var for triton grouped gemm
566f92f
Added grouped_linear module test with triton
7bc9215
Fix for unit test, set back the env variable to 0
7aa1f6c
Update numerical test tolerances for float32 in grouped linear accura…
748a5af
Relaxed rtol tolerance for float32 in grouped linear accuracy test
0e4dd7c
Update copyright years in multiple files to 2026
0d7a307
Addressed PR comments to refactor grouped linear implementation and u…
4261bc0
Reverting setup.py
0436ca9
Updated test for TEv2.8
0d25b61
Re-add GMM configs to core package for dual-install support
24068f8
Unified group linear accuracy test for triton and hip. Reverted setup…
0d827f7
Refactor grouped GEMM function calls in _GroupedLinear to streamline …
cbe39bd
Fix typo in variable name for transposed LHS in grouped GEMM tests to…
e18cb9f
Refactor GMM data type handling in tests and common module. Replaced …
7757f76
Revert supported data types in GMM and grouped GEMM tests to remove f…
d929a34
Enhance GMM t by adding fp32 to supported data types and updating con…
6160695
Skip tests for large M values in grouped GEMM to avoid significant nu…
954f63f
Merge remote-tracking branch 'origin/dev' into sudhu/aiter_grouped_ge…
f6bc187
Revert copyright notice gmm.py
699134f
Move import of general_grouped_gemm_triton to conditional block for H…
b79797f
move os import to the HIP extension conditional block
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
Some comments aren't visible on the classic Files Changed page.
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.
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.