提交 0a4d242e authored 作者: Frederic's avatar Frederic

Use logger, pep8

上级 c4cee100
......@@ -1754,7 +1754,9 @@ class _Linker(gof.link.LocalLinker):
thunks_py.append(None)
if not self.maker.mode.check_c_code and thunks_py[-1] is None:
print("Op %s don't have a perform, forcing check of the c code" % node.op)
_logger.warn(
"Op %s don't have a perform, forcing check of the c code" %
node.op)
thunk = node.op.make_c_thunk(node, storage_map, compute_map,
no_recycling)
thunks_c[-1] = thunk
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论