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
SchedulingStrategy
struct SchedulingStrategy
Scheduling strategy for pipeline op ordering.
IDENTITY: Declaration order (no scheduling). GREEDY: Greedy greedy_schedule() heuristic. CSP: Backtracking CSP solver (provably optimal).
Implemented traitsβ
AnyType,
Copyable,
Equatable,
ImplicitlyCopyable,
ImplicitlyDestructible,
Movable
comptime membersβ
CSPβ
comptime CSP = SchedulingStrategy(2)
GREEDYβ
comptime GREEDY = SchedulingStrategy(1)
IDENTITYβ
comptime IDENTITY = SchedulingStrategy(0)
Methodsβ
__eq__β
__eq__(self, other: Self) -> Bool
Returns:
Bool
__ne__β
__ne__(self, other: Self) -> Bool
Returns:
Bool
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!