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

[BE] Accumulator Init Optimization - disable optimization if max_num_imprecise_acc is used for WGMMA #4699

Merged
merged 2 commits into from
Sep 11, 2024

Conversation

pawelszczerbuk
Copy link
Contributor

If max_num_imprecise is set on a WGMMA, the code handling partial accumulation is not prepared for the case that the accumulator use is being controlled at runtime.
To avoid need for adding a select in this very performance-sensitive code, disable the acc init optimization in this case.

@pawelszczerbuk pawelszczerbuk merged commit 6519cfb into triton-lang:main Sep 11, 2024
7 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.

2 participants