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 a bug in Static shape build #53

Merged
merged 27 commits into from
Jun 6, 2024

Conversation

LeiWang1999
Copy link
Contributor

This pull request includes changes to versioning and improvements to the handling of different cases in several functions across the bitblas Python package. The version number has been updated in the VERSION file and in the __version__ variable in python/bitblas/__init__.py. The apply_config function in python/bitblas/gpu/gemv.py and the get_vectorize_factor function in python/bitblas/gpu/gemv_dequantize.py have been updated to handle cases where the length of block_info.iters and sch.get_loops(block_b) is 4. In python/bitblas/wrapper/general.py, the legalize_c function has been updated to handle cases where dynamic_symbolic_set is not empty.

Here are the most important changes:

Versioning:

Handling of different cases:

LeiWang199 and others added 27 commits May 21, 2024 11:51
@LeiWang1999 LeiWang1999 merged commit 857732b into microsoft:main Jun 6, 2024
2 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