Cutlass
CUDA Templates for Linear Algebra Subroutines and Solvers
Public Types | List of all members
cutlass::ShapeDivCeiling< A_, B_ > Struct Template Reference

#include <shape.h>

Public Types

typedef Shape<(A_::kD+B_::kD - 1)/B_::kD,(A_::kH+B_::kH - 1)/B_::kH,(A_::kW+B_::kW - 1)/B_::kW,(A_::kC+B_::kC - 1)/B_::kC > Shape
 

Member Typedef Documentation

◆ Shape

template<typename A_ , typename B_ >
typedef Shape<(A_::kD + B_::kD - 1) / B_::kD, (A_::kH + B_::kH - 1) / B_::kH, (A_::kW + B_::kW - 1) / B_::kW, (A_::kC + B_::kC - 1) / B_::kC> cutlass::ShapeDivCeiling< A_, B_ >::Shape

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