Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kokkos: Employ Kokkos::Kernels Wherever Possible #195

Open
rcclay opened this issue Oct 23, 2018 · 1 comment
Open

Kokkos: Employ Kokkos::Kernels Wherever Possible #195

rcclay opened this issue Oct 23, 2018 · 1 comment
Assignees

Comments

@rcclay
Copy link

rcclay commented Oct 23, 2018

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.

@lshulen
Copy link

lshulen commented May 3, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants