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

Method __call__

cutlass.py/swizzle.py:26–27  ·  view source on GitHub ↗
(self, offset)

Source from the content-addressed store, hash-verified

24 return offset ^ ((offset & self.yyy_msk) << -self.msk_sft)
25
26 def __call__(self, offset):
27 return self.apply(offset)
28
29
30def test_swizzle():

Callers

nothing calls this directly

Calls 1

applyMethod · 0.95

Tested by

no test coverage detected