提交 a4db34e1 authored 作者: Frederic Bastien's avatar Frederic Bastien

bump the version of the convolution following the fix to the hash. That will…

bump the version of the convolution following the fix to the hash. That will force the recompilation of the code to fix the problem.
上级 9677200f
......@@ -350,7 +350,7 @@ class GpuConv(Op):
return ['cuda_ndarray.cuh','<stdio.h>']
def c_code_cache_version(self):
return (0,7)
return (0,8)
def c_support_code_apply(self, node, nodename):
return open(os.path.join(os.path.split(__file__)[0],'conv_kernel.cu')).read()+\
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论