Skip to content
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

[Bugfix] Fix correctness issue for float16xuint1 with fast dequantize #277

Merged
merged 2 commits into from
Dec 24, 2024

Conversation

LeiWang1999
Copy link
Contributor

This pull request includes significant updates to the GPU intrinsic functions for decoding and interleaving weights in the bitblas library. The changes mainly focus on enhancing the decoding process with additional features and fixing a bug in the interleaving function.

Enhancements to decoding functions:

  • bitblas/gpu/intrin/lop3.py: Introduced a new template function decode_i1b_to_f16 with additional parameters for signed integers, scaling, and zero handling. This function supports different modes for zero handling (original, rescale, quantized) and includes the necessary logic for these modes.

Bug fix in interleaving function:

@LeiWang1999 LeiWang1999 changed the title [Dev] Fix correctness issue for float16xuint1 with fast dequantize [Bugfix] Fix correctness issue for float16xuint1 with fast dequantize Dec 24, 2024
@LeiWang1999 LeiWang1999 merged commit 6d12674 into microsoft:main Dec 24, 2024
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant