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

[Dev] Fix a bug in general matmul ops with zero #79

Merged
merged 13 commits into from
Jul 6, 2024

Conversation

LeiWang1999
Copy link
Contributor

This pull request includes changes to the bitblas/ops/impl/matmul_dequantize_impl.py and testing/python/module/test_bitblas_linear.py files. The most important changes include the removal of the MatMulNTDequantizeEmitter class, refactoring the decode_func method, and modifying the testing functions in test_bitblas_linear.py.

Refactoring:

  • bitblas/ops/impl/matmul_dequantize_impl.py: Removed the MatMulNTDequantizeEmitter class and its associated methods. This class was marked as needing refactoring and has been completely removed in this pull request.

Code simplification:

Test modifications:

Bug fixes:

@LeiWang1999 LeiWang1999 merged commit 541839b into microsoft:main Jul 6, 2024
1 check 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