Matrix multiply-add operation.
#include <mma_sm61.h>
template<typename LayoutC >
using cutlass::arch::Mma< gemm::GemmShape< 1, 1, 2 >, 1, int16_t, layout::RowMajor, int16_t, layout::ColumnMajor, int, LayoutC, OpMultiplyAdd >::Shape = gemm::GemmShape<1, 1, 2> |
template<typename LayoutC >
CUTLASS_HOST_DEVICE void cutlass::arch::Mma< gemm::GemmShape< 1, 1, 2 >, 1, int16_t, layout::RowMajor, int16_t, layout::ColumnMajor, int, LayoutC, OpMultiplyAdd >::operator() |
( |
Array< int, 1 > & |
d, |
|
|
Array< int16_t, 2 > const & |
a, |
|
|
Array< int16_t, 2 > const & |
b, |
|
|
Array< int, 1 > const & |
c |
|
) |
| |
|
inline |
The documentation for this struct was generated from the following file: