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

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


    from 86ed5f5  [NumPy][Operator] NumPy operator `may_share_memory` and 
`shares_memory` (#16533)
     add 60d74bc  Showing proper error message when an attempt is made to 
create large tensor but MXNet is not built with it (#16570)

No new revisions were added by this update.

Summary of changes:
 include/mxnet/c_api.h                  | 12 ++++----
 python/mxnet/ndarray/ndarray.py        | 10 ++++++
 python/mxnet/symbol/symbol.py          |  7 ++++-
 src/c_api/c_api.cc                     | 13 +++++++-
 src/c_api/c_api_ndarray.cc             |  8 ++++-
 src/ndarray/ndarray.cc                 | 15 +++++++++
 src/ndarray/ndarray_function.cc        |  5 +++
 src/operator/tensor/init_op.h          | 30 ++++++++++++++++--
 tests/python/unittest/test_operator.py | 56 ++++++++++++++++++++++++++++++++++
 9 files changed, 144 insertions(+), 12 deletions(-)

Reply via email to