Skip to content
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

Don't lift loop vars outside of their loops in sliding window #7896

Merged
merged 3 commits into from
Oct 18, 2023

Conversation

abadams
Copy link
Member

@abadams abadams commented Oct 12, 2023

Sliding window, when operating in the mode that shifts the consumer's loop min backwards a few iterations to cover the warmup, was capable of inappropriately lifting for loop vars inside that loop but outside the produce node of the slid Func.

Fixes #7891

Sliding window, when operating in the mode that shifts the consumer's
loop min backwards a few iterations to cover the warmup, was capable of
inappropriately lifting for loop vars inside that loop but outside the
produce node of the slid Func.

Fixes #7891
@abadams
Copy link
Member Author

abadams commented Oct 18, 2023

Failures unrelated

@abadams abadams merged commit eb66c06 into main Oct 18, 2023
3 checks passed
ardier pushed a commit to ardier/Halide-mutation that referenced this pull request Mar 3, 2024
…#7896)

Sliding window, when operating in the mode that shifts the consumer's
loop min backwards a few iterations to cover the warmup, was capable of
inappropriately lifting for loop vars inside that loop but outside the
produce node of the slid Func.

Fixes halide#7891
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Internal Error: Symbol not found during LLVM codegen
2 participants