Skip to main content

smem_bytes_matmul

Function smem_bytes_matmul 

Source
pub fn smem_bytes_matmul<T>(tile: usize) -> usize
Expand description

Calculate the shared-memory footprint (bytes) for a tiled matrix-multiply kernel with tiles of size tile × tile of T-sized elements.