Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KnowingNothing/MatmulTutorial
/ wait
Method
wait
include/barrier.h:48–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
}
47
48
DEVICE void wait(uint32_t phase) const {
49
ClusterBarrier::wait(&this->barrier_, phase);
50
}
51
52
// Barrier arrive on local smem
53
DEVICE void arrive() const { ClusterBarrier::arrive(&this->barrier_); }
Callers
3
producer_acquire
Function · 0.45
consumer_wait
Function · 0.45
wait
Method · 0.45
Calls
1
cast_smem_ptr_to_uint
Function · 0.85
Tested by
no test coverage detected