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(SIMD(3))

NONE

comptime NONE = MatmulSchedule(SIMD(0))

TILE1D

comptime TILE1D = MatmulSchedule(SIMD(1))

TILE2D

comptime TILE2D = MatmulSchedule(SIMD(2))

Methods

__eq__

__eq__(self, other: Self) -> Bool

Returns:

Bool

__ne__

__ne__(self, other: Self) -> Bool

Returns:

Bool

Was this page helpful?