提交 cfd45e24 authored 作者: Frédéric Bastien's avatar Frédéric Bastien 提交者: GitHub

Merge pull request #5673 from mdraw/master

docs: Fix openmp config section
......@@ -253,13 +253,12 @@ import theano and print the config variable, as in:
Bool value: either ``True`` or ``False``
Default: ``True`` if the environment variable OMP_NUM_THREADS!=1 or
if we detect more than 1 CPU core. Otherwise ``False``.
Default: ``False``
Enable or not parallel computation on the CPU with OpenMP.
It is the default value used when creating an Op that support it.
The best is to define it via Theano configuration
file or with the environment variable THEANO_FLAGS.
Enable or disable parallel computation on the CPU with OpenMP.
It is the default value used when creating an Op that supports it.
It is best to define it in .theanorc
or in the environment variable THEANO_FLAGS.
.. attribute:: openmp_elemwise_minsize
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论