提交 44949b00 authored 作者: Frederic's avatar Frederic

Small doc update.

上级 597c5614
...@@ -18,7 +18,7 @@ those operations will run in parallel in Theano. ...@@ -18,7 +18,7 @@ those operations will run in parallel in Theano.
The most frequent way to control the number of threads used is via the The most frequent way to control the number of threads used is via the
``OMP_NUM_THREADS`` environment variable. Set it to the number of ``OMP_NUM_THREADS`` environment variable. Set it to the number of
threads you want to use before starting the python process. Some BLAS threads you want to use before starting the python process. Some BLAS
implementation support other enviroment variable. implementations support other enviroment variables.
Parallel element wise ops with OpenMP Parallel element wise ops with OpenMP
...@@ -27,8 +27,8 @@ Parallel element wise ops with OpenMP ...@@ -27,8 +27,8 @@ Parallel element wise ops with OpenMP
Because element wise ops work on every tensor entry independently they Because element wise ops work on every tensor entry independently they
can be easily parallelized using OpenMP. can be easily parallelized using OpenMP.
To use OpenMP you must set the ``openmp`` flag to ``True`` in Theano To use OpenMP you must set the ``openmp`` :ref:`flag <libdoc_config>`
configuration. to ``True``.
You can use the flag ``openmp_elemwise_minsize`` to set the minimum You can use the flag ``openmp_elemwise_minsize`` to set the minimum
tensor size for which the operation is parallelized because for short tensor size for which the operation is parallelized because for short
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论