JuliaParallel / JuliaParallel/DistributedArrays.jl
Support for ReshapedArrays or add a LinearView
Open
- Dominant language
- Julia
- Stars
- 205
- Forks
- 34
- PR merge metrics
- No merged PRs in 30d
Description
```
A = drand(64, 64)
A[1:10] .= 1
```
Will create a `View{ReshapedArray{DArray{Array}}}` this multiple levels of nesting is quite nasty and annoying. We either need to deal with ReshapedArrays in a principled manner or add a `LinearView`, that only supports reshaping DArrays into 1-dimensional arrays. This potentially will create striped patterns and eventually will encounter #183.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.