unzvfu / cuda-fixnum

Extended-precision modular arithmetic library that targets CUDA.
MIT License
34 stars 8 forks source link

Assess potential utility of CUDA warp matrix functions #22

Open unzvfu opened 4 years ago

unzvfu commented 4 years ago

From https://github.com/data61/cuda-fixnum/issues/39:

Basically they are primitives for the operation A * B + C on small matrices. See here.