APIReference - kokkos/kokkos-kernels GitHub Wiki

API Reference

This Section documents the public user interface of KokkosKernels.

BLAS

  • BLAS-1

    BLAS-1 type functions operating on vectors and multi-vectors.
  • BLAS-2

    BLAS-2 type functions involving matrices and vectors or multi-vectors.
  • BLAS-3

    BLAS-3 type functions involving matrices
  • cuBLAS Support

    Calling cuBLAS functions through KokkosKernels interfaces
  • MAGMA Support

    Calling MAGMA functions through KokkosKernels interfaces
  • Blocked BLAS

    Block structured BLAS like operations.

SPARSE

  • SPARSE-1

    SPARSE-1 type vector - vector operations.
  • SPARSE-2

    SPARSE-2 type matrix - vector operations.
  • SPARSE-3

    SPARSE-3 type matrix - matrix operations.
  • SPARSE-Extras

    Functions in this category are extra SPARSE type functions.

GRAPH