Skip to content

Add Eager DArray #226

@jpsamaroo

Description

@jpsamaroo

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions