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 2020/04/14 05:00:39 UTC

[incubator-mxnet] branch master updated (8e3f0f3 -> a044744)

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

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


    from 8e3f0f3  * impl - linalg matrix_rank for cpu and gpu implemented (#18020)
     add a044744  [Numpy] FFI for linalg.qr and linalg.lstsq (#18040)

No new revisions were added by this update.

Summary of changes:
 benchmark/python/ffi/benchmark_ffi.py              |  2 ++
 python/mxnet/ndarray/numpy/linalg.py               | 12 +++-----
 python/mxnet/symbol/numpy/linalg.py                |  6 ++--
 .../linalg/{np_tensorsolve.cc => np_lstsq.cc}      | 35 ++++++++++++++--------
 .../numpy/linalg/{np_slogdet.cc => np_qr.cc}       | 10 +++----
 src/operator/numpy/linalg/np_lstsq-inl.h           | 27 +++++++++++++++--
 6 files changed, 61 insertions(+), 31 deletions(-)
 copy src/api/operator/numpy/linalg/{np_tensorsolve.cc => np_lstsq.cc} (61%)
 copy src/api/operator/numpy/linalg/{np_slogdet.cc => np_qr.cc} (92%)