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

Global optimization #582

Open
mrocklin opened this issue Dec 18, 2023 · 5 comments
Open

Global optimization #582

mrocklin opened this issue Dec 18, 2023 · 5 comments

Comments

@mrocklin
Copy link
Member

We probably need to modify dask.base to call some dask-expr optimize function. We probably also want to call this on everything we're computing all at once.

@mrocklin
Copy link
Member Author

(my apologies if this has been mentioned / done in some other way and I'm out of date)

@phofl
Copy link
Collaborator

phofl commented Dec 18, 2023

This is covered by the scheduler integration basically

@mrocklin
Copy link
Member Author

I'm curious to learn more. Is there a PR I should be aware of? How does this work with the local scheduler?

@fjetter
Copy link
Member

fjetter commented Dec 18, 2023

No new PR other than #294 where I added a Tuple as you suggested. I still have to update the dask/dask and dask/distributed PRs accordingly

@fjetter
Copy link
Member

fjetter commented Dec 18, 2023

this likely requires to build this tuple in collections_to_dsk but I don't expect much more work for this

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

No branches or pull requests

3 participants