forked from vllm-project/vllm
-
Notifications
You must be signed in to change notification settings - Fork 49
support ck-tile blockquant gemm in vllm #642
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
please target PR against of |
maleksan85
previously approved these changes
Aug 22, 2025
2810497
to
c89b05e
Compare
* Updated README.md for June 10 release * Added Docker Manifest git hash
* Updated README.md for June 24 Docker release * Added additional throughput results * Fixed some throughput results
* Minor changes to command line examples * README changes and added throughput results Still waiting on latency * Added latency results * Update README.md * Update README.md
* Update test-pipeline.yaml Disabling the "Tensorizer Test". The test is seen to generate exceptions while still reporting as successful. That needs to be verified before re-enabling the test in the production environment. Signed-off-by: Alexei V. Ivanov <[email protected]> * Fixing pre-commit complaints. Signed-off-by: Alexei V. Ivanov <[email protected]> * . Signed-off-by: Alexei V. Ivanov <[email protected]> --------- Signed-off-by: Alexei V. Ivanov <[email protected]>
c89b05e
to
c788418
Compare
c788418
to
f4a4bdb
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Accuracy verification of deepseek-671B on the CEval dataset:


With Gemm-fp8-blockquant-ck_tile kernel integrated, the accuracy on Ceval datasets has NO loss, 88.7%(triton gemm) vs 89.07(ck-tile gemm)
End-to-end performance of deepseek-671B on MI300X:
With Gemm-fp8-blockquant-ck_tile kernel integrated, achieve 107%~120% performance boost against triton kernel, achieve 113%~123% performance boost against triton kernel on MI300X