Home / Class/ ColumnMajorTileInterleave Class — pytorch Architecture

ColumnMajorTileInterleave Class — pytorch Architecture

Architecture documentation for the ColumnMajorTileInterleave 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 45–48

class ColumnMajorTileInterleave {
    static constexpr int kRowsPerTile        = RowsPerTile;
    static constexpr int kColumnsInterleaved = ColumnsInterleaved;
};

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free