Cutlass
CUDA Templates for Linear Algebra Subroutines and Solvers
|
#include <tile_traits_standard.h>
Public Types | |
typedef Tile_ | Tile |
Shape of tile. More... | |
typedef Shape< 1, kThreads/Tile::kW, Tile::kW, 1 > | ThreadShape |
Shape of threads. More... | |
typedef Shape< 1, ThreadShape::kH, 1, 1 > | Delta |
Delta along each dimension. More... | |
typedef Shape< 1, Tile::kH/ThreadShape::kH, 1, 1 > | Iterations |
Number of iterations. More... | |
typedef TiledThreadOffset< ThreadShape > | ThreadOffset |
Computes the initial offset. More... | |
Static Public Attributes | |
static int const | kThreads = Threads |
Number of participating threads. More... | |
Tiling in which the number of threads is greater than the contiguous dimension of the tile.
typedef Shape<1, ThreadShape::kH, 1, 1> cutlass::TileTraitsStrideMajor< Tile_, Threads >::Delta |
typedef Shape<1, Tile::kH / ThreadShape::kH, 1, 1> cutlass::TileTraitsStrideMajor< Tile_, Threads >::Iterations |
typedef TiledThreadOffset<ThreadShape> cutlass::TileTraitsStrideMajor< Tile_, Threads >::ThreadOffset |
typedef Shape<1, kThreads / Tile::kW, Tile::kW, 1> cutlass::TileTraitsStrideMajor< Tile_, Threads >::ThreadShape |
typedef Tile_ cutlass::TileTraitsStrideMajor< Tile_, Threads >::Tile |
|
static |