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

Function func

tests/python/tirx/codegen/test_codegen_hopper.py:66–71  ·  view source on GitHub ↗
(A: T.Buffer(1))

Source from the content-addressed store, hash-verified

64 # fmt: off
65 @T.prim_func
66 def func(A: T.Buffer(1)):
67 T.device_entry()
68 cta_id = T.cta_id([1])
69 tid = T.thread_id([128])
70 T.ptx.setmaxnreg(inc, 32)
71 # fmt: on
72
73 src, mod = _get_source(func)
74 assert "setmaxnreg" in src

Callers

nothing calls this directly

Calls 4

cta_idMethod · 0.80
ptr_toMethod · 0.45
arriveMethod · 0.45
syncMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…