-
Notifications
You must be signed in to change notification settings - Fork 49
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
addptr operand produced by an unsupported operation: select
#15
Comments
@nhat-nguyen Would you mind taking a look at this issue ?
We should support :
|
@yuanfz98 Sorry for the late response. The case you're hitting is basically the limit of our For this particular case, the offsets being used by
It is impossible to know at compile time whether Another feature that we have in mind but isn't the priority is to have a fallback mode; this mode will support cases where Now, for the
|
created from #7.
I don't know what original Triton code looked like that created this, but there is a select in the address expression.
Not in the error message, but when i looked at the provided test case i see an atomic operation which is also not currently supported.
repro.zip
triton-shared-opt -triton-to-linalg 43.mlir
Error output:
The text was updated successfully, but these errors were encountered: