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

[Fix] Fix Bitblas Relax relevant pass and test #74

Merged
merged 22 commits into from
Jul 5, 2024

Conversation

LeiWang1999
Copy link
Contributor

This pull request primarily involves changes to the bitblas/relax package. The main changes include the addition of import statements in the __init__.py files of the bitblas/relax and bitblas/relax/op directories. The changes allow for the use of the AnnotateDecodeInformation, WeightOnlyLayoutPropagation, and tir_interleave_weight functions from other modules.

  • bitblas/relax/__init__.py: Added import statements for AnnotateDecodeInformation, WeightOnlyLayoutPropagation, and tir_interleave_weight. This allows these functions to be used from the bitblas/relax package.
  • bitblas/relax/op/__init__.py: Added an import statement for tir_interleave_weight. This allows the function to be used from the bitblas/relax/op package.

@LeiWang1999 LeiWang1999 merged commit 2059e1f into microsoft:main Jul 5, 2024
5 of 6 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