提交 c55fda9a 编写于 作者: M Megvii Engine Team

fix(fastrun): don't kill profiling worker

GitOrigin-RevId: 99a0f11a5ae59635f55f8b6229e2abb22b625998
上级 2775f458
......@@ -401,9 +401,6 @@ bool VarNodeMemManager::update_static_alloc_plan() {
// repeat allocating until plan_chunk_allocation() returns false
for (;;) {
// kill profiling worker since shape is known
sys::TimedFuncInvoker::ins().kill_worker();
for (auto opr : *m_opr_seq) {
for (auto&& var : opr->output()) {
if (auto trait = get_var_node_mem_trait_nullable(var)) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册