Skip to content

Tweak precompute to avoid apply_single_writer_dependency_heuristic warning#1008

Open
majosm wants to merge 1 commit into
inducer:mainfrom
majosm:avoid-single-writer-heuristic-warning
Open

Tweak precompute to avoid apply_single_writer_dependency_heuristic warning#1008
majosm wants to merge 1 commit into
inducer:mainfrom
majosm:avoid-single-writer-heuristic-warning

Conversation

@majosm
Copy link
Copy Markdown
Contributor

@majosm majosm commented May 8, 2026

Adds the precomputed temporary as a dependency of its readers on top of the existing dependency on the created global barrier. apply_single_writer_dependency_heuristic doesn't detect the transitive dependency reader -> barrier -> temp, so without this it emits a warning.

…f the temporary's users

avoids warning in apply_single_writer_dependency_heuristic
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.

1 participant