-
Notifications
You must be signed in to change notification settings - Fork 136
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
Jing's contribution: prototype of mixed precision gemm FP16/BF16xint4 GEMM #1762
base: develop
Are you sure you want to change the base?
Conversation
Co-authored-by: Adam Osewski <19374865+aosewski@users.noreply.github.com>
…ration.hpp Co-authored-by: Adam Osewski <19374865+aosewski@users.noreply.github.com>
Co-authored-by: Adam Osewski <19374865+aosewski@users.noreply.github.com>
…' into zjing14_bf16xint4_gemm_contribution
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.
doesn't seem to be anything to do for docs.
@aosewski Could post logs of CI failure? |
@zjing14, attached please find the CI failed log: [2024-12-18T16:17:18.860Z] In file included from /var/jenkins/workspace/MLLIBS_composable_kernel_PR-1762/test/gemm/instance/gemm_f16_nt_instance.cpp:9: |
@zjing14 Also attached the fully log file: |
Proposed changes
Prototype of Mixed Precision GEMM FP16/BF16xint4. Contribution from PR #1572
Checklist
Please put an
x
into the boxes that apply. You can also fill these out after creating the PR. If you're not sure, please don't hesitate to ask.clang-format
on all changed filesDiscussion
This is just a prototype and as is it needs some polishing and further improvements. Especially there's a need to:
Those additional changes probably would be added in next PR.