-
Notifications
You must be signed in to change notification settings - Fork 23
Triton norms dispatch refactor #305
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
Merged
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
7c72ee0
Initial refactor
Micky774 45e6236
Merge branch 'dev' into zain/triton-dispatch
Micky774 5b2ea1c
Minor API correction
Micky774 077b8fc
Corrected atomic behaivor
Micky774 0011e5f
API update
Micky774 5ada1bd
Merge branch 'dev' into zain/triton-dispatch
Micky774 26298c8
Formatting
Micky774 cc02444
Merge branch 'dev' into zain/triton-dispatch
Micky774 18eb6e7
Added skip for failing HIP kernels
Micky774 a72b507
Updated to account for alignment args
Micky774 a64b5f1
Updated CI script for MI350 runs, minor code cleaning
Micky774 1d2554c
Streamlined implementation
Micky774 fd59057
Corrected alignment calculation
Micky774 bbd4240
Add copyright
Micky774 92aecf2
Updated alignment calculation
Micky774 12bb156
Corrected FP8_CS handling
Micky774 1925039
Corrected layernorm memory access bug
Micky774 6f9b6c5
Corrected amax dims
Micky774 dc3ed87
Adjusted amax init
Micky774 24fbcc4
Updated file names, and copyright
Micky774 0d6d00f
Corrected MXFP8 testing behavior
Micky774 499d14b
Update copyright, clarify test, clean imports
Micky774 c526c8d
Updated test script to respect renaming
Micky774 26cd12c
Merge branch 'dev' into zain/triton-dispatch
Micky774 d031266
Update copyrights, clean import
Micky774 8a5a786
Copyrights
Micky774 5fc9c49
Merge branch 'dev' into zain/triton-dispatch
Micky774 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
4 changes: 2 additions & 2 deletions
4
...ytorch/triton_kernels/test_norm_common.py → tests/pytorch/triton_kernels/test_utils.py
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
ipanfilo marked this conversation as resolved.
Show resolved
Hide resolved
|
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
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Copyright date
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Done, along with a few others I missed. |
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
ipanfilo marked this conversation as resolved.
Show resolved
Hide resolved
|
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
ipanfilo marked this conversation as resolved.
Show resolved
Hide resolved
|
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.