Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
10
enum class BarrierStatus : uint32_t { WaitAgain = 0u, WaitDone = 1u };
11
12
class ArrivalToken {
13
public:
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected