MCPcopy Create free account
hub / github.com/apache/tvm / get_full

Function get_full

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

Source from the content-addressed store, hash-verified

186 return T.TileLayout(T.S[8 : 4 @ laneid] + 1 @ laneid + 2 @ warpid + 64)
187
188 def get_full():
189 return T.TileLayout(T.S[(1,) : (1,)] + T.R[(8, 4) : (4 @ laneid, 1 @ laneid)] + 2 @ warpid)
190
191 # fmt: off
192 @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…