提交 3def9343 authored 作者: James Bergstra's avatar James Bergstra

Bumped c_code_version number on scalar/basic/ScalarType

上级 5a21406f
......@@ -290,6 +290,7 @@ class Scalar(Type):
def c_code_cache_version(self):
# no need to put lib.amdlibm here as c_compile_args() are put in the key.
return (7,) # make complex c code optional
return (6,) # added implemeentations of operators that work with scalar arguments
return (5,) #added constructors to theano_complex class
return (4,) #explicit T given in specialization of operator= lines. This makes it compile with open64
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论