提交 c05f0a57 authored 作者: Frederic Bastien's avatar Frederic Bastien

Add a note in config.allow_gc doc to config.gpuarray.preallocate

上级 cbce2d50
...@@ -207,6 +207,9 @@ import theano and print the config variable, as in: ...@@ -207,6 +207,9 @@ import theano and print the config variable, as in:
significant speed up on functions with many ops that are fast to significant speed up on functions with many ops that are fast to
execute, but this increases Theano's memory usage. execute, but this increases Theano's memory usage.
.. note:: if :attr:`config.gpuarray.preallocate` is the default value
or not disabled (-1), this is not useful anymore on the GPU.
.. attribute:: config.scan.allow_output_prealloc .. attribute:: config.scan.allow_output_prealloc
Bool value, either ``True`` or ``False`` Bool value, either ``True`` or ``False``
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论