Barrier arrive on local smem
| 51 | |
| 52 | // Barrier arrive on local smem |
| 53 | DEVICE void arrive() const { ClusterBarrier::arrive(&this->barrier_); } |
| 54 | |
| 55 | // Remote SMEM arrive with a perdicate (usually done to pick the thread doing |
| 56 | // the arrive) |
no test coverage detected