CUTLASS
CUDA Templates for Linear Algebra Subroutines and Solvers
Public Types | Public Member Functions | List of all members
cutlass::arch::Mma< gemm::GemmShape< 8, 8, 128 >, 32, uint1b_t, layout::RowMajor, uint1b_t, layout::ColumnMajor, int, layout::RowMajor, OpXorPopc > Struct Template Reference

Matrix multiply-add operation.

#include <mma_sm75.h>

Public Types

using Shape = gemm::GemmShape< 8, 8, 128 >
 
using ElementA = uint1b_t
 
using LayoutA = layout::RowMajor
 
using FragmentA = Array< uint1b_t, 32 >
 
using ElementB = uint1b_t
 
using LayoutB = layout::ColumnMajor
 
using FragmentB = Array< uint1b_t, 32 >
 
using ElementC = int
 
using LayoutC = layout::RowMajor
 
using FragmentC = Array< int, 2 >
 
using Operator = OpXorPopc
 

Public Member Functions

CUTLASS_HOST_DEVICE void operator() (FragmentC &d, FragmentA const &a, FragmentB const &b, FragmentC const &c) const
 Computes multiply-add. More...
 

Member Typedef Documentation

using cutlass::arch::Mma< gemm::GemmShape< 8, 8, 128 >, 32, uint1b_t, layout::RowMajor, uint1b_t, layout::ColumnMajor, int, layout::RowMajor, OpXorPopc >::FragmentC = Array<int, 2>

Member Function Documentation

CUTLASS_HOST_DEVICE void cutlass::arch::Mma< gemm::GemmShape< 8, 8, 128 >, 32, uint1b_t, layout::RowMajor, uint1b_t, layout::ColumnMajor, int, layout::RowMajor, OpXorPopc >::operator() ( FragmentC d,
FragmentA const &  a,
FragmentB const &  b,
FragmentC const &  c 
) const
inline

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