data61 / cuda-fixnum

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

Implement VLNW and compare to the current CLNW sliding-window method #42

Open unzvfu opened 6 years ago

unzvfu commented 6 years ago

According to Koç, VLNW beats CLNW by a few percent, though I don't see how. (Note that in their respective sliding-window sections, MCA describes CLNW and HAC describes VLNW.)

unzvfu commented 4 years ago

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