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 GEMV Dynamic Scheduling with Splitk #52

Merged
merged 25 commits into from
Jun 6, 2024

Conversation

LeiWang1999
Copy link
Contributor

This pull request primarily involves changes to the bitblas Python package, specifically to the gemv.py, gemv_dequantize.py, general.py, and __init__.py files. The changes include version updates, modifications to function conditions to handle additional cases, and adjustments to test parameters.

Version updates:

  • VERSION and python/bitblas/__init__.py: The version number has been updated from 0.0.1.dev8 to 0.0.1.dev9. [1] [2]

Function condition modifications:

  • python/bitblas/gpu/gemv.py: The condition in the apply_config function has been modified to accept a length of 4 for block_info.iters, along with an explanatory comment.
  • python/bitblas/gpu/gemv_dequantize.py: The get_vectorize_factor function has been modified to handle cases where the length of sch.get_loops(block_b) is 4, including binding operations and an assertion for the SplitK case. [1] [2]

Function call modifications:

Test parameter modifications:

LeiWang199 and others added 25 commits May 21, 2024 11:51
@LeiWang1999 LeiWang1999 merged commit da9695a 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