You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by ha...@apache.org on 2019/12/14 16:33:25 UTC

[incubator-mxnet] branch master updated (696c547 -> bbdc1c3)

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

haibin pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.


    from 696c547  [BUGFIX] Fix trainer param order (#17068)
     add bbdc1c3  [reproducibility] multi_sum_sq review, AtomicAdd removal (#17002)

No new revisions were added by this update.

Summary of changes:
 src/operator/contrib/multi_sum_sq-inl.h |  10 ++-
 src/operator/contrib/multi_sum_sq.cc    |  20 +++---
 src/operator/contrib/multi_sum_sq.cu    | 110 ++++++++++++++++++++------------
 tests/python/gpu/test_operator_gpu.py   |  30 +++++++++
 4 files changed, 118 insertions(+), 52 deletions(-)