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

Method execute

imperative/src/impl/transformations/trace.cpp:850–857  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

848}
849
850void CompiledTransformation::execute() {
851 mgb_assert(m_executable != nullptr);
852 {
853 MGB_LOCK_GUARD(m_mutex);
854 m_graph_status = 1;
855 }
856 m_cv.notify_all();
857}
858
859void CompiledTransformation::wait() {
860 try {

Callers 5

runMethod · 0.45
TESTFunction · 0.45
on_unregisterMethod · 0.45
start_workerMethod · 0.45

Calls

no outgoing calls

Tested by 2

runMethod · 0.36
TESTFunction · 0.36