Expand description
Matrix multiplication on register- or shared-memory tiles. Optimized for fixed shapes and low-level compute strategies.
Modules§
Structs§
- Strided
Tile - Tile with a linear major dimension, and a strided minor dimension. Basic tile kind supported by all stage matmuls.
- Strided
Tile Expand
Traits§
- Tile
Config - Configuration for the Tile Matmul level
- Tile
Matmul - Provides matrix multiplication operations at the tile level.
- Tile
Matmul Family - A family of TileMatmul implementations that operate with any precision.