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

Optimize Module::compile() for some edge cases #7269

Merged
merged 2 commits into from
Jan 10, 2023

Conversation

steven-johnson
Copy link
Contributor

Avoid redundant compile_to_buffer() calls for output requests that can't possibly ever need them.

Avoid redundant `compile_to_buffer()` calls for output requests that can't possibly ever need them.
src/Module.cpp Outdated Show resolved Hide resolved
@steven-johnson steven-johnson merged commit 0d43318 into main Jan 10, 2023
@steven-johnson steven-johnson deleted the srj/ignore-submodules branch January 10, 2023 19:24
ardier pushed a commit to ardier/Halide-mutation that referenced this pull request Mar 3, 2024
* Optimize Module::compile() for some edge cases

Avoid redundant `compile_to_buffer()` calls for output requests that can't possibly ever need them.

* Avoid mutation
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.

2 participants