MCPcopy Create free account
hub / github.com/KnowingNothing/MatmulTutorial / ArrivalToken

Method ArrivalToken

include/pipeline.h:14–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12class ArrivalToken {
13 public:
14 HOST_DEVICE ArrivalToken(BarrierStatus barrier_status)
15 : barrier_status_(barrier_status) {}
16
17 HOST_DEVICE ArrivalToken() = delete;
18

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected