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

Class Dim3

util/simulator/kernel.py:117–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115
116@dataclass
117class Dim3:
118 x: int
119 y: int
120 z: int
121
122
123class GridDim(Dim3):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected