data61 / cuda-fixnum

Extended-precision modular arithmetic library that targets CUDA.
Other
41 stars 28 forks source link

Combine multiple test case vectors in one prior to submission to the GPU #32

Closed unzvfu closed 6 years ago

unzvfu commented 6 years ago

This should reduce the time taken for running the test suite considerably (especially the modexp part).

Will need to think about how to usefully report errors that happen in the middle of a vector.

unzvfu commented 6 years ago

Done in 3f3a65c8492b938da6d4389dc956b0b5adcba2ae.