You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by ap...@apache.org on 2020/01/23 07:39:37 UTC

[incubator-mxnet] branch master updated (ebb1ae6 -> ba47372)

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

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


    from ebb1ae6  add random.multivariate_normal, fix empty_like dtype problem, fix gather_nd error test (#17360)
     add ba47372  Sparse int64 Large tensor support (#16898)

No new revisions were added by this update.

Summary of changes:
 python/mxnet/ndarray/sparse.py         | 47 ++++++++++++++++---------
 src/c_api/c_api.cc                     | 64 +++++++++++++++++++++++++++-------
 src/operator/tensor/cast_storage-inl.h |  2 +-
 tests/nightly/test_large_array.py      |  9 +++++
 4 files changed, 92 insertions(+), 30 deletions(-)