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 struct
LoopCarriedSpec
struct LoopCarriedSpec
Which ops are loop-carried (loaded at end of iter, consumed at start).
For single-buffer pipelines, fragment[0] is typically loop-carried: it's loaded at the end of iteration N and consumed by compute[0] at the start of iteration N+1.
Fieldsβ
- βrole (
OpRole): - βselector (
Int):
Implemented traitsβ
AnyType,
Copyable,
ImplicitlyCopyable,
ImplicitlyDestructible,
Movable
Methodsβ
fragment_zeroβ
static fragment_zero() -> Self
Fragment[0] is loop-carried (default matmul pattern).
noneβ
static none() -> Self
No loop-carried ops (double-buffered pipelines).
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!