CUTLASS
CUDA Templates for Linear Algebra Subroutines and Solvers
Public Types | Public Member Functions | List of all members
cutlass::arch::Mma< gemm::GemmShape< 2, 2, 1 >, 1, half_t, layout::ColumnMajor, half_t, layout::RowMajor, half_t, layout::RowMajor, OpMultiplyAdd > Struct Template Reference

Matrix multiply-add operation.

#include <mma_sm60.h>

Public Types

using Shape = gemm::GemmShape< 2, 2, 1 >
 

Public Member Functions

CUTLASS_HOST_DEVICE void operator() (Array< half_t, 4 > &d, Array< half_t, 2 > const &a, Array< half_t, 2 > const &b, Array< half_t, 4 > const &c)
 

Member Typedef Documentation

Member Function Documentation

CUTLASS_HOST_DEVICE void cutlass::arch::Mma< gemm::GemmShape< 2, 2, 1 >, 1, half_t, layout::ColumnMajor, half_t, layout::RowMajor, half_t, layout::RowMajor, OpMultiplyAdd >::operator() ( Array< half_t, 4 > &  d,
Array< half_t, 2 > const &  a,
Array< half_t, 2 > const &  b,
Array< half_t, 4 > const &  c 
)
inline

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