The Bar instruction submodule.
| 362 | |
| 363 | |
| 364 | class BarNamespace: |
| 365 | """The Bar instruction submodule.""" |
| 366 | |
| 367 | def __init__(self): |
| 368 | self.arrive = _op_wrapper(_cuda_op.ptx_bar_arrive) |
| 369 | self.sync = _op_wrapper(_cuda_op.ptx_bar_sync) |
| 370 | |
| 371 | |
| 372 | class BarrierNamespace: |
no outgoing calls
no test coverage detected
searching dependent graphs…