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

Function test_tile_layout_4

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

Source from the content-addressed store, hash-verified

1135 test_tile_layout_3()
1136
1137 def test_tile_layout_4():
1138 layout = TileLayout(S[(8, 8) : (8, 1)])
1139 v = tvm.tirx.Var("v", dtype="int32")
1140 res = layout.apply(v)
1141 assert res["m"] == v
1142
1143 test_tile_layout_4()
1144

Callers 1

test_applyFunction · 0.85

Calls 2

TileLayoutClass · 0.90
applyMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…