未验证 提交 5f8394bf 编写于 作者: A Artem Kopytin 提交者: GitHub

acl_executor.cc fixed bug: scratch_mem invalid memory released condition (#1403)

Co-authored-by: NArtem Kopytin <a.kopytin@antisleep.ru>
上级 b70a26cc
......@@ -603,7 +603,7 @@ int CLGraph::run(struct subgraph *subgraph)
}
}
if(!scratch_mem)
if(scratch_mem)
sys_free(scratch_mem);
int size = functions_map_.size();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册