AccelerateHS/accelerate

Speed up test suite

開放

#412 建立於 2018年1月15日

 (10 則留言) (0 個反應) (0 位負責人)Haskell (112 個分叉)batch import
good first issuehelp wanted

倉庫指標

星標
 (830 顆星)
PR 合併指標
 (平均合併 40天) (30 天內合併 1 個 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.

貢獻者指南