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

Enum BarrierStatus

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

Source from the content-addressed store, hash-verified

8#include "barrier.h"
9
10enum class BarrierStatus : uint32_t { WaitAgain = 0u, WaitDone = 1u };
11
12class ArrivalToken {
13 public:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected