AccelerateHS/accelerate

Speed up test suite

Open

#412 ouverte le 15 janv. 2018

Voir sur GitHub
 (10 commentaires) (0 réactions) (0 assignés)Haskell (112 forks)batch import
good first issuehelp wanted

Métriques du dépôt

Stars
 (830 stars)
Métriques de merge PR
 (Merge moyen 40j) (1 PR mergée en 30 j)

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.

Guide contributeur