JuliaParallel / JuliaParallel/DistributedArrays.jl

Support for ReshapedArrays or add a LinearView

オープン
#188 コメント 0 件 リアクション 0 件 担当者 1 名 @vchuravy が担当を希望しています GitHub で見る
主要言語
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 はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。