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

Class BarrierNamespace

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

The Barrier instruction submodule.

Source from the content-addressed store, hash-verified

370
371
372class BarrierNamespace:
373 """The Barrier instruction submodule."""
374
375 def __init__(self):
376 self.cluster = BarrierClusterNamespace()
377
378
379class BarrierClusterNamespace:

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…