-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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] Assert if we hit known-broken case with small #mma shapes. #3549
Conversation
To be honest, I strongly dislike having to propagate |
I will make the change you're asking for, but note that unlike other assertions, for this one we don't actually know how to avoid hitting it. That is, we're not asserting an invariant that we believe we maintain throughout the compiler. So it's quite possible that real users will hit this assertion. |
GPC: mma-error-check
fba1224
to
7d32f42
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks
PR #3472 partially rolled back PR #3415 due to internal test failures. This PR rolls forward the change as much as we currently can, allowing *most* but not all relevant loads to be pipelined. There is still a TritonGPU -> LLVM codegen bug in Triton that we have not been able to fix, but now we catch it with asserts, PR #3549. GPC: dot-pipelining
PR #3472 partially rolled back PR #3415 due to internal test failures. This PR rolls forward the change as much as we currently can, allowing *most* but not all relevant loads to be pipelined. There is still a TritonGPU -> LLVM codegen bug in Triton that we have not been able to fix, but now we catch it with asserts, PR #3549. GPC: dot-pipelining
PR #3472 partially rolled back PR #3415 due to internal test failures. This PR rolls forward the change as much as we currently can, allowing *most* but not all relevant loads to be pipelined. There is still a TritonGPU -> LLVM codegen bug in Triton that we have not been able to fix, but now we catch it with asserts, PR #3549. GPC: dot-pipelining
PR #3472 partially rolled back PR #3415 due to internal test failures. This PR rolls forward the change as much as we currently can, allowing *most* but not all relevant loads to be pipelined. There is still a TritonGPU -> LLVM codegen bug in Triton that we have not been able to fix, but now we catch it with asserts, PR #3549. GPC: dot-pipelining
PR #3472 partially rolled back PR #3415 due to internal test failures. This PR rolls forward the change as much as we currently can, allowing *most* but not all relevant loads to be pipelined. There is still a TritonGPU -> LLVM codegen bug in Triton that we have not been able to fix, but now we catch it with asserts, PR #3549. GPC: dot-pipelining
PR #3472 partially rolled back PR #3415 due to internal test failures. This PR rolls forward the change as much as we currently can, allowing *most* but not all relevant loads to be pipelined. There is still a TritonGPU -> LLVM codegen bug in Triton that we have not been able to fix, but now we catch it with asserts, PR #3549.
[Backend] Assert if we hit known-broken case with small #mma shapes.
PR chain