Skip to content

Ports of Call

Jonah Miller edited this page May 27, 2021 · 1 revision

In our own downstream codes, we build on the Kokkos library for performance portability. However, we recognize that Kokkos is a large library, and not all users of Spiner may wish to rely on Kokkos. Ports-of-Call is our solution. You can think of Ports-of-Call as a very small header-only tool which mimics a tiny fraction of Kokkos capability.

Clone this wiki locally