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

[backend] Fix improper mma->dot shortcut when warpsPerCTA[1] > 1 #4803

Merged
merged 1 commit into from
Sep 25, 2024

Commits on Sep 25, 2024

  1. Don't segfault on unsupported mma->mma

    triton-lang#4492 started causing an
    issue where chained MMAs on hopper would segfault with 8 warps. It seems
    that previously this was checked, but the check got removed in this PR
    and it's still unsupported.
    
    Adding back this check means these MMAs will have to go back to shared
    memory, but it's better than segfaulting until it's actually supported.
    
    Resolves openxla/xla#17356
    vwbaker committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    b552571 View commit details
    Browse the repository at this point in the history