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][TL] Hardware Aware Tuning Examples with TL #201

Merged
merged 10 commits into from
Sep 29, 2024

Conversation

LeiWang1999
Copy link
Contributor

This pull request includes several changes to improve the scheduling and tuning capabilities in the bitblas module, along with some code refactoring and cleanup. The most important changes include updating the ThreadPoolExecutor usage, adding hardware-aware configuration methods, introducing a new fine-grained matrix multiplication scheduler, and making various code style improvements.

Enhancements to Scheduling and Tuning:

New Scheduler Introduction:

Code Refactoring and Cleanup:

  • bitblas/ops/operator.py: Refactored multiple methods for better readability and maintainability, including apply_fast_tuning, hardware_aware_finetune, and _build_default_module. [1] [2] [3]
  • bitblas/ops/general_matmul/tilelang/dense/matmul.py to matmul_tensorcore.py: Renamed the file for better clarity and organization.

@LeiWang1999 LeiWang1999 merged commit 5af67f7 into microsoft:main Sep 29, 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