-
-
Notifications
You must be signed in to change notification settings - Fork 75
Open
Description
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.