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 function

single_buffer_edge_rules

single_buffer_edge_rules(config: PipelineConfig) -> List[EdgeRule]

8 rules encoding single-buffer structural dependencies.

Rule 1: frag β†’ compute (same subtile, non-lc, first match only) Rule 2: sync[0] β†’ store Rule 3: store β†’ sync[1] Rule 4: sync[1] β†’ lc_frag Rule 5: frag β†’ sync[0] (ANTI, non-lc frags) Rule 6: lc_frag β†’ lc_comp (d=1) Rule 7: load β†’ store (d=1) Rule 8: lc_frag β†’ store (ANTI, d=1)

Returns:

List[EdgeRule]