Skip to main content
Log in

Mojo struct

MatmulSchedule

@register_passable(trivial) struct MatmulSchedule

Implemented traits

AnyType, Copyable, ExplicitlyCopyable, Movable, UnknownDestructibility

Aliases

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