AccelerateHS/accelerate

Speed up test suite

Open

#412 建立於 2018年1月15日

在 GitHub 查看
 (10 留言) (0 反應) (0 負責人)Haskell (830 star) (112 fork)batch import
good first issuehelp wanted

描述

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.

貢獻者指南