提交 ff0e3546 authored 作者: Olivier Delalleau's avatar Olivier Delalleau

Minor typo fixes

上级 d6914ed6
...@@ -637,12 +637,12 @@ import theano and print the config variable, as in: ...@@ -637,12 +637,12 @@ import theano and print the config variable, as in:
Bool value, default: False Bool value, default: False
If True, will remove -O* parameter passed to g++. If True, will remove the -O* parameter passed to g++.
This is useful to debug in gdb module compiled by Theano. This is useful to debug in gdb modules compiled by Theano.
The parameter -g is passed by default to g++. The parameter -g is passed by default to g++.
.. attribute:: cmodule.compilation_warning .. attribute:: cmodule.compilation_warning
Bool value, default: False Bool value, default: False
If True, will print compilation warning. If True, will print compilation warnings.
...@@ -24,7 +24,8 @@ internals cannot be modified. ...@@ -24,7 +24,8 @@ internals cannot be modified.
Faster gcc optimization Faster gcc optimization
----------------------- -----------------------
You can enable faster gcc optimization with the ``cxxflags``. This list of flags was suggested on the mailing list:: You can enable faster gcc optimization with the ``cxxflags`` option.
This list of flags was suggested on the mailing list::
-O3 -ffast-math -ftree-loop-distribution -funroll-loops -ftracer -O3 -ffast-math -ftree-loop-distribution -funroll-loops -ftracer
......
...@@ -45,13 +45,13 @@ AddConfigVar('cmodule.warn_no_version', ...@@ -45,13 +45,13 @@ AddConfigVar('cmodule.warn_no_version',
in_c_key=False) in_c_key=False)
AddConfigVar('cmodule.remove_gxx_opt', AddConfigVar('cmodule.remove_gxx_opt',
"If True, will remove -O* parameter passed to g++." "If True, will remove the -O* parameter passed to g++."
"This is useful to debug in gdb module compiled by Theano." "This is useful to debug in gdb modules compiled by Theano."
"The parameter -g is passed by default to g++", "The parameter -g is passed by default to g++",
BoolParam(False)) BoolParam(False))
AddConfigVar('cmodule.compilation_warning', AddConfigVar('cmodule.compilation_warning',
"If True, will print compilation warning.", "If True, will print compilation warnings.",
BoolParam(False)) BoolParam(False))
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论