MCPcopy Create free account
hub / github.com/KnowingNothing/MatmulTutorial / operator==

Method operator==

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

Source from the content-addressed store, hash-verified

22 }
23
24 HOST_DEVICE bool operator==(ArrivalToken const& other) const {
25 return barrier_status_ == other.get();
26 }
27
28 private:
29 BarrierStatus barrier_status_;

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected