JuliaParallel / JuliaParallel/Dagger.jl

Add Eager DArray

Open
#226 0 comments 0 reactions 0 assignees View on GitHub
array interface enhancement
Dominant language
Julia
Stars
723
Forks
90
Avg merge
1d 37m
Merged PRs (30d)
9

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.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.