pub fn smem_bytes_matmul<T>(tile: usize) -> usize
Calculate the shared-memory footprint (bytes) for a tiled matrix-multiply kernel with tiles of size tile × tile of T-sized elements.
tile
T