Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ solve
Method
solve
src/gopt/impl/global_layout_transform/profiling_based_solver.cpp:54–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
}
53
54
ProfilingBasedSolver::Solution ProfilingBasedSolver::solve(
55
const Problem& problem) const {
56
if (!m_problem_filter(problem))
57
return Solution{};
58
return do_solve(problem);
59
}
60
61
// vim: syntax=cpp.doxygen
Callers
4
TEST_P
Function · 0.45
TEST
Function · 0.45
run_static_mem_alloc_on_comp_node
Method · 0.45
apply
Method · 0.45
Calls
no outgoing calls
Tested by
2
TEST_P
Function · 0.36
TEST
Function · 0.36