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

Method __init__

python/tvm/backend/cuda/script.py:288–290  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

286 """The Mbarrier Arrive instruction submodule."""
287
288 def __init__(self):
289 self.expect_tx = _op_wrapper(_cuda_op.ptx_mbarrier_arrive_expect_tx)
290 self.cluster_count = _op_wrapper(_cuda_op.ptx_mbarrier_arrive_cluster_count)
291
292 def __call__(self, *args, **kwds):
293 return _op_wrapper(_cuda_op.ptx_mbarrier_arrive)(*args, **kwds)

Callers

nothing calls this directly

Calls 1

_op_wrapperFunction · 0.90

Tested by

no test coverage detected