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

phase_derivation

Phase derivation: recipes, default prologue/kernel/epilogue, and edge rules.

Contains:

  • PhaseAction, PhaseStep: declarative recipe primitives
  • apply_phase_recipe: recipe evaluator
  • single_buffer_prologue_recipe, single_buffer_epilogue_recipe
  • pipe_to_list, default_prologue, default_kernel, default_epilogue
  • _strip_drain_fuse_blocks, _expand_epilogue_blocks
  • derive_epilogue_from_program
  • double_buffer_edge_rules, single_buffer_edge_rules, apply_edge_rules
  • derive_edges_from_ops
  • default_warp_stagger, default_warp_stagger_double_buffer
  • derive_prologue_from_program

Structs​

Functions​