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

Re-interpret 'fusable' to mean with predecessor operations #460

Merged
merged 1 commit into from
May 16, 2024

Conversation

tomwhite
Copy link
Member

An operation like 'map_direct' which can read data across block boundaries from its inputs is marked with fusable=False, since it cannot be fused with predecessor operations. However, it is permitted for successor operations to fuse with map_direct, since they will operate on whole blocks.

An operation like 'map_direct' which can read data across
block boundaries from its inputs is marked with `fusable=False`,
since it cannot be fused with predecessor operations. However,
it is permitted for successor operations to fuse with `map_direct`,
since they will operate on whole blocks.
@tomwhite tomwhite merged commit 2e3a935 into main May 16, 2024
8 of 9 checks passed
@tomwhite tomwhite deleted the fusable-with-predecessors branch May 16, 2024 08:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant