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 module
config
Pipeline configuration structs: LoopCarriedSpec, BlockSizing, FragOrder, SchedulingStrategy, ScheduleConfig, WarpStaggerRule, PipelineConfig, and TargetProfile.
Structs
-
BlockSizing: Target op count per MMA block for latency hiding. -
FragOrder: Fragment load ordering within an MMA block. -
LoopCarriedSpec: Which ops are loop-carried (loaded at end of iter, consumed at start). -
PipelineConfig: Declarative pipeline strategy. -
ScheduleConfig: Tunable parameters for schedule generation. -
SchedulingStrategy: Scheduling strategy for pipeline op ordering. -
TargetProfile: Unified hardware target description. -
WarpStaggerRule: Declarative warp stagger configuration.