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

Function partial_only_cta

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

Source from the content-addressed store, hash-verified

290 # fmt: off
291 @T.prim_func(check_well_formed=False)
292 def partial_only_cta():
293 T.device_entry()
294 bx = T.cta_id() # deferred kernel→cta, no closure source
295 tx = T.thread_id([128]) # explicit
296 T.evaluate(bx + tx)
297
298 @T.prim_func(check_well_formed=False)
299 def all_deferred():

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…