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

Method __call__

python/tvm/backend/cuda/script.py:292–293  ·  view source on GitHub ↗
(self, *args, **kwds)

Source from the content-addressed store, hash-verified

290 self.cluster_count = _op_wrapper(_cuda_op.ptx_mbarrier_arrive_cluster_count)
291
292 def __call__(self, *args, **kwds):
293 return _op_wrapper(_cuda_op.ptx_mbarrier_arrive)(*args, **kwds)
294
295 # __call__ corresponds to ptx_mbarrier_arrive
296 __tir_call_op_name__ = "ptx_mbarrier_arrive"

Callers

nothing calls this directly

Calls 1

_op_wrapperFunction · 0.90

Tested by

no test coverage detected