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

Method invoke_search

src/core/impl/graph/seq_sublinear_memory.cpp:593–597  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

591}
592
593void SeqModifierForSublinearMemory::ActionSearcherSingleCN::invoke_search(
594 size_t thresh) {
595 m_futures.emplace_back(m_par_modifier->m_planner_thread_pool.launch(
596 &ActionSearcherSingleCN::do_search_update_thresh, this, thresh));
597}
598
599void SeqModifierForSublinearMemory::ActionSearcherSingleCN::invoke_search(
600 SplitPointSet&& split_point_set) {

Callers

nothing calls this directly

Calls 2

emplace_backMethod · 0.80
launchMethod · 0.45

Tested by

no test coverage detected