提交 13431f32 authored 作者: Frederic's avatar Frederic

Add forgetted line in this PR.

上级 285c9e5e
...@@ -807,6 +807,7 @@ class OpenMPOp(Op): ...@@ -807,6 +807,7 @@ class OpenMPOp(Op):
def __init__(self, openmp=None): def __init__(self, openmp=None):
if openmp is None: if openmp is None:
openmp = theano.config.openmp openmp = theano.config.openmp
self.openmp = openmp
def c_compile_args(self): def c_compile_args(self):
if self.openmp: if self.openmp:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论