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

Class CpAsyncMbarrierNamespace

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

The CpAsyncMbarrier instruction submodule.

Source from the content-addressed store, hash-verified

245
246
247class CpAsyncMbarrierNamespace:
248 """The CpAsyncMbarrier instruction submodule."""
249
250 def __init__(self):
251 self.arrive = _op_wrapper(_cuda_op.ptx_cp_async_mbarrier_arrive)
252
253
254class WgmmaNamespace:

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…