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

perf(mge): always async dispatch in jit.trace

GitOrigin-RevId: 6fa80b0dd9e545cc1789de02138456b1cfa8d74c
上级 36a4fb56
......@@ -368,6 +368,7 @@ class trace:
def _compile(self):
graph = self._graph = G.Graph()
graph.options.no_force_inplace = True
graph.options.async_exec_level = 0b100
self._apply_graph_options(graph)
# graph.options.graph_opt_level = 0
need_reset_nodes = self._need_reset_nodes = []
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册