Cutlass
CUDA Templates for Linear Algebra Subroutines and Solvers
Classes
Fragment Iterator Concept

Classes

struct  cutlass::FragmentIterator< Fragment_, Iterations_, AccessType_ >
 A template defining Fragment Iterator Concept. More...
 

Detailed Description

Fragment Iterator Concept provides structured access to the elements within a fragment with an optional bitcast to the desired access type

fragment_iterator_concept
Types satisfying Fragment Iterator Concept define the following members
  • AccessType& operator[](int i) - provides access to the ith element of the fragment
  • AccessType& at(int d, int h, int w, int c) - applies Layout Concept to fragment and provides access to element at (d, h, w, c)