-
Notifications
You must be signed in to change notification settings - Fork 35
F8 scaling #450
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
F8 scaling #450
Conversation
# Conflicts: # include/cutlass/gemm/dispatch_policy.hpp
Hi! It seems Float8 dequantization typically doesn't use zero-points. Is there some workload in which it might? Thanks! |
Correct, zero point is mostly for integer quantisation. I'll remove it from the example although I'll keep the support in the pipeline for a future integration with mixed dtype. |
3da91e1
into
codeplaysoftware:sycl-develop
This PR adds support for scaling for FP8 GEMM.