flâneur — a map of the web's best reading

JuliaParallel/Dagger.jl: A framework for out-of-core and parallel execution

github.com · 642 words · saved by 1 readers

A framework for out-of-core and parallel execution

A framework for out-of-core and parallel computing Documentation Build Status What is Dagger? Dagger.jl automatically speeds up your Julia code by running tasks in parallel across all your CPU cores, GPUs, and even multiple computers, without you having to manage the complex coordination yourself. Just wrap your function calls with Dagger.@spawn (similar to @async ), and Dagger figures out the optimal way to distribute the work and move data around, making it especially powerful for nested loops, large datasets, and GPU acceleration that would otherwise require extensive manual parallelization

Explore this link on the map →

related reading