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

Function get_shard_replica

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

Source from the content-addressed store, hash-verified

177 of overwriting (see `_merge_offset` in `tvm.tirx.layout`)."""
178
179 def get_shard_replica():
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)

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…