AccelerateHS/accelerate

Speed up test suite

Open

#412 aperta il 15 gen 2018

Vedi su GitHub
 (10 commenti) (0 reazioni) (0 assegnatari)Haskell (112 fork)batch import
good first issuehelp wanted

Metriche repository

Star
 (830 star)
Metriche merge PR
 (Merge medio 40g) (1 PR mergiata in 30 g)

Descrizione

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.

Guida contributor