Parital specialization for XOR-popc.  
#include <gemm.h>
|  | 
| void | operator() (gemm::GemmCoord problem_size, ScalarType alpha, TensorRef< ElementA, LayoutA > tensor_a, TensorRef< ElementB, LayoutB > tensor_b, ScalarType beta, TensorRef< ElementC, LayoutC > tensor_c, AccumulatorType initial_accum=AccumulatorType(0)) | 
|  | 
| void | operator() (gemm::GemmCoord problem_size, ScalarType alpha, TensorRef< ElementA, LayoutA > tensor_a, TensorRef< ElementB, LayoutB > tensor_b, ScalarType beta, TensorRef< ElementC, LayoutC > tensor_c, TensorRef< ElementC, LayoutC > tensor_d, AccumulatorType initial_accum=AccumulatorType(0)) | 
|  | 
template<typename ElementA , typename LayoutA , typename ElementB , typename LayoutB , typename ElementC , typename LayoutC , typename ScalarType , typename AccumulatorType > 
  
  | 
        
          | void cutlass::reference::device::Gemm< ElementA, LayoutA, ElementB, LayoutB, ElementC, LayoutC, ScalarType, AccumulatorType, arch::OpXorPopc >::operator() | ( | gemm::GemmCoord | problem_size, |  
          |  |  | ScalarType | alpha, |  
          |  |  | TensorRef< ElementA, LayoutA > | tensor_a, |  
          |  |  | TensorRef< ElementB, LayoutB > | tensor_b, |  
          |  |  | ScalarType | beta, |  
          |  |  | TensorRef< ElementC, LayoutC > | tensor_c, |  
          |  |  | AccumulatorType | initial_accum = AccumulatorType(0) |  
          |  | ) |  |  |  | inline | 
 
 
template<typename ElementA , typename LayoutA , typename ElementB , typename LayoutB , typename ElementC , typename LayoutC , typename ScalarType , typename AccumulatorType > 
  
  | 
        
          | void cutlass::reference::device::Gemm< ElementA, LayoutA, ElementB, LayoutB, ElementC, LayoutC, ScalarType, AccumulatorType, arch::OpXorPopc >::operator() | ( | gemm::GemmCoord | problem_size, |  
          |  |  | ScalarType | alpha, |  
          |  |  | TensorRef< ElementA, LayoutA > | tensor_a, |  
          |  |  | TensorRef< ElementB, LayoutB > | tensor_b, |  
          |  |  | ScalarType | beta, |  
          |  |  | TensorRef< ElementC, LayoutC > | tensor_c, |  
          |  |  | TensorRef< ElementC, LayoutC > | tensor_d, |  
          |  |  | AccumulatorType | initial_accum = AccumulatorType(0) |  
          |  | ) |  |  |  | inline | 
 
 
The documentation for this struct was generated from the following file: