Module tile

Module tile 

Source
Expand description

Matrix multiplication on register- or shared-memory tiles. Optimized for fixed shapes and low-level compute strategies.

Modules§

accelerated
io
mma
plane_vec_mat_inner_product
register

Structs§

StridedTile
Tile with a linear major dimension, and a strided minor dimension. Basic tile kind supported by all stage matmuls.
StridedTileExpand

Traits§

TileConfig
Configuration for the Tile Matmul level
TileMatmul
Provides matrix multiplication operations at the tile level.
TileMatmulFamily
A family of TileMatmul implementations that operate with any precision.