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 9c90128 enable large tensor support for array_split (#19303)
add 480d027 Remove duplicate setup and teardown functions (#19254)
No new revisions were added by this update.
Summary of changes:
conftest.py | 122 ++++++++++-----------
tests/python/gpu/test_contrib_amp.py | 2 +-
tests/python/gpu/test_fusion.py | 2 +-
tests/python/gpu/test_gluon_gpu.py | 2 +-
tests/python/gpu/test_gluon_model_zoo_gpu.py | 2 +-
tests/python/gpu/test_gluon_transforms.py | 2 +-
tests/python/gpu/test_kvstore_gpu.py | 2 +-
tests/python/gpu/test_operator_gpu.py | 2 +-
tests/python/gpu/test_tvm_op_gpu.py | 1 -
tests/python/unittest/common.py | 74 -------------
tests/python/unittest/onnx/mxnet_export_test.py | 2 +-
tests/python/unittest/test_autograd.py | 2 +-
tests/python/unittest/test_base.py | 2 +-
.../unittest/test_contrib_gluon_data_vision.py | 2 +-
tests/python/unittest/test_exc_handling.py | 2 +-
tests/python/unittest/test_executor.py | 2 +-
tests/python/unittest/test_gluon.py | 2 +-
tests/python/unittest/test_gluon_data.py | 2 +-
tests/python/unittest/test_gluon_data_vision.py | 2 +-
tests/python/unittest/test_gluon_model_zoo.py | 2 +-
tests/python/unittest/test_gluon_trainer.py | 2 +-
tests/python/unittest/test_kvstore.py | 2 +-
tests/python/unittest/test_kvstore_custom.py | 2 +-
tests/python/unittest/test_loss.py | 2 +-
tests/python/unittest/test_memory_opt.py | 2 +-
tests/python/unittest/test_ndarray.py | 2 +-
.../test_numpy_contrib_gluon_data_vision.py | 2 +-
.../unittest/test_numpy_gluon_data_vision.py | 3 +-
.../python/unittest/test_numpy_interoperability.py | 2 +-
tests/python/unittest/test_numpy_loss.py | 2 +-
tests/python/unittest/test_operator.py | 2 +-
tests/python/unittest/test_optimizer.py | 3 +-
tests/python/unittest/test_random.py | 2 +-
tests/python/unittest/test_recordio.py | 2 +-
tests/python/unittest/test_smoke.py | 2 +-
tests/python/unittest/test_sparse_ndarray.py | 2 +-
tests/python/unittest/test_sparse_operator.py | 2 +-
tests/python/unittest/test_subgraph.py | 2 +-
38 files changed, 93 insertions(+), 176 deletions(-)