MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / device_wait_event

Method device_wait_event

src/core/include/megbrain/comp_node.h:794–796  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

792};
793
794void CompNode::device_wait_event(Event& event) const {
795 event.device_wait_by(*this);
796}
797
798template <>
799struct HashTrait<CompNode> {

Callers 10

TESTFunction · 0.80
TESTFunction · 0.80
TESTFunction · 0.80
executeMethod · 0.80
copy_bucket_to_hostMethod · 0.80
executeMethod · 0.80
copy_host_to_bucketMethod · 0.80
copy_bucket_to_hostMethod · 0.80
pop_valueMethod · 0.80

Calls 1

device_wait_byMethod · 0.80

Tested by 4

TESTFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64