-
Notifications
You must be signed in to change notification settings - Fork 191
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
Uncaught exception when fusing sparse dimensions #527
Comments
Yes, I believe fusing without iterating over the position space is supported for only dense dimensions currently. I'm not sure what the best way of fusing co-iteration loops looks like. |
Hmm, if I add some
In general I'm pretty confused by what |
Take a look at http://tensor-compiler.org/senanayake-oopsla20-taco-scheduling.pdf, section 2 (and later in the paper) for some details on The scheduling system doesn't seem to throw an error (it doesn't do the best pre-condition checking), but your schedule is invalid. Here's a valid schedule doing maybe what you intended:
which first fuses |
I see, thanks! I'll leave this open for the uncaught errors, but feel free to close if those are not of high priority. |
Got an uncheck exception when fusing sparse dimensions. Does fuse only work for dense dimensions?
The text was updated successfully, but these errors were encountered: