IMPORTANT: To view this page as Markdown, append `.md` to the URL (e.g. /max/get-started.md). For the complete documentation index, see llms.txt.
Skip to main content
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 module

program_builder

Program builder: constructs PipelineProgram from a loop body.

Contains:

  • _construct_mma_blocks, _redistribute_globals
  • build_double_buffer_program
  • derive_waits_from_blocks, derive_safe_max_globals, derive_drain_mask
  • dump_program_blocks
  • verify* functions, verify_schedule
  • build_kernel_program
  • default_kernel_deps_double_buffer
  • single_buffer_reorder, optimize_within_barriers
  • mma_block_interleave, mma_block_interleave_list, double_buffer_reorder

Functions​