提交 1129c574 authored 作者: Frederic's avatar Frederic

Now that the cache/compilation is fixed, we can cache the c code for tests op

上级 e5b1cfca
...@@ -103,7 +103,7 @@ class MyOp(Op): ...@@ -103,7 +103,7 @@ class MyOp(Op):
out[0] = self.impl(*inputs) out[0] = self.impl(*inputs)
def c_code_cache_version(self): def c_code_cache_version(self):
return () return (1,)
# class Unary(MyOp): # class Unary(MyOp):
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论