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

Method create_event

src/core/impl/comp_node/rocm/comp_node.cpp:523–525  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

521};
522
523std::unique_ptr<CompNode::Event> ROCmCompNodeImpl::create_event(size_t flags) {
524 return std::make_unique<EventImpl>(this, flags);
525}
526
527void ROCmCompNode::EventImpl::do_device_wait_by(Impl* cn_impl) {
528 if (cn_impl->dyn_typeinfo() == ROCmCompNodeImpl::typeinfo()) {

Callers 15

init_graph_rtFunction · 0.45
CompNodeTrackerMethod · 0.45
ensure_start_timeMethod · 0.45
record_eventMethod · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
allocMethod · 0.45
on_first_execMethod · 0.45
prepare_for_execMethod · 0.45
initMethod · 0.45

Calls

no outgoing calls

Tested by 4

TESTFunction · 0.36
TESTFunction · 0.36
ReformatProfilerMethod · 0.36