-
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
Anderson2021 autoscheduler should ignore multitarget #7539
Comments
Hi @steven-johnson , the ASAN reports a segfault when I use Anderson2021 autoscheduler with multi-output generators. Is multi-output equivalent to multi-target in Halide? Is the segfault (link below) a feature or a bug? The stack trace contains a function |
This might be a duplicate of #7606 -- can you offer a repro case of what you are seeing?
Yes. |
* Workaround for Issue halide#7539 Partial fix for now * trigger buildbots
If you are building with multitarget and specify the Anderson2021 autoscheduler, the schedule file produced will contain multiple identical copies of the same schedule; this is a waste of time (since we compute the same schedule multiple times) and confusion (since the schedule is the same). We should improve this, but it requires some additional plumbing to do it cleanly.
The text was updated successfully, but these errors were encountered: