You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by pt...@apache.org on 2019/10/25 06:58:24 UTC

[incubator-mxnet] branch v1.6.x updated (05a4c4f -> 4e03e6a)

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

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


    from 05a4c4f  Create SECURITY.md (#16573)
     add c3395ca  [Numpy] Support N_D(N>=3) batch_dot (#16586)
     add 0742a9b  Large Vector tests for DGL Ops Part 2 (#16497)
     add ca5a2a0  [Numpy] Loading numpy-incompatible NDArray in numpy-compatible mode (#16597)
     add 8270672  Surpress subgraph log in CI (#16607)
     add bde443e  Fix dequantize memory corruption (#16606)
     add dd4eaf5  [MKLDNN]Fix reorder2default (#16602)
     add e10e94e  second round of fixing broken links in multiple files (#16598)
     add 82ddc93  Python Docstring Convetion (#16550)
     add 487d69a  [MXNET-1434] Fix a broken link for basic C++ tutorial (#16461)
     add 9c99bf2  Fix for wrong reqs set after switching from training to inference (#16553)
     add ef56334  julia/docs: more DRY on page rendering (#16396)
     add 4e03e6a  Disables test_bulking_operator_gpu due to flakiness (#16611)

No new revisions were added by this update.

Summary of changes:
 .travis.yml                                        |   1 +
 ci/docker/runtime_functions.sh                     |  19 ++-
 ci/windows/test_py2_cpu.ps1                        |   1 +
 ci/windows/test_py2_gpu.ps1                        |   1 +
 ci/windows/test_py3_cpu.ps1                        |   1 +
 ci/windows/test_py3_gpu.ps1                        |   1 +
 cpp-package/README.md                              |   2 +-
 .../python/tutorials/packages/gluon/image/mnist.md |   2 +-
 .../tutorials/packages/ndarray/sparse/csr.md       |   2 +-
 .../packages/ndarray/sparse/row_sparse.md          |   2 +-
 .../tutorials/packages/ndarray/sparse/train.md     |  10 +-
 .../_includes/get_started/devices/nvidia-jetson.md |   2 +-
 .../src/_includes/get_started/get_started.html     |   8 +-
 .../src/_includes/get_started/linux/java/cpu.md    |   2 +-
 .../src/_includes/get_started/linux/java/gpu.md    |   2 +-
 .../get_started/linux/julia/build-from-source.md   |   2 +-
 .../src/_includes/get_started/linux/r/cpu.md       |   2 +-
 .../src/_includes/get_started/linux/r/gpu.md       |   2 +-
 .../src/_includes/get_started/macos/java/cpu.md    |   2 +-
 .../src/_includes/get_started/pip_snippet.md       |   2 +-
 .../get_started/windows/julia/build-from-source.md |   2 +-
 .../src/_includes/get_started/windows/perl/perl.md |   2 +-
 .../windows/python/cpu/build-from-source.md        |   2 +-
 .../windows/python/gpu/build-from-source.md        |   2 +-
 .../src/_includes/get_started/windows/r/cpu.md     |   2 +-
 .../src/_includes/get_started/windows/r/gpu.md     |   2 +-
 .../api/r/docs/tutorials/callback_function.md      |   8 +-
 .../api/r/docs/tutorials/custom_loss_function.md   |   8 +-
 .../pages/api/r/docs/tutorials/multi_dim_lstm.md   |   4 +-
 .../src/pages/api/r/docs/tutorials/ndarray.md      |  12 +-
 .../src/pages/api/r/docs/tutorials/symbol.md       |  12 +-
 docs/static_site/src/pages/get_started/index.html  |   2 +-
 include/mxnet/c_api.h                              |   2 +-
 include/mxnet/imperative.h                         |  10 +-
 julia/docs/Project.toml                            |   2 +-
 julia/docs/make.jl                                 |  33 ++++
 julia/docs/mkdocs.yml                              |   1 +
 julia/docs/src/api.md                              |  15 +-
 julia/docs/src/api/ndarray.md                      |  20 +--
 julia/docs/src/api/symbolic-node.md                |  11 +-
 julia/docs/src/index.md                            |  16 +-
 julia/docs/src/tutorial/mnist.md                   |   2 +-
 julia/src/executor.jl                              |   2 +-
 julia/src/symbolic-node/show.jl                    |   2 +-
 perl-package/AI-MXNet/t/test_autograd.t            |   1 +
 perl-package/AI-MXNet/t/test_gluon_trainer.t       |   2 +-
 perl-package/AI-MXNet/t/test_module.t              |   1 +
 perl-package/AI-MXNet/t/test_sparse_ndarray.t      |   1 +
 python/mxnet/kvstore.py                            |   7 +-
 python/mxnet/metric.py                             |  20 +--
 python/mxnet/profiler.py                           |   3 +-
 python/mxnet/rtc.py                                |   3 +-
 python/mxnet/runtime.py                            |  22 +--
 python/mxnet/test_utils.py                         |  12 +-
 python/mxnet/util.py                               |   6 +-
 .../main/native/org_apache_mxnet_native_c_api.cc   |   4 +-
 src/c_api/c_api_ndarray.cc                         |   2 +-
 src/executor/graph_executor.cc                     |  22 +--
 src/imperative/cached_op.cc                        |  76 +++++----
 src/imperative/cached_op.h                         |   7 +
 src/imperative/imperative_utils.h                  |   2 +
 src/ndarray/ndarray.cc                             |  28 ++--
 src/operator/quantization/dequantize.cc            |   2 -
 src/operator/subgraph/build_subgraph.cc            |   8 +-
 src/operator/tensor/dot-inl.h                      | 177 +++++++--------------
 src/operator/tensor/dot.cc                         |  84 ++++++++--
 src/operator/tensor/dot.cu                         |   3 -
 tests/nightly/test_large_array.py                  |   4 +-
 tests/nightly/test_large_vector.py                 |  85 +++++++++-
 tests/python/gpu/test_operator_gpu.py              |   1 +
 tests/python/unittest/test_numpy_op.py             | 119 ++++++++++++++
 tests/python/unittest/test_operator.py             |   5 +-
 72 files changed, 581 insertions(+), 366 deletions(-)