Cutlass
CUDA Templates for Linear Algebra Subroutines and Solvers
Namespaces | Functions
iterator_access.h File Reference

Free functions for loading and storing to implementations of tile iteartor concepts. More...

#include "cutlass/load_store.h"
#include "cutlass/predicate_vector.h"
#include "cutlass/shape.h"

Go to the source code of this file.

Namespaces

 cutlass
 

Functions

template<typename InputIterator , typename Fragment >
CUTLASS_HOST_DEVICE void cutlass::iterator_load (InputIterator &iterator, Fragment &fragment)
 
template<typename OutputIterator , typename Fragment >
CUTLASS_HOST_DEVICE void cutlass::iterator_store (OutputIterator &iterator, Fragment &fragment)