-
Notifications
You must be signed in to change notification settings - Fork 185
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
Re-write HQQ Fused Gemm Transpose #185
Conversation
Great job @jeromeku , in a full training setup, the kernel is 1.11x - 1.26x faster than
The older benchmark numbers are not consistent with the previous benchmark I did, I think it has to do with the shapes: |
* add updated kernel and tests * update transpose benchmark * add usage section to README --------- Co-authored-by: Mark Saroufim <[email protected]>
@msaroufim
Re-write transposed fused gemm
CUDA-MODE
discord discussions.transposed=True
, no repacking needed for the weights or reshaping needed for scales, zeros.Checks
Changes
transpose
kernel implementation/prototype/hqq/README.md
withUsage
section.