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

Method __init__

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

Source from the content-addressed store, hash-verified

267 """The WGMMA MMAAsync instruction submodule."""
268
269 def __init__(self):
270 self.ss = _op_wrapper(_cuda_op.ptx_wgmma_mma_async_ss)
271 self.rs = _op_wrapper(_cuda_op.ptx_wgmma_mma_async_rs)
272
273
274class MbarrierNamespace:

Callers

nothing calls this directly

Calls 1

_op_wrapperFunction · 0.90

Tested by

no test coverage detected