Module kernels

Source
Expand description

Contains matmul kernels

Modulesยง

layered
The layered matmul combines multiple component-based algorithm implementations with selection logic to pick the optimal kernel for a set of parameters.
naive
Naive non-cooperative matmul without tiling that can be very fast on small matrices. Naive matmul kernel implementation