提交 89731b9d authored 作者: Razvan Pascanu's avatar Razvan Pascanu

Fixed bug in the OpWiseCLinker, which was not telling make_thunk that it

wanted to use the C version of the code, causing the dual_linker test to fail.
上级 4aab9edc
......@@ -1215,7 +1215,7 @@ class OpWiseCLinker(link.LocalLinker):
for node in order:
# Maker sure we use the C version of the code whenever
# possible
node._op_use_c_code = True
node.op._op_use_c_code = True
thunks += [node.op.make_thunk(node,
storage_map,
compute_map,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论