JuliaParallel / JuliaParallel/DistributedArrays.jl
Support for ReshapedArrays or add a LinearView
オープン
- 主要言語
- Julia
- スター
- 205
- フォーク
- 34
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
```
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.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
評価
この issue はまだ評価されていません。