-
Notifications
You must be signed in to change notification settings - Fork 54
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
Several errors in triton-to-linalg pass #7
Comments
Thank you for the report. it looks like there are a number of unfinished/incomplete items you're running into with this collection of inputs. here's a log of all the failures: I'm seeing the following unique failures:
These all indicated not yet supported cases.
Of the known issues (2,3,4,7): 3, 4, and 7 are likely to be addressed soon (next updated perhaps, not sure yet of our schedule on this) while item 2 is not on our planned set of features right now. |
@manbearian if you create a tracking issue (or whatever) for these (and others), I'm sure some of us adoring fans would be glad to pitch in (including appropriate RFC and design discussion and etc. of course). At least I know I would. |
done! From the items i created supporting additional reductions seem the most straightforward if you're looking for a nice on ramp :) |
@yuanfz98 Thanks for sharing these! Would you mind also sharing us the triton code that produces these IR? It would help us a lot in understanding the usage of certain triton language features. |
Hello,
We are trying to convert from ttirs to linalg in nanoGPT model and have encountered some edge cases that triton-to-linalg pass failed to lower.
https://drive.google.com/drive/folders/1oBIJFhdL8TQO2PIF_PsUaMJRPVMPJ6G7?usp=sharing
Thank you for your help.
The text was updated successfully, but these errors were encountered: