提交 f3311ca7 authored 作者: Arnaud Bergeron's avatar Arnaud Bergeron

Bump c_code_cache_version for GpuGemv to ensure that new builds use the right C code.

上级 f39ba80a
...@@ -140,7 +140,7 @@ class GpuGemv(BlasOp): ...@@ -140,7 +140,7 @@ class GpuGemv(BlasOp):
return code return code
def c_code_cache_version(self): def c_code_cache_version(self):
return (8,) return (9,)
gpugemv_no_inplace = GpuGemv(inplace=False) gpugemv_no_inplace = GpuGemv(inplace=False)
gpugemv_inplace = GpuGemv(inplace=True) gpugemv_inplace = GpuGemv(inplace=True)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论