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

Function case8

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

Source from the content-addressed store, hash-verified

321 case7()
322
323 def case8():
324 layout = TileLayout(S[(8, 2, 4, 2, 3, 6) : (2, 1, 4, 24, 6, 1)])
325 layout_expected = TileLayout(S[(16, 4, 2, 18) : (1, 4, 24, 1)])
326 assert_structural_equal(layout_expected, layout.canonicalize())
327
328 case8()
329

Callers 1

Calls 3

TileLayoutClass · 0.90
assert_structural_equalFunction · 0.90
canonicalizeMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…