CUTLASS
CUDA Templates for Linear Algebra Subroutines and Solvers
|
#include <predicated_tile_iterator.h>
Public Member Functions | |
CUTLASS_HOST_DEVICE Status | initialize (Index stride_) |
CUTLASS_HOST_DEVICE | Params () |
CUTLASS_HOST_DEVICE | Params (Layout const &layout) |
Public Attributes | |
Index | stride |
stride in bytes between rows More... | |
Index | increment_row |
increment quantity (in bytes) to advance when moving between rows More... | |
Index | increment_group |
increment quantity (in bytes) to advance when moving to the next group More... | |
Index | increment_cluster |
increment quantity (in bytes) to advance when moving to the next cluster More... | |
Index | advance_row |
amount to add to move to the next 'row' position More... | |
Index | advance_group |
amount to add to move to the next 'group' position More... | |
Index | advance_cluster |
amount to add to move to the next 'cluster' position More... | |
Index | advance_tile |
amount to add to move to the next 'tile' More... | |
|
inline |
|
inline |
|
inline |
Index cutlass::epilogue::threadblock::PredicatedTileIterator< ThreadMap_, Element_ >::Params::advance_cluster |
Index cutlass::epilogue::threadblock::PredicatedTileIterator< ThreadMap_, Element_ >::Params::advance_group |
Index cutlass::epilogue::threadblock::PredicatedTileIterator< ThreadMap_, Element_ >::Params::advance_row |
Index cutlass::epilogue::threadblock::PredicatedTileIterator< ThreadMap_, Element_ >::Params::advance_tile |
Index cutlass::epilogue::threadblock::PredicatedTileIterator< ThreadMap_, Element_ >::Params::increment_cluster |
Index cutlass::epilogue::threadblock::PredicatedTileIterator< ThreadMap_, Element_ >::Params::increment_group |
Index cutlass::epilogue::threadblock::PredicatedTileIterator< ThreadMap_, Element_ >::Params::increment_row |
Index cutlass::epilogue::threadblock::PredicatedTileIterator< ThreadMap_, Element_ >::Params::stride |