提交 bdadee94 authored 作者: Frederic Bastien's avatar Frederic Bastien

Fix crash, some ops don't use the same name for the parameter

上级 12886abb
...@@ -1080,7 +1080,7 @@ class VM_Linker(link.LocalLinker): ...@@ -1080,7 +1080,7 @@ class VM_Linker(link.LocalLinker):
thunks.append(node.op.make_thunk(node, thunks.append(node.op.make_thunk(node,
storage_map, storage_map,
compute_map, compute_map,
no_recycling=[], [],
impl=impl)) impl=impl))
linker_make_thunk_time[node] = time.time() - thunk_start linker_make_thunk_time[node] = time.time() - thunk_start
if not hasattr(thunks[-1], 'lazy'): if not hasattr(thunks[-1], 'lazy'):
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论