-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Internal Error triggered by vectorization #8054
Comments
This compiles fine for me on main. Are you working on an older branch? Maybe one of the other fuzzer bug fixes also fixed this. |
I work on my branch but merged with the most recent main and most my changes do not touch Halide core, this is kind weird. |
Actually my local main was older than I thought. Can repro now. I think this is a new bug, maybe introduced by my last change to vectorization. |
most likely #7982 i guess |
Yeah, that change could easily have changed how powerful loop partitioning is, which is the pass triggering the error. |
No, vectorization is producing the following:
So I think it's #8093 Either way, shouldn't be too hard to figure out... |
Found it. Just a silly mistake I made. I'll open a PR. |
Repro code, generated using fuzzing on bilateral_grid app
compiling gives error:
The text was updated successfully, but these errors were encountered: