Tpetra parallel linear algebra  Version of the Day
List of all members
Kokkos::DeviceGEMM< Scalar, DeviceType > Struct Template Reference

Class that provides GEMM for a particular Kokkos Device. More...

#include <Kokkos_MV_GEMM.hpp>

Detailed Description

template<typename Scalar, typename DeviceType>
struct Kokkos::DeviceGEMM< Scalar, DeviceType >

Class that provides GEMM for a particular Kokkos Device.

Template Parameters
ScalarThe type of the entries in the matrices.
DeviceTypeThe Kokkos Device type.

GEMM refers to the BLAS' dense matrix-matrix multiply routine.

Definition at line 204 of file Kokkos_MV_GEMM.hpp.


The documentation for this struct was generated from the following file: