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/12/02 18:50:34 UTC

[incubator-mxnet] branch leezu-patch-1 updated (eed98cb -> 540157d)

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

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


    from eed98cb  Fix six version conflict
     add 11a7903  run lt nightly tests as individual sub-process (#19576)
     add af26e92  Update TVM integration to v0.7 (#19613)
     add d5aa724  Merge remote-tracking branch 'origin/master' into leezu-patch-1
     add 540157d  Keep MKL_USE_STATIC_LIBS=OFF by default, but fix it and enable on CI

No new revisions were added by this update.

Summary of changes:
 3rdparty/tvm                         |  2 +-
 CMakeLists.txt                       |  8 +++-
 ci/docker/runtime_functions.sh       |  3 +-
 cmake/BuildTVM.cmake                 |  6 +--
 cmake/Modules/FindMKL.cmake          |  2 +-
 contrib/tvmop/basic/ufunc.py         | 76 ++++++++++++++++++------------------
 contrib/tvmop/compile.py             | 22 ++++++-----
 contrib/tvmop/core/fromnumeric.py    | 10 ++---
 contrib/tvmop/core/multiarray.py     | 18 ++++-----
 contrib/tvmop/core/umath.py          | 32 +++++++--------
 contrib/tvmop/opdef.py               |  2 +-
 contrib/tvmop/utils.py               | 12 +++---
 python/mxnet/libinfo.py              |  1 +
 src/operator/tvmop/op_module.cc      |  2 +-
 tests/nightly/test_np_large_array.py |  5 +++
 tests/python/gpu/test_tvm_bridge.py  | 10 ++---
 16 files changed, 113 insertions(+), 98 deletions(-)