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 (
OpDesc): The operation descriptor. - βtime_slot (
Int): Ordinal position within the phase (0-indexed). - βphase (
Phase): Phase this entry belongs to (PROLOGUE,KERNEL, orEPILOGUE). - βis_prefetch (
Bool): Whether this op is only emitted when a next iteration exists (conditional onk < K - 2*BK).
Implemented traitsβ
AnyType,
Copyable,
ImplicitlyCopyable,
ImplicitlyDeletable,
Movable
Methodsβ
__init__β
def __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!