Tpetra parallel linear algebra
Version of the Day
|
Class that provides GEMM for a particular Kokkos Device. More...
#include <Kokkos_MV_GEMM.hpp>
Class that provides GEMM for a particular Kokkos Device.
Scalar | The type of the entries in the matrices. |
DeviceType | The Kokkos Device type. |
GEMM refers to the BLAS' dense matrix-matrix multiply routine.
Definition at line 204 of file Kokkos_MV_GEMM.hpp.