miniqmc icon indicating copy to clipboard operation
miniqmc copied to clipboard

Kokkos: Employ Kokkos::Kernels Wherever Possible

Open rcclay opened this issue 6 years ago • 1 comments

For MS2.8, most of the linear-algebra intensive work was handled by a hand-coded abstraction layer, with specific calls to vendor specific libraries at the lowest level. Need to explore how far Kokkos::Kernels can eliminate a lot of this, and compare performance with the current implementation.

rcclay avatar Oct 23 '18 16:10 rcclay

Still working on this. May also explore hand written kernels for gemv and ger.

lshulen avatar May 03 '19 04:05 lshulen