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

Function get_shard_offset_single

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

Source from the content-addressed store, hash-verified

180 return T.TileLayout(T.S[8 : 4 @ laneid] + T.R[4 : 1 @ laneid])
181
182 def get_shard_offset_single():
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)

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…