Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KnowingNothing/MatmulTutorial
/ __call__
Method
__call__
cutlass.py/fast_math.py:41–42 ·
view source on GitHub ↗
(self, x)
Source
from the content-addressed store, hash-verified
39
return
(x // self.divisor, x % self.divisor)
40
41
def
__call__(self, x):
42
return
self.divmod(x)
Callers
nothing calls this directly
Calls
1
divmod
Method · 0.95
Tested by
no test coverage detected