Skip to main content

Mojo struct

MatmulSchedule

@register_passable(trivial) struct MatmulSchedule

Implemented traits

AnyType, Copyable, Movable, UnknownDestructibility

Aliases

DS_SCHEDULER

alias DS_SCHEDULER = MatmulSchedule(2)

NONE

alias NONE = MatmulSchedule(-1)

TILE1D

alias TILE1D = MatmulSchedule(0)

TILE2D

alias TILE2D = MatmulSchedule(1)

Methods

__eq__

__eq__(self, other: Self) -> Bool

__ne__

__ne__(self, other: Self) -> Bool

Was this page helpful?