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

Method compile

src/core/impl/graph/cg_impl.cpp:450–453  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

448}
449
450std::unique_ptr<AsyncExecutable> ComputingGraphImpl::compile(
451 const OutputSpec& out_spec) {
452 return compile_commit(compile_prepare(out_spec));
453}
454
455SmallVector<std::unique_ptr<AsyncExecutable>> ComputingGraphImpl::compile_multi_part(
456 const SmallVector<OutputSpec>& out_specs) {

Callers 15

TESTFunction · 0.45
run_comp_seq_rec_basicFunction · 0.45
run_level2Function · 0.45
run<level2_exec_check>Function · 0.45
run<sync_from_func>Function · 0.45
run<cb_non_contig>Function · 0.45
run<multi_recorder_run>Function · 0.45
test_gather_otherFunction · 0.45

Calls

no outgoing calls

Tested by 15

TESTFunction · 0.36
run_comp_seq_rec_basicFunction · 0.36
run_level2Function · 0.36
run<level2_exec_check>Function · 0.36
run<sync_from_func>Function · 0.36
run<cb_non_contig>Function · 0.36
run<multi_recorder_run>Function · 0.36
test_gather_otherFunction · 0.36