37 template <
typename Scalar_,
int kLanes_ = 1>
49 template <
typename Fragment_>
50 CUTLASS_DEVICE
void clear(Fragment_& fragment) {
Definition: clear_accumulators.h:38
CUTLASS_DEVICE ClearAccumulators(SharedStorage &shared_storage)
Ctor.
Definition: clear_accumulators.h:43
Defines a 1D vector of elements held in the registers of each thread.
CUTLASS_DEVICE void clear(Fragment_ &fragment)
Clear the fragment.
Definition: clear_accumulators.h:50
The shared storage.
Definition: clear_accumulators.h:40
CUTLASS_DEVICE ClearAccumulators()
Ctor.
Definition: clear_accumulators.h:46