Cutlass
CUDA Templates for Linear Algebra Subroutines and Solvers
|
Adapter to enable random access to predicates via logical coordinate within a tile.
#include <predicate_vector.h>
Public Types | |
typedef PredicateVector_ | PredicateVector |
The vector of predicates. More... | |
typedef Iterations_ | Iterations |
The iterations. More... | |
Public Member Functions | |
CUTLASS_DEVICE | ConstPredicateTileAdapter (PredicateVector const &predicates_) |
Ctor. More... | |
CUTLASS_DEVICE bool | at (int d, int h, int w, int c) const |
Get the value at location (d, h, w, c). More... | |
typedef Iterations_ cutlass::ConstPredicateTileAdapter< PredicateVector_, Iterations_ >::Iterations |
typedef PredicateVector_ cutlass::ConstPredicateTileAdapter< PredicateVector_, Iterations_ >::PredicateVector |
|
inline |
|
inline |