提交 64caa5e0 authored 作者: Olivier Delalleau's avatar Olivier Delalleau

Typos / improved wording

上级 eac844fc
...@@ -30,11 +30,11 @@ You can enable faster gcc optimization with the ``cxxflags``. This list of flags ...@@ -30,11 +30,11 @@ You can enable faster gcc optimization with the ``cxxflags``. This list of flags
Use it at your own risk. Some people warned that the ``-ftree-loop-distribution`` optimization resulted in wrong results in the past. Use it at your own risk. Some people warned that the ``-ftree-loop-distribution`` optimization resulted in wrong results in the past.
In the past we told that if the ``compiledir`` wasn't shared by multiple In the past we said that if the ``compiledir`` was not shared by multiple
computers, you could add the ``-march=native`` flags. Now we recommande computers, you could add the ``-march=native`` flag. Now we recommend
to remove this flags as Theano does that automatically and safelly to remove this flag as Theano does it automatically and safely,
even if the ``compiledir`` is shared by multiple computers with different even if the ``compiledir`` is shared by multiple computers with different
CPU. In fact, we ask g++ what are the equivalent flags it use and use CPUs. In fact, Theano asks g++ what are the equivalent flags it uses, and re-uses
them directly. them directly.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论