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

Method launch

src/core/impl/graph/swap/swap_helper.cpp:31–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29
30template <typename Func, typename... Args>
31FutureThreadPool<void>::Future SwapCopyThreadPool::launch(Func&& func, Args&&... args) {
32 return m_pool.launch(std::forward<Func>(func), std::forward<Args>(args)...);
33}
34
35/* ===================== SwapVarRecorder ===================== */
36

Callers 6

TESTFunction · 0.45
invoke_searchMethod · 0.45
search_refineMethod · 0.45
search_actionMethod · 0.45
copy_host_to_bucketMethod · 0.45
copy_bucket_to_hostMethod · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36