data61 / cuda-fixnum

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

Store test cases in compressed format #31

Open unzvfu opened 6 years ago

unzvfu commented 6 years ago

The modexp_256 test cases take over 10GiB, much of which is redundant.

unzvfu commented 4 years ago

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