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

Add deep gemm with tma pre allocated #3287

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

AllentDan
Copy link
Collaborator

@AllentDan AllentDan commented Mar 19, 2025

Regression tests are required.

@lvhan028 lvhan028 added the enhancement New feature or request label Mar 20, 2025
@lvhan028 lvhan028 requested a review from grimoire March 20, 2025 13:17
# Auto-tuning with compilation
from deep_gemm.jit_kernels.gemm import get_best_configs, get_num_sms, includes, jit_tuner, template
num_sms = get_num_sms()
block_m, block_n, num_stages, num_tma_multicast, smem_size = get_best_configs(m, n, k, 1, num_sms)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Collaborator

@grimoire grimoire left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, it would be better if we can add a logger.debug when dispatching gemm implementation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants