JuliaParallel / JuliaParallel/Dagger.jl
Add Eager DArray
Open
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.