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

Multi-node/hybrid support with Dagger.jl #16

Open
kshyatt-aws opened this issue May 8, 2024 · 0 comments
Open

Multi-node/hybrid support with Dagger.jl #16

kshyatt-aws opened this issue May 8, 2024 · 0 comments
Labels
good first issue Good for newcomers

Comments

@kshyatt-aws
Copy link
Member

Describe the feature you'd like
Use Dagger.jl to provide multi-node and/or hybrid (multi-thread on multiple nodes) parallelism for large batches of tasks.

How would this feature be used? Please describe.
Users would add Dagger workers (using their local HPC cluster or some cloud resource) and use the Dagger scheduler to handle partitioning batch items among them.

Describe alternatives you've considered
For multi-node support, Julia's builtin Distributed stdlib would be an option. Dagger.jl provides a graph-based scheduler and the ability to tag resources needed (for example, GPUs) which are a bit more sophisticated.

Additional context
A Julia package extension would be a natural way to add support for this.

@kshyatt-aws kshyatt-aws added the good first issue Good for newcomers label May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant