提交 798623ff authored 作者: Guillaume Desjardins's avatar Guillaume Desjardins

Removed unnecessary reference to math.h

上级 2ca6a3d7
......@@ -1034,9 +1034,6 @@ class ErfinvGPU(Erfinv):
theano.scalar.basic_scipy.Erfinv does not have c_code as scipy does not
export the required C function
"""
def c_libraries(self):
return ['math.h']
def c_headers(self):
return ['math_functions.h', 'cublas_v2.h']
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论