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(__init__[__mlir_type.!pop.int_literal](2))

NONE

alias NONE = MatmulSchedule(__init__[__mlir_type.!pop.int_literal](-1))

TILE1D

alias TILE1D = MatmulSchedule(__init__[__mlir_type.!pop.int_literal](0))

TILE2D

alias TILE2D = MatmulSchedule(__init__[__mlir_type.!pop.int_literal](1))

Methods

__eq__

__eq__(self, other: Self) -> Bool

__ne__

__ne__(self, other: Self) -> Bool

Was this page helpful?