-
Notifications
You must be signed in to change notification settings - Fork 12
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
[CK] [FP8] Add FP8 support to CK A8W8 GEMM #124
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: tjtanaa <[email protected]>
op_tests/utils.py
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we have a test_common.py, move and merge this into test_common
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@valarLip It is ready for review. Could you take a look at this PR? Thank you.
Description
This PR refactors the CK A8W8 which initially only support INT8 A8W8 kernel to support FP8.
It also includes updated tuning script to support tuning FP8 A8W8 Kernel.
Caveat
The FP8 and INT8 kernel shares the same tuning filename at this moment.