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

Class GmmaDescriptor

cutlass.py/mma.py:14–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12
13@dataclass
14class GmmaDescriptor:
15 start_address_14_bits: int = 0
16 # 2 bits not used
17 leading_byte_offset_14_bits: int = 0
18 # 2 bits not used
19 stride_byte_offset_14_bits: int = 0
20 # 2 bits not used
21 # 1 bit not used
22 base_offset_3_bits: int = 0
23 # 4 bits not used
24 # 6 bits not used
25 layout_type_2_bits: int = 0
26
27
28class GmmaDescriptorIterator:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected