提交 b3d953d5 authored 作者: Kevin Keraudren's avatar Kevin Keraudren 提交者: Frederic Bastien

adding clang-omp++ as an alternative compiler to clang++ as it supports OpenMP

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