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

Class Tcgen05WaitNamespace

python/tvm/backend/cuda/script.py:356–361  ·  view source on GitHub ↗

The Tcgen05 Wait instruction submodule.

Source from the content-addressed store, hash-verified

354
355
356class Tcgen05WaitNamespace:
357 """The Tcgen05 Wait instruction submodule."""
358
359 def __init__(self):
360 self.ld = _op_wrapper(_cuda_op.ptx_tcgen05_wait_ld)
361 self.st = _op_wrapper(_cuda_op.ptx_tcgen05_wait_st)
362
363
364class BarNamespace:

Callers 1

__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…