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

Function get_shard_offset_multi

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

Source from the content-addressed store, hash-verified

183 return T.TileLayout(T.S[8 : 4 @ laneid] + 1 @ laneid)
184
185 def get_shard_offset_multi():
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)

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…