RowsPerTile Class — pytorch Architecture
Architecture documentation for the RowsPerTile class in tile_interleaved_layout.h from the pytorch codebase.
Entity Profile
Source Code
aten/src/ATen/native/cuda/cutlass_extensions/tile_interleaved_layout.h lines 44–48
template<int RowsPerTile, int ColumnsInterleaved>
class ColumnMajorTileInterleave {
static constexpr int kRowsPerTile = RowsPerTile;
static constexpr int kColumnsInterleaved = ColumnsInterleaved;
};
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free