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 2020/08/14 05:21:00 UTC

[incubator-mxnet] branch master updated (a2b400c -> 344587f)

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

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


    from a2b400c  fix center element not being copied (#18917)
     add 344587f  Safe accumulation for computing gradient in Embedding & Take (#18385)

No new revisions were added by this update.

Summary of changes:
 3rdparty/mshadow/mshadow/cuda/tensor_gpu-inl.cuh |  77 ++++++++++
 3rdparty/mshadow/mshadow/tensor.h                |  26 ++++
 3rdparty/mshadow/mshadow/tensor_cpu-inl.h        |  33 ++++
 3rdparty/mshadow/mshadow/tensor_gpu-inl.h        |   8 +
 src/operator/tensor/indexing_op.cu               |  84 ++++++----
 src/operator/tensor/indexing_op.h                | 186 +++++++++++++++++++----
 tests/python/gpu/test_operator_gpu.py            | 156 ++++++++++++-------
 7 files changed, 453 insertions(+), 117 deletions(-)