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

Function get_layout5

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

Source from the content-addressed store, hash-verified

142 return T.SwizzleLayout(per_element=3, swizzle_len=3, atom_len=3)
143
144 def get_layout5():
145 return T.ComposeLayout(
146 T.SwizzleLayout(per_element=3, swizzle_len=3, atom_len=3),
147 T.TileLayout(T.S[(64, 64, 4) : (64, 1, 64 * 64)]),
148 )
149
150 # fmt: off
151 @T.prim_func

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…