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__
__ne__
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!