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/04 03:06:20 UTC

[incubator-mxnet] branch leezu-patch-1 updated (6776e5a -> f9a6369)

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.


 discard 6776e5a  Keep MKL_USE_STATIC_LIBS=OFF by default, but fix it and enable on CI
 discard 8e526b7  RTLD_LOCAL -> RTLD_GLOBAL
 discard eb88504  Update to Intel(R) Math Kernel Library 2020 Update 4
 discard eeb79e2  Fix linking gnu omp when intel omp should be linked
 discard ee26083  Disable MKL_USE_STATIC_LIBS by default
     add e6a855c  Fix flaky onnxruntime tests. (#19618)
     add 619eab2  Numpy unique repeat indices large tensor checks (#19382)
     add afc76b0  Update Ubuntu images used on CI to 20.04 (#19588)
     add f9a6369  Fix MKL_USE_STATIC_LIBS=0 and test on one CI pipeline

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (6776e5a)
            \
             N -- N -- N   refs/heads/leezu-patch-1 (f9a6369)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 3rdparty/mshadow/mshadow/tensor.h              |   3 +
 CMakeLists.txt                                 |   1 -
 ci/docker/Dockerfile.build.ubuntu              |  63 +++++++--------
 ci/docker/docker-compose.yml                   |  38 +++-------
 ci/docker/runtime_functions.sh                 |  84 ++++++--------------
 ci/jenkins/Jenkins_steps.groovy                |  42 ++++------
 ci/jenkins/Jenkinsfile_unix_gpu                |   1 -
 cmake/Modules/FindMKL.cmake                    |  11 +--
 python/mxnet/contrib/text/utils.py             |   2 +-
 python/mxnet/numpy/multiarray.py               |   4 +-
 src/operator/numpy/np_init_op.cc               |   4 +-
 src/operator/numpy/np_repeat_op-inl.h          |   4 +
 src/operator/numpy/np_unique_op.cc             |   2 +
 src/profiler/profiler.h                        |   5 ++
 tests/nightly/test_np_large_array.py           |  18 ++++-
 tests/python/unittest/onnx/test_onnxruntime.py | 101 ++++++++++---------------
 16 files changed, 154 insertions(+), 229 deletions(-)