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 aeef33a  Update website version select drop down (#18188)
     add 0580200  [CI] run pytest in parallel (#18146)

No new revisions were added by this update.

Summary of changes:
 ci/docker/runtime_functions.sh                     |   68 +-
 ci/jenkins/Jenkinsfile_sanity                      |    2 +-
 ci/windows/test_py3_cpu.ps1                        |   12 +-
 ci/windows/test_py3_gpu.ps1                        |   28 +-
 python/mxnet/gluon/rnn/rnn_cell.py                 |    9 +
 python/mxnet/test_utils.py                         |   72 +-
 src/io/image_aug_default.cc                        |    8 +-
 src/operator/nn/dropout-inl.h                      |    2 -
 src/operator/rnn-inl.h                             |   15 +-
 src/operator/rnn.cc                                |    6 +-
 src/resource.cc                                    |    8 +-
 tests/nightly/test_large_array.py                  |   14 +-
 tests/nightly/test_large_vector.py                 |   14 +-
 tests/python/gpu/test_gluon_gpu.py                 |    6 +-
 tests/python/gpu/test_gluon_model_zoo_gpu.py       |    2 +
 tests/python/gpu/test_kvstore_gpu.py               |    8 +-
 tests/python/gpu/test_numpy_fallback.py            |    3 +-
 tests/python/gpu/test_operator_gpu.py              |   36 +
 tests/python/mkl/test_subgraph.py                  |  374 ++--
 tests/python/tensorrt/lenet5_train.py              |   12 +-
 tests/python/tensorrt/test_ops.py                  |  139 +-
 tests/python/tensorrt/test_tensorrt_lenet5.py      |    5 +-
 tests/python/train/test_autograd.py                |  113 +-
 tests/python/train/test_conv.py                    |  129 +-
 tests/python/train/test_dtype.py                   |  456 ++--
 tests/python/train/test_mlp.py                     |   63 +-
 tests/python/train/test_resnet_aug.py              |  264 ++-
 tests/python/train/test_sparse_fm.py               |    8 +-
 tests/python/unittest/common.py                    |   15 +-
 tests/python/unittest/test_contrib_optimizer.py    |    2 +
 tests/python/unittest/test_contrib_svrg_module.py  |    6 +-
 tests/python/unittest/test_deferred_compute.py     |   44 +-
 tests/python/unittest/test_gluon.py                |  156 +-
 tests/python/unittest/test_gluon_model_zoo.py      |   39 +-
 tests/python/unittest/test_gluon_rnn.py            |  126 +-
 tests/python/unittest/test_gluon_trainer.py        |    6 +-
 tests/python/unittest/test_gluon_utils.py          |   15 +-
 tests/python/unittest/test_image.py                |   13 +-
 tests/python/unittest/test_infer_shape.py          |    4 +-
 tests/python/unittest/test_io.py                   |   95 +-
 tests/python/unittest/test_ndarray.py              |   18 +-
 .../python/unittest/test_numpy_interoperability.py |    5 +
 tests/python/unittest/test_numpy_ndarray.py        |    9 +
 tests/python/unittest/test_numpy_op.py             | 2301 ++++++++++----------
 tests/python/unittest/test_operator.py             |  210 +-
 tests/python/unittest/test_optimizer.py            |    9 +-
 tests/python/unittest/test_profiler.py             |   10 +-
 tests/python/unittest/test_random.py               |   32 +-
 tests/python/unittest/test_recordio.py             |   25 +-
 tests/python/unittest/test_runtime.py              |    4 +-
 tests/python/unittest/test_sparse_operator.py      |   16 +
 tests/python/unittest/test_subgraph.py             |    3 +
 tests/python/unittest/test_subgraph_op.py          |  112 +-
 tests/python/unittest/test_test_utils.py           |    9 +-
 54 files changed, 2598 insertions(+), 2562 deletions(-)

Reply via email to