Cutlass
CUDA Templates for Linear Algebra Subroutines and Solvers
|
Free functions for loading and storing to implementations of tile iteartor concepts. More...
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) |