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
ScheduleEntry
struct ScheduleEntry
An operation placed at a specific position in the schedule.
Fields:
op: The operation descriptor.
time_slot: Ordinal position within the phase (0-indexed).
phase: Which phase this entry belongs to (PROLOGUE, KERNEL, EPILOGUE).
is_prefetch: If True, this op is only emitted when there is a next
iteration (i.e., conditional on k < K - 2*BK).
Fieldsβ
- βop (
OpDesc): - βtime_slot (
Int): - βphase (
Phase): - βis_prefetch (
Bool):
Implemented traitsβ
AnyType,
Copyable,
ImplicitlyCopyable,
ImplicitlyDestructible,
Movable
Methodsβ
__init__β
__init__(out self, *, op: OpDesc, time_slot: Int, phase: Phase, is_prefetch: Bool)
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!