提交 0a91c7e1 authored 作者: Arnaud Bergeron's avatar Arnaud Bergeron

Bump the GpuCorrMM c_code version.

上级 b6ee7ac3
...@@ -552,8 +552,8 @@ class BaseGpuCorrMM(CGpuKernelBase): ...@@ -552,8 +552,8 @@ class BaseGpuCorrMM(CGpuKernelBase):
return [os.path.dirname(__file__)] return [os.path.dirname(__file__)]
def c_code_cache_version(self): def c_code_cache_version(self):
# Raise this whenever modifying the code below. # Raise this whenever modifying the C code (including the file).
return (7,) return (8,)
def c_code_helper(self, bottom, weights, top, direction, sub, height=None, width=None): def c_code_helper(self, bottom, weights, top, direction, sub, height=None, width=None):
""" """
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论