MCPcopy Create free account
hub / github.com/KnowingNothing/MatmulTutorial / swizzle.py

File swizzle.py

cutlass.py/swizzle.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1class Swizzle:
2 def __init__(self, num_bits: int, num_base: int, num_shft: int):
3 self.num_bits = num_bits
4 self.num_base = num_base

Callers

nothing calls this directly

Calls 1

test_swizzleFunction · 0.85

Tested by

no test coverage detected