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 46c0fb3 Numpy Random Ops Large Tensor Fix (#18976)
add 72eff9b Reducing the number of calls of the NDArray constructors
(#18570)
No new revisions were added by this update.
Summary of changes:
include/mxnet/ndarray.h | 47 +++-
src/common/exec_utils.h | 27 ++-
src/imperative/attach_op_execs_pass.cc | 55 ++---
src/imperative/cached_op.cc | 61 +++---
src/imperative/imperative.cc | 10 +-
src/imperative/imperative_utils.cc | 11 +-
src/imperative/imperative_utils.h | 355 +++++++++++++++++++++----------
src/ndarray/ndarray.cc | 124 ++++++-----
src/operator/custom/custom.cc | 73 +++----
src/operator/nn/mkldnn/mkldnn_base-inl.h | 21 --
10 files changed, 467 insertions(+), 317 deletions(-)