提交 fbe23a89 authored 作者: Pascal Lamblin's avatar Pascal Lamblin

Update conv.txt

Change date, minor updates.
上级 5ac451bd
...@@ -24,13 +24,13 @@ ...@@ -24,13 +24,13 @@
.. note:: .. note::
As October 20, 2014, the default GPU image convolution As of October 21st, 2014, the default GPU image convolution
changed. Here is the algo: changed. Here is the algo:
- If we can use `cuDNN <https://developer.nvidia.com/cuDNN>`_, use it. - If we can use `cuDNN <https://developer.nvidia.com/cuDNN>`_, use it.
- If not, use gemm version (slower then cuDNN, uses more memory). - If not, use gemm version (slower then cuDNN, uses more memory).
If the users don't want the extra memory usage of the gemm If the users do not want the extra memory usage of the gemm
version, they can enable the legacy code that is even slower, but version, they can enable the legacy code that is even slower, but
does not use extra memory. For this, use the Theano flag does not use extra memory. For this, use the Theano flag
``optimizer_excluding=conv_gemm``. ``optimizer_excluding=conv_gemm``.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论