For the complete documentation index, see llms.txt. Markdown versions of all pages are available by appending .md to any URL (e.g. /get-started.md).
Mojo package
structured_kernels
Shared library components for SM100 structured kernels.
Modules
-
config: SM100 matmul configuration types and utilities. -
epilogue_components: Low-level epilogue components for SM100 matrix multiplication. -
output_writer: TileWriter for SM100 matmul output pipeline. -
output_writer_trait: Output-writer trait surface for the SM100 structured matmul epilogue. -
tile_loader: TMA tile loader for SM100 matrix multiplication. -
tile_pipeline: Tile pipeline for SM100 producer-consumer synchronization. -
tile_scheduler: Tile scheduler for SM100 structured matmul kernels using Cluster Launch Control. -
tile_scheduler_splitk: Tile scheduler for split-K matmul kernels on SM100 structured hardware. -
tmem: Tensor Memory (TMEM) abstractions for SM100 Blackwell GPUs. -
warp_context: RAII warp context managers for SM100 matmul kernel.