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