AccelerateHS/accelerate

Speed up test suite

Aberta

#412 aberto em 15 de jan. de 2018

 (10 comentários) (0 reação) (0 responsável)Haskell (112 forks)batch import
good first issuehelp wanted

Métricas do repositório

Stars
 (830 estrelas)
Métricas de merge de PR
 (Mesclagem média 40d) (1 fundiu PR em 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.

Guia do colaborador