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] Merge BlockReduce with naive schedule template #119

Merged
merged 121 commits into from
Aug 2, 2024

Conversation

LeiWang1999
Copy link
Contributor

This pull request includes several changes to the benchmarking workflows, new utility functions, and updates to the benchmarking configurations. The most important changes include modifications to the benchmark workflows, the addition of a new utility function, and updates to the benchmark configurations.

Workflow Improvements

  • .github/workflows/benchmark.yml: Added a new benchmark_head job to run benchmarks on pull requests triggered by a specific comment. Updated the benchmark_compare job's condition to use != null instead of != ''. [1] [2]

Utility Enhancements

  • bitblas/utils/weight_propagate.py: Added a new utility function apply_transform_on_input to apply transformations on input tensors using an index map.
  • bitblas/__init__.py and bitblas/utils/__init__.py: Updated imports to include the new utility function apply_transform_on_input. [1] [2]

Benchmark Configuration Updates

Submodule Update

  • 3rdparty/tvm: Updated the submodule commit to a newer version.

Test Additions

@LeiWang1999 LeiWang1999 changed the title [Dev] Fuse Block Reduce Schedule [Dev] Merge BlockReduce with naive schedule template Aug 1, 2024
@LeiWang1999 LeiWang1999 merged commit c37ff29 into microsoft:main Aug 2, 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