-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
[Kernel] Enable BFloat16 inputs in fused Marlin MoE kernels #8800
[Kernel] Enable BFloat16 inputs in fused Marlin MoE kernels #8800
Conversation
👋 Hi! Thank you for contributing to the vLLM project. Once the PR is approved and ready to go, your PR reviewer(s) can run CI to test the changes comprehensively before merging. To run CI, PR reviewers can do one of these:
🚀 |
Closing this for now. Converting to bf16 on the fly doesn't seem to impact the throughput and actually results in lower latency in some cases (as measured with sonnet benchmark). |
This enables BFloat16 input type in the kernels, so we don't have to perform the type conversion hack in GPTQ codepath.