MCPcopy Create free account
hub / github.com/KnowingNothing/MatmulTutorial / MMA_OP

Class MMA_OP

cutlass.py/mma.py:38–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36
37@dataclass
38class MMA_OP:
39 M_tile: int = 0
40 N_tile: int = 0
41 K_tile: int = 0
42 A_dtype: FloatingType = float_t()
43 B_dtype: FloatingType = float_t()
44 Accum_dtype: FloatingType = float_t()
45 A_transpose: bool = False
46 B_transpose: bool = False
47 A_scale: int = 1
48 B_scale: int = 1
49
50
51class UniversalFMA(MMA_OP):

Callers

nothing calls this directly

Calls 1

float_tFunction · 0.90

Tested by

no test coverage detected