For the complete documentation index, see llms.txt. Markdown versions of all pages are available by appending .md to any URL (e.g. /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,
Deinitable,
ImplicitlyCopyable,
Movable
Methods
fragment_zero
static def fragment_zero() -> Self
Fragment[0] is loop-carried (default matmul pattern).
none
static def none() -> Self
No loop-carried ops (double-buffered pipelines).