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

Class BarNamespace

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

The Bar instruction submodule.

Source from the content-addressed store, hash-verified

362
363
364class BarNamespace:
365 """The Bar instruction submodule."""
366
367 def __init__(self):
368 self.arrive = _op_wrapper(_cuda_op.ptx_bar_arrive)
369 self.sync = _op_wrapper(_cuda_op.ptx_bar_sync)
370
371
372class BarrierNamespace:

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…