MCPcopy Index your code
hub / github.com/apache/tvm / case2

Function case2

tests/python/tirx/test_layout.py:281–284  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

279 case1()
280
281 def case2():
282 layout = TileLayout(S[(8, 8, 1, 8, 4, 2) : (512, 64, 160, 8, 2, 1)])
283 layout_expected = TileLayout(S[4096:1])
284 assert_structural_equal(layout_expected, layout.canonicalize())
285
286 case2()
287

Callers 9

test_tile_layoutFunction · 0.85
test_mma_shared_layoutFunction · 0.85
test_storageFunction · 0.85
test_unpackFunction · 0.85
test_packFunction · 0.85
test_sliceFunction · 0.85

Calls 14

TileLayoutClass · 0.90
assert_structural_equalFunction · 0.90
SwizzleLayoutClass · 0.90
ComposeLayoutClass · 0.90
mma_shared_layoutFunction · 0.90
canonicalizeMethod · 0.80
is_tile_innerMethod · 0.80
is_tile_outerMethod · 0.80
storageMethod · 0.80
unpackMethod · 0.80
packMethod · 0.80
verify_sliceFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…