For the complete documentation index, see llms.txt. Markdown versions of all pages are available by appending .md to any URL (e.g. /max/get-started.md).
Mojo function
mma_block_interleave_list
mma_block_interleave_list(logical: List[OpDesc], config: PipelineConfig) -> List[OpDesc]
List-based MMA block interleave (equivalent to mma_block_interleave).
Distributes ops across MMA blocks for latency hiding. Fragment loads are placed just before their first consumer MMA; global loads fill remaining slots. Output order matches the Pipe[N] version exactly.
Returns:
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!