CUTLASS
CUDA Templates for Linear Algebra Subroutines and Solvers
Classes | Namespaces
predicate_vector.h File Reference

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"
Include dependency graph for predicate_vector.h:
This graph shows which files directly or indirectly include this file:

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