You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by zh...@apache.org on 2018/08/25 19:38:48 UTC

[incubator-mxnet] branch v1.3.x updated: Update NEWS.md (#12357)

This is an automated email from the ASF dual-hosted git repository.

zhasheng pushed a commit to branch v1.3.x
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/v1.3.x by this push:
     new 7b0258e  Update NEWS.md (#12357)
7b0258e is described below

commit 7b0258e863f77f9a84a3acab97215cbd8f15503e
Author: Leonard Lausen <le...@lausen.nl>
AuthorDate: Sat Aug 25 12:38:35 2018 -0700

    Update NEWS.md (#12357)
---
 NEWS.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/NEWS.md b/NEWS.md
index d5ad739..6202c5b 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -110,7 +110,7 @@ MXNet Change Log
 - CTC operator performance improvement from HawkAaron/MXNet-CTC (#11834)
 - Improve performance of broadcast ops backward pass (#11252)
 - Improved numerical stability as a result of using stable L2 norm (#11573)
-- Accelerate the performance of topk for CPU side (#12085)
+- Accelerate the performance of topk for GPU and CPU side (#12085 #10997 ; This changes the behavior of topk when nan values occur in the input) 
 - Support for dot(dns, csr) = dns and dot(dns, csr.T) = dns on CPU ([#11113](https://github.com/apache/incubator-mxnet/pull/11113))
 - Performance improvement for Batch Dot on CPU from mshadow ([mshadow PR#342](https://github.com/dmlc/mshadow/pull/342))