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

Function test_tile_to

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

Source from the content-addressed store, hash-verified

1373
1374
1375def test_tile_to():
1376 def case1():
1377 layout = TileLayout(S[(8, 8) : (8, 1)])
1378 tiled = layout.tile_to([64, 64], [8, 8])
1379 tiled_expected = layout.tile(layout, [8, 8], [8, 8])
1380 assert_structural_equal(tiled, tiled_expected)
1381
1382 case1()
1383
1384
1385def test_mma_shared_layout():

Callers

nothing calls this directly

Calls 1

case1Function · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…