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

Function all_deferred

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

Source from the content-addressed store, hash-verified

297
298 @T.prim_func(check_well_formed=False)
299 def all_deferred():
300 T.device_entry()
301 bx = T.cta_id()
302 wg = T.warpgroup_id()
303 warp = T.warp_id_in_wg()
304 lane = T.lane_id()
305 T.evaluate(bx + wg + warp + lane)
306
307 @T.prim_func(check_well_formed=False)
308 def mixed():

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…