[MPFR] GMP+MPFR to GPU?

Paul Zimmermann Paul.Zimmermann at loria.fr
Wed Dec 1 13:49:21 CET 2010


       Rick,

> How well suited to parallel / vector processing are GMP's and MPFR's
> algorithms?  If, for example, we setup N identical operations for
> parallel computing (adds, multiplies, cosines, whatever), how would the
> existing design handle the vectorization?

currently there is no vectorization in MPFR (and in GMP also I guess).
Thus the "vectorization" should be done at the thread level.

Paul


More information about the gmp-devel mailing list