You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by an...@apache.org on 2018/10/05 20:13:20 UTC

[incubator-mxnet] branch master updated (e93af41 -> f9f7416)

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

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


    from e93af41  [MXNET-716] Adding Scala Inference Benchmarks (#12721)
     add f9f7416  [MXNET-623] Fixing an integer overflow bug in large NDArray (#11742)

No new revisions were added by this update.

Summary of changes:
 3rdparty/mshadow                                   |  2 +-
 src/c_api/c_api_function.cc                        |  2 +-
 src/executor/graph_executor.cc                     |  2 +-
 src/io/image_iter_common.h                         |  6 ++--
 src/io/iter_image_recordio_2.cc                    | 41 +++++++++++-----------
 src/ndarray/ndarray.cc                             | 12 +++----
 src/ndarray/ndarray_function.cc                    |  2 +-
 src/operator/batch_norm_v1-inl.h                   |  4 +--
 src/operator/bilinear_sampler.cu                   | 10 +++---
 src/operator/channel_op_common.h                   |  4 +--
 src/operator/contrib/count_sketch-inl.h            |  2 +-
 src/operator/contrib/deformable_convolution-inl.h  |  4 +--
 src/operator/contrib/fft-inl.h                     |  2 +-
 src/operator/contrib/ifft-inl.h                    |  2 +-
 src/operator/contrib/sync_batch_norm-inl.h         |  4 +--
 src/operator/convolution_v1-inl.h                  | 12 +++----
 src/operator/custom/custom.cc                      |  6 ++--
 src/operator/custom/native_op-inl.h                |  4 +--
 src/operator/elemwise_op_common.h                  |  8 ++---
 src/operator/nn/batch_norm.cc                      |  2 +-
 src/operator/nn/convolution.cc                     |  2 +-
 src/operator/nn/deconvolution-inl.h                | 14 ++++----
 src/operator/nn/deconvolution.cc                   |  2 +-
 src/operator/nn/lrn.cc                             |  2 +-
 src/operator/nn/upsampling-inl.h                   |  4 +--
 src/operator/nn/upsampling.cc                      |  2 +-
 src/operator/operator_common.h                     |  6 ++--
 src/operator/pad.cu                                | 20 +++++------
 src/operator/random/shuffle_op.cu                  |  5 +--
 src/operator/rnn-inl.h                             |  2 +-
 src/operator/sequence_last-inl.h                   |  2 +-
 src/operator/sequence_mask-inl.h                   |  2 +-
 src/operator/sequence_reverse-inl.h                |  2 +-
 src/operator/softmax_output-inl.h                  |  2 +-
 src/operator/svm_output-inl.h                      |  2 +-
 src/operator/tensor/indexing_op-inl.cuh            |  4 +--
 src/operator/tensor/matrix_op-inl.h                |  6 ++--
 src/operator/tensor/ordering_op-inl.h              | 13 ++++---
 src/operator/tensor/ordering_op.cc                 |  8 ++---
 tests/nightly/test_all.sh                          |  3 ++
 .../test_engine.py => nightly/test_large_array.py} | 26 +++++++-------
 41 files changed, 131 insertions(+), 129 deletions(-)
 copy tests/{python/unittest/test_engine.py => nightly/test_large_array.py} (70%)