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

Method __init__

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

Source from the content-addressed store, hash-verified

275 """The Mbarrier instruction submodule."""
276
277 def __init__(self):
278 self.init = _op_wrapper(_cuda_op.ptx_mbarrier_init)
279 self.try_wait = _op_wrapper(_cuda_op.ptx_mbarrier_try_wait)
280 self.try_wait_once = _op_wrapper(_cuda_op.ptx_mbarrier_try_wait_once)
281 self.try_wait_acquire_cluster = _op_wrapper(_cuda_op.ptx_mbarrier_try_wait_acquire_cluster)
282 self.arrive = MbarrierArriveNamespace()
283
284
285class MbarrierArriveNamespace:

Callers

nothing calls this directly

Calls 2

_op_wrapperFunction · 0.90

Tested by

no test coverage detected