提交 98f8608b authored 作者: Frederic Bastien's avatar Frederic Bastien

white space fix.

上级 93ded46f
......@@ -355,7 +355,7 @@ class GpuConv(Op):
nb = 0
if self.kshp is not None:
nb = self.kshp[1]
return ['-DTHEANO_KERN_WID='+str(nb)]
return ['-DTHEANO_KERN_WID='+str(nb)]#,'-g','-G']
def c_headers(self):
return ['cuda_ndarray.cuh','<stdio.h>']
......@@ -727,5 +727,3 @@ class GpuDownsampleFactorMaxGrad(Op):
}
}
""" % locals()
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论