Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
794
void CompNode::device_wait_event(Event& event) const {
795
event.device_wait_by(*this);
796
}
797
798
template <>
799
struct HashTrait<CompNode> {
Callers
10
TEST
Function · 0.80
TEST
Function · 0.80
test_peer_copy_from_device
Function · 0.80
TEST
Function · 0.80
execute
Method · 0.80
copy_bucket_to_host
Method · 0.80
execute
Method · 0.80
copy_host_to_bucket
Method · 0.80
copy_bucket_to_host
Method · 0.80
pop_value
Method · 0.80
Calls
1
device_wait_by
Method · 0.80
Tested by
4
TEST
Function · 0.64
TEST
Function · 0.64
test_peer_copy_from_device
Function · 0.64
TEST
Function · 0.64