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

Method forward

cutlass.py/mapping.py:7–8  ·  view source on GitHub ↗
(self, *args)

Source from the content-addressed store, hash-verified

5
6class Function:
7 def forward(self, *args):
8 raise NotImplementedError()
9
10 def backward(self, *args):
11 raise NotImplementedError()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected