提交 a734b04c authored 作者: wonghang's avatar wonghang

Checked the meaning of c_code_cache_version() and use version 1 for that

上级 615c255c
...@@ -1821,4 +1821,4 @@ KERNEL void tri(GLOBAL_MEM %(ctype)s *a, ga_size a_off, ...@@ -1821,4 +1821,4 @@ KERNEL void tri(GLOBAL_MEM %(ctype)s *a, ga_size a_off,
return s return s
def c_code_cache_version(self): def c_code_cache_version(self):
return (10,) return (1,)
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论