Matrix multiply-add operation.
#include <mma_sm60.h>
using cutlass::arch::Mma< gemm::GemmShape< 2, 2, 1 >, 1, half_t, layout::ColumnMajor, half_t, layout::RowMajor, half_t, layout::RowMajor, OpMultiplyAdd >::Shape = gemm::GemmShape<2, 2, 1> |
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: