data61 / cuda-fixnum

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

Write wrapper for conveniently manipulating device arrays #4

Closed unzvfu closed 6 years ago

unzvfu commented 6 years ago

Need a way to get data to and from device arrays. Primarily for convenience initially (but might be a good starting point for streamlining data transfers later).

Currently in progress at src/array/fixnum_array.[h,cu].

unzvfu commented 6 years ago

This is adequate as of b150e50.