data61 / cuda-fixnum

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

Clean up warp_fixnum division code #36

Open unzvfu opened 6 years ago

unzvfu commented 6 years ago

Implementations are largely done in quorem.cu and quorem_preinv.cu, but they need significant refactoring and tidying.

unzvfu commented 4 years ago

Follow up at https://github.com/unzvfu/cuda-fixnum/issues/19.