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

Function test7

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

Source from the content-addressed store, hash-verified

140
141 @T.prim_func(check_well_formed=False)
142 def test7():
143 T.device_entry()
144 clx, cly, clz = T.cluster_id([3, 5, 12])
145 bx, by, bz = T.cta_id([8, 10, 12])
146 cbx, cby, cbz = T.cta_id_in_cluster([2, 2, 1])
147 T.evaluate(bx + by + bz)
148 T.evaluate(cbx + cby + cbz)
149 T.evaluate(clx + cly + clz)
150
151 # fmt: on
152
153 verify(test1)
154 verify(test2)

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…