You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by sk...@apache.org on 2020/11/04 23:14:18 UTC

[incubator-mxnet] branch master updated (087f6ff -> 27ae77d)

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

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


    from 087f6ff  [BUGFIX] Fallback to native implementation of RNN when use_sequence_length=True (#19466)
     add 27ae77d  numpy tril_indices large tensor fix (#19381)

No new revisions were added by this update.

Summary of changes:
 src/api/operator/numpy/np_matrix_op.cc | 12 +++++++++---
 src/operator/numpy/np_matrix_op-inl.h  | 36 +++++++++++++++++-----------------
 src/operator/numpy/np_matrix_op.cc     | 23 ++++++++++------------
 tests/nightly/test_np_large_array.py   | 16 +++++++++++++++
 4 files changed, 53 insertions(+), 34 deletions(-)