83 return operator_(lhs, rhs);
Definition: aligned_buffer.h:35
Host-constructable parameters structure.
Definition: reduction_op.h:62
Statically sized array of elements that accommodates all CUTLASS-supported numeric types and is safe ...
Boost-like numeric conversion operator for CUTLASS numeric types.
CUTLASS_HOST_DEVICE ReductionOpPlus(Params const ¶ms)
Constructs the function object, possibly loading from pointers in host memory.
Definition: reduction_op.h:73
Definition: reduction_op.h:52
static int const kCount
Definition: reduction_op.h:56
#define CUTLASS_HOST_DEVICE
Definition: cutlass.h:89
Top-level include for all CUTLASS numeric types.
CUTLASS_HOST_DEVICE Fragment operator()(Fragment const &lhs, Fragment const &rhs) const
Computes Compute =>
Definition: reduction_op.h:79
Element_ Element
Definition: reduction_op.h:55
Array< Element, kCount > Fragment
Definition: reduction_op.h:58
Basic include for CUTLASS.
Define basic numeric operators with specializations for Array<T, N>. SIMD-ize where possible...