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

Consider data locality in Prefetching and Placement Decisions #545

Open
lukemartinlogan opened this issue Jun 12, 2023 · 0 comments
Open

Comments

@lukemartinlogan
Copy link
Collaborator

lukemartinlogan commented Jun 12, 2023

Sometimes we have advanced knowledge of data access patterns and should be able to place data on the node directly before-hand to avoid networking costs.

Prefetcher can use Get + Put to place data into a new node.
A DPE should be available which allows data to be delegated to new nodes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Performance
Development

No branches or pull requests

1 participant