You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by la...@apache.org on 2020/09/18 05:00:23 UTC

[incubator-mxnet] branch v1.x updated (49ba44a -> 5079c35)

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

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


    from 49ba44a  [v1.x][Submodule] Upgrade to oneDNN v1.6.3 (#19153) (#19161)
     add 5079c35  [v1.x] Backport Improve environment variable handling in unittests (#18424) (#19173)

No new revisions were added by this update.

Summary of changes:
 include/mxnet/c_api_test.h                  |  16 +++
 python/mxnet/test_utils.py                  | 113 +++++++++++------
 python/mxnet/util.py                        |  34 ++++-
 src/c_api/c_api_test.cc                     |  22 ++++
 tests/python/gpu/test_device.py             |  16 ++-
 tests/python/gpu/test_fusion.py             |  13 +-
 tests/python/gpu/test_gluon_gpu.py          |  18 +--
 tests/python/gpu/test_kvstore_gpu.py        |  10 +-
 tests/python/gpu/test_operator_gpu.py       |  42 ++++---
 tests/python/unittest/common.py             |  35 ++++--
 tests/python/unittest/test_autograd.py      |   6 +-
 tests/python/unittest/test_base.py          | 100 +++++++++++----
 tests/python/unittest/test_engine.py        |   4 +-
 tests/python/unittest/test_engine_import.py |  14 +--
 tests/python/unittest/test_executor.py      |  66 +++++-----
 tests/python/unittest/test_gluon.py         |  23 ++--
 tests/python/unittest/test_operator.py      | 184 +++++++++++++---------------
 tests/python/unittest/test_subgraph_op.py   |  28 ++---
 tests/python/unittest/test_symbol.py        |  68 ++++------
 19 files changed, 476 insertions(+), 336 deletions(-)