Skip to main content

Mojo struct

MatmulSchedule

struct MatmulSchedule

Implemented traits​

AnyType, Copyable, ImplicitlyCopyable, ImplicitlyDestructible, Movable, RegisterPassable, TrivialRegisterPassable

comptime members​

DS_SCHEDULER​

comptime DS_SCHEDULER = MatmulSchedule(Int32(3))

NONE​

comptime NONE = MatmulSchedule(Int32(0))

TILE1D​

comptime TILE1D = MatmulSchedule(Int32(1))

TILE2D​

comptime TILE2D = MatmulSchedule(Int32(2))

Methods​

__eq__​

__eq__(self, other: Self) -> Bool

Returns:

Bool

__ne__​

__ne__(self, other: Self) -> Bool

Returns:

Bool