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

Method get

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

Source from the content-addressed store, hash-verified

17 HOST_DEVICE ArrivalToken() = delete;
18
19 HOST_DEVICE BarrierStatus get() const {
20 return barrier_status_;
21 ;
22 }
23
24 HOST_DEVICE bool operator==(ArrivalToken const& other) const {
25 return barrier_status_ == other.get();

Callers 4

bench_kinetoFunction · 0.45
test_this_perf.pyFile · 0.45
test.pyFile · 0.45
operator==Method · 0.45

Calls

no outgoing calls

Tested by 1

bench_kinetoFunction · 0.36