NVlabs/xmp

Feature request: add GMP API compatibility, gmpbench results

oscarbg opened this issue · 4 comments

Hi,
Just seen project on github but no source code still..
Would be nice if similar to how cublas, cufft provide standard API with popular CPU libraries like FFTW this cuda multiprecision library has API like GMP so codes using GMP doesn't need to be ported.. Assuming no performance is lost using this API..

Thanks..
I know isn't place to ask but is this library (possibly in alpha form) coming soon?

Yes by mid September we should have a release.
On Aug 26, 2015 11:29 PM, "Oscar Barenys" notifications@github.com wrote:

Thanks..
I know isn't place to ask but is this library (possibly in alpha form)
coming soon?


Reply to this email directly or view it on GitHub
#1 (comment).

You should now be able to use this library. The API is similar to GMP but varies slightly. The main difference is that the API is batched. Please see the API documentation for more details.