AccelerateHS/accelerate

Speed up test suite

Open

#412 opened on Jan 15, 2018

View on GitHub
 (10 comments) (0 reactions) (0 assignees)Haskell (112 forks)batch import
good first issuehelp wanted

Repository metrics

Stars
 (830 stars)
PR merge metrics
 (Avg merge 40d) (1 merged PR in 30d)

Description

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.

Contributor guide