Dagger.jl icon indicating copy to clipboard operation
Dagger.jl copied to clipboard

Add Eager DArray

Open jpsamaroo opened this issue 4 years ago • 0 comments

The lazy DArray has an inherent flaw: Julia's array interface was designed around eager execution, whereas the DArray wants to be lazy. This implies that the DArray doesn't compose well with generic library code, which is unfortunate. We can add a new DArray type, or extend the existing DArray, so that we can instead use Dagger's eager API.

jpsamaroo avatar Jul 05 '21 16:07 jpsamaroo