Skip to main content

tile_matmul

Function tile_matmul 

Source
pub fn tile_matmul(shape: &MatMulShape, defaults: &TilingDefaults) -> TilingPlan
Expand description

Compute a tiling plan for a MatMul operation.

Tile sizes are clamped to the actual dimension size when the dimension is smaller than the default tile size.