CUTLASS
CUDA Templates for Linear Algebra Subroutines and Solvers
|
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/platform/platform.h"
Go to the source code of this file.
Classes | |
struct | cutlass::PredicateVector< kPredicates_, kPredicatesPerByte_, kPredicateStart_ > |
Statically sized array of bits implementing. More... | |
class | cutlass::PredicateVector< kPredicates_, kPredicatesPerByte_, kPredicateStart_ >::Iterator |
An iterator implementing Predicate Iterator Concept enabling sequential read and write access to predicates. More... | |
class | cutlass::PredicateVector< kPredicates_, kPredicatesPerByte_, kPredicateStart_ >::ConstIterator |
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... | |
Namespaces | |
cutlass | |