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

Function MGB_CATCH

src/core/impl/system.cpp:594–604  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

592 MGB_CATCH_ALL_EXCEPTION("kill worker in ~TimedFuncInvokerImpl", pexc);
593 }
594 MGB_CATCH(..., {});
595 clear_sock_fd();
596 }
597};
598
599} // anonymous namespace
600
601TimedFuncInvoker& TimedFuncInvoker::ins() {
602 static TimedFuncInvokerImpl impl;
603 return impl;
604}
605
606std::unique_ptr<TimedFuncInvoker, TimedFuncInvoker::Del> TimedFuncInvoker::
607 make_test_ins() {

Callers 14

get_cuda_streamFunction · 0.70
init_cuda_asyncMethod · 0.70
init_rocm_asyncMethod · 0.70
comp_node_env.cppFile · 0.70
utils.cppFile · 0.50
main.cppFile · 0.50
TESTFunction · 0.50
on_graph_endpoint_varMethod · 0.50
applyMethod · 0.50

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.40