提交 59f42d11 authored 作者: Frederic Bastien's avatar Frederic Bastien

flake8

上级 052588b9
...@@ -1229,14 +1229,14 @@ class CLinker(link.Linker): ...@@ -1229,14 +1229,14 @@ class CLinker(link.Linker):
The signature has the following form: The signature has the following form:
{{{ {{{
'CLinker.cmodule_key', compilation args, libraries, 'CLinker.cmodule_key', compilation args, libraries,
header_dirs, numpy ABI version, config md5, header_dirs, numpy ABI version, config hash,
(op0, input_signature0, output_signature0), (op0, input_signature0, output_signature0),
(op1, input_signature1, output_signature1), (op1, input_signature1, output_signature1),
... ...
(opK, input_signatureK, output_signatureK), (opK, input_signatureK, output_signatureK),
}}} }}}
Note that config md5 uses sha256, and not md5. Function names will Note that config hash now uses sha256, and not md5. Function names will
updated in a future release to reflect the use of hashlib.sha256. updated in a future release to reflect the use of hashlib.sha256.
The signature is a tuple, some elements of which are sub-tuples. The signature is a tuple, some elements of which are sub-tuples.
...@@ -1350,7 +1350,7 @@ class CLinker(link.Linker): ...@@ -1350,7 +1350,7 @@ class CLinker(link.Linker):
constant_ids = dict() constant_ids = dict()
op_pos = {} # Apply -> topological position op_pos = {} # Apply -> topological position
# First we put the header, compile_args, library names and config md5 # First we put the header, compile_args, library names and config hash
# into the signature. # into the signature.
sig = ['CLinker.cmodule_key'] # will be cast to tuple on return sig = ['CLinker.cmodule_key'] # will be cast to tuple on return
if compile_args is not None: if compile_args is not None:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论