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

Function case_no_norm

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

Source from the content-addressed store, hash-verified

349 case11()
350
351 def case_no_norm():
352 layout_normalized = TileLayout(S[(8, 8, 8, 4, 2) : (16, 4 @ laneid, 2, 1 @ laneid, 1)])
353 assert_structural_equal(layout_normalized, layout_normalized.canonicalize())
354
355 case_no_norm()
356

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…