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

iblis pushed a change to branch ib/jl-mxnet-root-env
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.


 discard ea65f51  Revert "runtime_functions: test backward compatibility"
 discard 409ce0e  runtime_functions: test backward compatibility
 discard 1575b2e  backward compatibility
 discard 54077c7  update doc
 discard cf7f1a0  update NEWS
 discard 6f179d0  julia: rename build env var `MXNET_HOME` to `MXNET_ROOT`
     add 6bdcef2  Deprecate USE_PROFILER flag (#15595)
     add 076b2f3  Softmax with length (#15169)
     add eab6da6  Fix warnings in CLang: (#15270)
     add da71324  Fix dumps for Constant initializer (#15150)
     add 7e632c9  add myself to interested modules (#15590)
     add d14fa69  Update profiler.md (#15477)
     add cc861f0  Tensor Inspector Tutorial (#15517)
     add d5df247  julia: bump window prebult binary version to v1.5.0 (#15608)
     add 8f5930b  fix normalize mean error bug (#15539)
     add f553b31  julia: remove Travis CI related files (#15616)
     add 5086ff0  changed constructor args (#15601)
     add 2b4c9c0  [fix] print `self` in warning. (#15614)
     add 399d3a0  julia: bump binding version to v1.6.0 (#15607)
     add d599bc3  [MXNET-1411] solve pylint error issue#14851 (#15113)
     add 9d859c8  logging (#15106)
     add 9a1a102  Add omp parallel optimization for _contrib_BilinearReisze2D 
(#15584)
     add 77254f2  Infra to use tvm write op kernels (#15550)
     add 62be441  julia: rename build env var `MXNET_HOME` to `MXNET_ROOT`
     add 0193d19  update NEWS
     add a63727b  update doc
     add a119cec  backward compatibility
     add 347c521  runtime_functions: test backward compatibility
     add f1a36fb  Revert "runtime_functions: test backward compatibility"

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   (ea65f51)
            \
             N -- N -- N   refs/heads/ib/jl-mxnet-root-env (f1a36fb)

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/dlpack                                    |   2 +-
 3rdparty/dmlc-core                                 |   2 +-
 3rdparty/tvm                                       |   2 +-
 CMakeLists.txt                                     |  24 +-
 CODEOWNERS                                         |  18 +-
 Makefile                                           |  38 ++
 benchmark/opperf/README.md                         |   2 -
 cmake/BuildTVM.cmake                               | 135 +++++++
 .../_constants.py => contrib/tvmop/__init__.py     |   6 +-
 .../tvmop/basic}/__init__.py                       |   3 +-
 contrib/tvmop/basic/ufunc.py                       |  50 +++
 contrib/tvmop/compile.py                           |  59 +++
 contrib/tvmop/opdef.py                             | 111 ++++++
 contrib/tvmop/prepare_tvm.sh                       |  63 +++
 .../opencv/__init__.py => contrib/tvmop/utils.py   |   7 +-
 docs/faq/add_op_in_backend.md                      |   3 +
 docs/faq/develop_and_hack.md                       |   1 +
 docs/faq/env_var.md                                |   2 +-
 docs/faq/perf.md                                   |   4 +-
 docs/faq/tensor_inspector_tutorial.md              | 168 ++++++++
 docs/install/osx_setup.md                          |   1 -
 docs/tutorials/mkldnn/MKLDNN_README.md             |   2 +-
 docs/tutorials/python/profiler.md                  |   2 +
 example/named_entity_recognition/src/metrics.py    |  13 +-
 example/named_entity_recognition/src/ner.py        |   8 +
 example/named_entity_recognition/src/preprocess.py |   7 +
 example/profiler/README.md                         |   3 +-
 include/mxnet/c_api.h                              |   9 +
 include/mxnet/libinfo.h                            |   7 +
 julia/.travis.yml                                  |  59 ---
 julia/Project.toml                                 |   2 +-
 julia/REQUIRE                                      |   6 -
 julia/deps/build.jl                                |  16 +-
 julia/test/travis/run_coverage.sh                  |  18 -
 julia/test/travis/run_test.sh                      |  28 --
 julia/test/travis/setup_env.sh                     |  38 --
 make/config.mk                                     |   3 +
 make/maven/maven_darwin_mkl.mk                     |   2 -
 make/maven/maven_linux_cu90mkl.mk                  |   3 -
 make/maven/maven_linux_cu92mkl.mk                  |   3 -
 make/maven/maven_linux_mkl.mk                      |   3 -
 make/osx.mk                                        |   3 +
 make/pip/pip_darwin_cpu.mk                         |   3 -
 make/pip/pip_darwin_mkl.mk                         |   3 -
 make/pip/pip_linux_cpu.mk                          |   3 -
 make/pip/pip_linux_cu100.mk                        |   3 -
 make/pip/pip_linux_cu100mkl.mk                     |   3 -
 make/pip/pip_linux_cu101.mk                        |   3 -
 make/pip/pip_linux_cu101mkl.mk                     |   3 -
 make/pip/pip_linux_cu75.mk                         |   3 -
 make/pip/pip_linux_cu75mkl.mk                      |   3 -
 make/pip/pip_linux_cu80.mk                         |   3 -
 make/pip/pip_linux_cu80mkl.mk                      |   3 -
 make/pip/pip_linux_cu90.mk                         |   3 -
 make/pip/pip_linux_cu90mkl.mk                      |   3 -
 make/pip/pip_linux_cu91.mk                         |   3 -
 make/pip/pip_linux_cu91mkl.mk                      |   3 -
 make/pip/pip_linux_cu92.mk                         |   3 -
 make/pip/pip_linux_cu92mkl.mk                      |   3 -
 make/pip/pip_linux_mkl.mk                          |   3 -
 plugin/warpctc/warpctc-inl.h                       |   2 +-
 python/mxnet/base.py                               |   7 +-
 .../mxnet/contrib/onnx/mx2onnx/_export_helper.py   |  38 +-
 .../contrib/onnx/onnx2mx/_translation_utils.py     |  30 +-
 python/mxnet/contrib/text/vocab.py                 |   5 +-
 python/mxnet/gluon/block.py                        |   5 +-
 python/mxnet/gluon/trainer.py                      |  12 +-
 python/mxnet/gluon/utils.py                        |   8 +-
 python/mxnet/image/detection.py                    |  18 +-
 python/mxnet/image/image.py                        |  24 +-
 python/mxnet/initializer.py                        |   6 +
 python/mxnet/libinfo.py                            |  10 +-
 python/mxnet/model.py                              |   5 +-
 python/mxnet/ndarray/sparse.py                     |  10 +-
 python/mxnet/test_utils.py                         |  28 +-
 src/c_api/c_api.cc                                 |   9 +
 src/engine/naive_engine.cc                         |   6 +-
 src/engine/threaded_engine.h                       |   2 +-
 src/kvstore/kvstore_local.h                        |   4 +-
 src/libinfo.cc                                     |   4 +
 src/operator/contrib/bilinear_resize.cc            | 146 ++++---
 src/operator/contrib/tvmop/ufunc.cc                |  66 ++++
 src/operator/image/image_random-inl.h              |   2 +-
 src/operator/mxnet_op.h                            |  51 +++
 src/operator/nn/softmax-inl.h                      | 428 ++++++++++++++++++---
 src/operator/nn/softmax.cc                         |  33 +-
 src/operator/tvmop/op_module.cc                    | 117 ++++++
 .../nvtx.h => operator/tvmop/op_module.h}          |  58 +--
 src/profiler/profiler.h                            |   4 +-
 tests/jenkins/run_test.sh                          |   1 -
 tests/jenkins/run_test_ubuntu.sh                   |   1 -
 tests/python/gpu/test_operator_gpu.py              |  17 +
 tests/python/unittest/test_init.py                 |  19 +-
 tests/python/unittest/test_operator.py             |  94 ++++-
 .../unittest/{test_engine.py => test_tvm_op.py}    |  26 +-
 95 files changed, 1749 insertions(+), 537 deletions(-)
 create mode 100644 cmake/BuildTVM.cmake
 copy python/mxnet/gluon/contrib/data/_constants.py => 
contrib/tvmop/__init__.py (90%)
 copy {example/ssd/dataset/pycocotools => contrib/tvmop/basic}/__init__.py (95%)
 mode change 100755 => 100644
 create mode 100644 contrib/tvmop/basic/ufunc.py
 create mode 100644 contrib/tvmop/compile.py
 create mode 100644 contrib/tvmop/opdef.py
 create mode 100644 contrib/tvmop/prepare_tvm.sh
 copy plugin/opencv/__init__.py => contrib/tvmop/utils.py (86%)
 create mode 100644 docs/faq/tensor_inspector_tutorial.md
 delete mode 100644 julia/.travis.yml
 delete mode 100644 julia/REQUIRE
 delete mode 100644 julia/test/travis/run_coverage.sh
 delete mode 100755 julia/test/travis/run_test.sh
 delete mode 100755 julia/test/travis/setup_env.sh
 create mode 100644 src/operator/contrib/tvmop/ufunc.cc
 create mode 100644 src/operator/tvmop/op_module.cc
 copy src/{profiler/nvtx.h => operator/tvmop/op_module.h} (50%)
 copy tests/python/unittest/{test_engine.py => test_tvm_op.py} (63%)

Reply via email to