提交 6059a547 authored 作者: Tim Cooijmans's avatar Tim Cooijmans

GpuBatchedDot: bump code cache version

上级 2b33b542
...@@ -328,7 +328,7 @@ class GpuBatchedDot(GpuOp): ...@@ -328,7 +328,7 @@ class GpuBatchedDot(GpuOp):
return rval return rval
def c_code_cache_version(self): def c_code_cache_version(self):
return (2,) return (3,)
def infer_shape(self, node, shapes): def infer_shape(self, node, shapes):
xshp, yshp = shapes xshp, yshp = shapes
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论