data61 / cuda-fixnum

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

Investigate use of other PTX instructions in arithmetic implementations #27

Open unzvfu opened 6 years ago

unzvfu commented 6 years ago

Potentially useful instructions include

unzvfu commented 6 years ago

Note that I should be using the provided CUDA intrinsics instead of PTX in many circumstances.

unzvfu commented 4 years ago

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