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

Function case3

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

Source from the content-addressed store, hash-verified

286 case2()
287
288 def case3():
289 layout = TileLayout(S[(8, 8, 8, 4, 1, 1) : (512, 64, 8, 2, 1, 1)])
290 layout_expected = TileLayout(S[2048:2])
291 assert_structural_equal(layout_expected, layout.canonicalize())
292
293 case3()
294

Callers 8

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
mma_shared_layoutFunction · 0.90
ComposeLayoutClass · 0.90
SwizzleLayoutClass · 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…