提交 6840fe30 authored 作者: Arnaud Bergeron's avatar Arnaud Bergeron

Add description of nvcc.fastmath.

上级 481f009d
...@@ -507,6 +507,14 @@ import theano and print the config variable, as in: ...@@ -507,6 +507,14 @@ import theano and print the config variable, as in:
This can be any compiler binary (full path or not) but things may This can be any compiler binary (full path or not) but things may
break if the interface if not g++-compatible to some degree. break if the interface if not g++-compatible to some degree.
.. attribute:: config.nvcc.fastmath
Default: False
If true, this will enable fastmath mode for compiled cuda code
which makes div and sqrt faster at the cost of precision. This
also disables support for denormal numbers.
.. attribute:: optimizer_excluding .. attribute:: optimizer_excluding
Default: "" Default: ""
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论