Cutlass
CUDA Templates for Linear Algebra Subroutines and Solvers
|
Functor computing a predicate given the logical position of an access.
#include <tile_iterator.h>
Public Types | |
typedef Delta_ | Delta |
Public Member Functions | |
CUTLASS_HOST_DEVICE | RegularTilePredicateFunctor (Coord< 3 > _bounds) |
Constructs a predicate functor given the bounds of a tensor. More... | |
CUTLASS_HOST_DEVICE bool | operator() (Coord< 3 > iteration, Coord< 3 > offset) const |
Computes the predicate given the logical position of an access. More... | |
Public Attributes | |
Coord< 3 > | bounds |
Dimensions of the bounding volume. More... | |
typedef Delta_ cutlass::RegularTilePredicateFunctor< Delta_ >::Delta |
|
inline |
|
inline |
Coord<3> cutlass::RegularTilePredicateFunctor< Delta_ >::bounds |