data61 / cuda-fixnum

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

Consider reëxpressing fixnum layout in terms of CUDA's "coöperative groups" #38

Open unzvfu opened 6 years ago

unzvfu commented 6 years ago

See here. Currently we simulate this with the slot layout template.

unzvfu commented 4 years ago

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