提交 051c5c81 authored 作者: Arnaud Bergeron's avatar Arnaud Bergeron

Add c_code_cache_version() for CudaFromGpu (which was forgotten).

上级 1bedef60
...@@ -429,6 +429,9 @@ class CudaFromGpu(Op): ...@@ -429,6 +429,9 @@ class CudaFromGpu(Op):
} }
""" % {'inp': inputs[0], 'out': output[0], 'fail': sub['fail']} """ % {'inp': inputs[0], 'out': output[0], 'fail': sub['fail']}
def c_code_cache_version(self):
return (0,)
cuda_from_gpu = CudaFromGpu() cuda_from_gpu = CudaFromGpu()
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论