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

Refactor pipeline to reduce coupling between runtime and primitive layers #352

Merged
merged 1 commit into from
Jan 19, 2024

Conversation

tomwhite
Copy link
Member

@tomwhite tomwhite commented Jan 18, 2024

This change makes a separation between the pipeline (run by the runtime layer) and the primitive operation (blockwise or rechunk) that may have extra information that the runtime doesn't care about (e.g. target array). With this change there is no need to update the runtime when new information is added that only blockwise or rechunk needs.

@tomwhite tomwhite force-pushed the primitive-operation branch from 273cc0c to a334cbe Compare January 18, 2024 11:44
…yers

Introduce PrimitiveOperation that encapsulates information for blockwise and rechunk that the runtime layer does not need
@tomwhite tomwhite force-pushed the primitive-operation branch from a334cbe to 8df7472 Compare January 18, 2024 12:52
@tomwhite tomwhite merged commit 30df284 into main Jan 19, 2024
7 checks passed
@tomwhite tomwhite deleted the primitive-operation branch January 19, 2024 08:40
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