-
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
Assertion failure in Linear Layouts when num_warps = 8, but passes with num_warps = 4 #5265
Comments
Interesting. Taking a look now. #4727 is TMA so it's not related. |
FYI, I have a solution works for it now with
|
Thanks! Really appreciate the fast reply on this and looking forward to your fix 🙏 |
#5277 is a partial fix. More general fixes will be pushed next week |
Tested it and it works great! Thanks for the fast turn-around! |
Marking this fixed. Thanks for the assistance! |
Describe the bug
To reproduce the issue, you can run the following python test:
You will encounter the following error:
I notice that there was a similar report here #4727 before the issue was re-opened. Interestingly, the failure actually started happening with the commit that was linked to that issue. The culprit commit is 49266aa
The test passes if num_warps are set to 4 instead of 8, and used to work properly before the culprit commit.
Environment details
The issue reproduces on H100 with the latest Triton main: commit 8b29bb7
The text was updated successfully, but these errors were encountered: