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

Function get_layout2

tests/python/tirx/test_parser_printer.py:135–136  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

133 return T.TileLayout(T.S[(8, 8, 8, 4, 2) : (6, 4 @ laneid, 2, 1 @ laneid, 1)])
134
135 def get_layout2():
136 return T.TileLayout(T.S[(8, 8, 8, 4, 2) : (64, 4 @ laneid, 8, 2, 1)])
137
138 def get_layout3():
139 return T.TileLayout(T.S[(8, 16, 8, 16) : (1024, 16, 128, 1)])

Callers 1

testFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…