AccelerateHS/accelerate

Speed up test suite

オープン

#412 opened on 2018/01/15

 (10 件のコメント) (0 件のリアクション) (0 人の担当者)Haskell (112 件のフォーク)batch import
good first issuehelp wanted

Repository metrics

Stars
 (830 個のスター)
PR merge metrics
 (平均マージ 40d) (30d で 1 merged PR)

説明

The standard accelerate test suite, used by all the backends, can be quite slow. Several of the tests are significantly slower than the others, for example segmented folds and scans, which I believe is because the reference implementations are very inefficient. Writing some more efficient reference implementations (e.g. using Data.Vector.Unboxed) should help speed things up.

コントリビューターガイド