提交 d5367ee7 authored 作者: Razvan Pascanu's avatar Razvan Pascanu

Bug that caused the code always to be compiled in FAST_RUN even if

FAST_COMPILE was specified.
上级 d76d1120
...@@ -401,7 +401,7 @@ class PerformLinker(LocalLinker): ...@@ -401,7 +401,7 @@ class PerformLinker(LocalLinker):
for node in order: for node in order:
# Maker sure we don't use C version of the code, but rather only # Maker sure we don't use C version of the code, but rather only
# the python version # the python version
node._op_use_c_code = False node.op._op_use_c_code = False
thunks += [node.op.make_thunk(node, thunks += [node.op.make_thunk(node,
storage_map, storage_map,
compute_map, compute_map,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论