JuliaParallel / Dagger.jl

A framework for out-of-core and parallel execution
Other
621 stars 67 forks source link

Add spawn_datadeps for OMP-like task model #454

Closed jpsamaroo closed 6 months ago

jpsamaroo commented 9 months ago

This allows Dagger tasks to be synchronized based on their access patterns to arguments, instead of just assuming a read dependency for all arguments.

In collaboration with @rabab53