Cutlass
CUDA Templates for Linear Algebra Subroutines and Solvers
Classes
Tile Traits Concept

Classes

struct  cutlass::TileTraits< Tile_, Delta_, Iterations_, ThreadOffset_, AccessSize >
 A template defining Tile Traits Concept. More...
 

Detailed Description

Tile Traits Concept is a type definining the shape of a tile and the distribution of accesses by individual entities, either threads or other.

Tile Traits Concept
Types satisfying Tile Traits Concept define the following members
  • Tile - a type satisfying Layout Concept describing the dimensions of the tile
  • Delta - a type satisfying Layout Concept describing the increments between accesses along each dimension
  • Iterations - a type satisfying Layout Concept describing the number of accesses along each dimension
  • Offset - the type of a functor computing the offset of each participating entity as a Coord<4>.