Defines container classes and iterators for managing a statically sized vector of boolean predicates.
More...
#include <assert.h>
#include <stdint.h>
#include "cutlass/cutlass.h"
#include "cutlass/shape.h"
#include "cutlass/util/platform.h"
Go to the source code of this file.
|
struct | cutlass::PredicateVector< kPredicates_, kPredicatesPerByte_, kPredicateStart_ > |
| Statically sized array of bits implementing. More...
|
|
class | cutlass::PredicateVector< kPredicates_, kPredicatesPerByte_, kPredicateStart_ >::ConstIterator |
| A const iterator implementing Predicate Iterator Concept enabling sequential read-only access to prediactes. More...
|
|
class | cutlass::PredicateVector< kPredicates_, kPredicatesPerByte_, kPredicateStart_ >::Iterator |
| An iterator implementing Predicate Iterator Concept enabling sequential read and write access to predicates. More...
|
|
struct | cutlass::PredicateVector< kPredicates_, kPredicatesPerByte_, kPredicateStart_ >::TrivialIterator |
| Iterator that always returns true. More...
|
|
struct | cutlass::TrivialPredicateTileAdapter |
| Always returns true predicate. More...
|
|
struct | cutlass::PredicateTileAdapter< PredicateVector_, Iterations_ > |
| Adapter to enable random access to predicates via logical coordinate within a tile. More...
|
|
struct | cutlass::ConstPredicateTileAdapter< PredicateVector_, Iterations_ > |
| Adapter to enable random access to predicates via logical coordinate within a tile. More...
|
|