Module tile

Source
Expand description

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

Modules§

accelerated
register

Structs§

Tile
Data to be handed to the Tile Matmul
TileExpand

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.