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

Function test6

tests/python/tirx/test_verifier.py:132–139  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

130
131 @T.prim_func(check_well_formed=False)
132 def test6():
133 T.device_entry()
134 clx, cly, clz = T.cluster_id([4, 5, 12])
135 bx, by, bz = T.cta_id([8, 10, 12])
136 cbx, cby, cbz = T.cta_id_in_cluster([2, 2, 1])
137 T.evaluate(bx + by + bz)
138 T.evaluate(cbx + cby + cbz)
139 T.evaluate(clx + cly + clz)
140
141 @T.prim_func(check_well_formed=False)
142 def test7():

Callers

nothing calls this directly

Calls 2

cta_idMethod · 0.80
evaluateMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…