-
Notifications
You must be signed in to change notification settings - Fork 48
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
[Bug]: Failed to lower tt.bitcast of !tt.ptr<i1> #192
Comments
I think this PR should address the issue: |
Thanks, when will this PR be upstreamed? |
It needs a review, I pinged @nhat-nguyen, but he could be busy, if you know somebody else with write permissions let me know |
Hi, I tried your PR, but it still does not handle my case where has |
you are right, it handles tensor conversions, but not individual pointers to integers. This is relatively easy fix, but I see that it also crashes in pointer analysis. I can take a look once PR#171 is in. |
Triton python code
Triton IR
Crash log
Additional information
The triton kernel is the codegen result of TorchInductor, the src torch program is:
Looks like tiron-shared's
triton-to-linalg
lower pass cannot properly handlei1
(boolean) type?The text was updated successfully, but these errors were encountered: