(self, *args, **kwds)
| 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" |
nothing calls this directly
no test coverage detected