cuda-fixnum icon indicating copy to clipboard operation
cuda-fixnum copied to clipboard

Extended-precision modular arithmetic library that targets CUDA.

Results 38 cuda-fixnum issues
Sort by recently updated
recently updated
newest added

Apparently modern compilers emit code that runs essentially as fast with and without exceptions _on the no-throw execution path_. So there are no performance reasons not to use exceptions for...

See the remark on p69 of [MCA, Section 2.6].

See Handbook of Applied Cryptography, Section 14.2.1(ii).

Algorithms that use a particular `fixnum_impl` should be expressed entirely in terms of the `fixnum_impl` interface; `slot_layout` operations _can_ be exposed via that interface, but they should be given semantically...

From the function's documentation: > Generate a random integer with long strings of zeros and ones in the binary representation. Useful for testing functions and algorithms, since this kind of...

Set up CI with Travis (and perhaps Jenkins too?).

Change in Makefile to support up to Turing GPUs. [NVIDIA Reference](https://docs.nvidia.com/cuda/turing-compatibility-guide/index.html#building-turing-compatible-apps-using-cuda-10-0) WARNING: Creates binaries 7X larger and makes build 7X slower but supports 6X the GPUs families.