提交 ab833b19 authored 作者: abergeron's avatar abergeron

Merge pull request #4309 from kevin-keraudren/openmp-macosx

Adding clang-omp++ as an alternative compiler to clang++ as it suppots OpenMP
......@@ -1825,7 +1825,8 @@ class GCC_compiler(Compiler):
break
if ('g++' not in theano.config.cxx and
'clang++' not in theano.config.cxx):
'clang++' not in theano.config.cxx and
'clang-omp++' not in theano.config.cxx):
_logger.warn(
"OPTIMIZATION WARNING: your Theano flag `cxx` seems not to be"
" the g++ compiler. So we disable the compiler optimization"
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论