Mojo struct
DefaultMatmulOps
struct DefaultMatmulOps
Op tags for the default single-buffer matmul kernel.
Kernel-specific data ops in the 0-127 range; framework infrastructure ops inherited from ScheduleOps at 128+.
Fieldsβ
- βvalue (
Int):
Implemented traitsβ
AnyType,
Equatable,
ImplicitlyDestructible,
ScheduleOps
comptime membersβ
BARRIERβ
comptime BARRIER = DefaultMatmulOps(128)
COMPUTEβ
comptime COMPUTE = DefaultMatmulOps(3)
LOAD_DRAMβ
comptime LOAD_DRAM = DefaultMatmulOps(0)
LOAD_FRAGβ
comptime LOAD_FRAG = DefaultMatmulOps(2)
NONEβ
comptime NONE = DefaultMatmulOps(255)
SCHED_GROUP_BARRIERβ
comptime SCHED_GROUP_BARRIER = DefaultMatmulOps(133)
SCHEDULE_BARRIERβ
comptime SCHEDULE_BARRIER = DefaultMatmulOps(132)
SET_PRIOβ
comptime SET_PRIO = DefaultMatmulOps(131)
STORE_SMEMβ
comptime STORE_SMEM = DefaultMatmulOps(1)
WAIT_LGKMβ
comptime WAIT_LGKM = DefaultMatmulOps(130)
WAIT_VMβ
comptime WAIT_VM = DefaultMatmulOps(129)
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!