提交 385305ce authored 作者: notoraptor's avatar notoraptor

Update news.

上级 ad23a259
......@@ -12,6 +12,11 @@ We recommend that every developer updates to this version.
Highlights:
- Make sure MKL uses GNU OpenMP
- **NB**: Matrix dot product (``gemm``) with numpy ``1.13`` and ``mkl`` from conda
could return wrong results in some cases. We have reported the problem upstream
and we have a work around that raises an error with information about how to fix it.
- Optimized ``SUM(x^2)``, ``SUM(ABS(X))`` and ``MAX(ABS(X))`` operations with cuDNN reductions
- Added Python scripts to help test cuDNN convolutions
- Fixed invalid casts and index overflows in ``theano.tensor.signal.pool``
......
......@@ -32,6 +32,10 @@ Highlights:
- Support more debuggers for ``PdbBreakpoint``
- Make sure MKL uses GNU OpenMP
- **NB**: Matrix dot product (``gemm``) with numpy ``1.13`` and ``mkl`` from conda
could return wrong results in some cases. We have reported the problem upstream
and we have a work around that raises an error with information about how to fix it.
- Improved elemwise operations
- Speed-up elemwise ops based on SciPy
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论