kokkos-kernels
kokkos-kernels copied to clipboard
A little sptrsv cleanup before the main block effort
Change list:
- Change
typedef
s tousing
s in sptrsv handle - Add block_size setting to handle (unused for now).
- sptrsv_solve_impl: Wrap entire thing in a struct templated on Handle. This is a pattern I've used successfully in par_ilut and spiluk. The outer struct uses Handle to build up a set of useful types so they don't have to be defined over and over.