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

Class Tcgen05FenceNamespace

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

The Tcgen05 Fence instruction submodule.

Source from the content-addressed store, hash-verified

319
320
321class Tcgen05FenceNamespace:
322 """The Tcgen05 Fence instruction submodule."""
323
324 def __init__(self):
325 self.before_thread_sync = _op_wrapper(_cuda_op.ptx_tcgen05_fence_before_thread_sync)
326 self.after_thread_sync = _op_wrapper(_cuda_op.ptx_tcgen05_fence_after_thread_sync)
327
328
329class Tcgen05MmaNamespace:

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…