You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by pa...@apache.org on 2019/10/28 01:38:50 UTC

[incubator-mxnet] branch mkldnn-v1.0 updated (19038d0 -> dea3dd2)

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

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


    from 19038d0  [mkldnn-v1.0] Upgrade to MKL-DNN v1.0.4 patch release (#16592)
     add dea3dd2  [mkldnn-1.0]Rebase to master (#16648)

No new revisions were added by this update.

Summary of changes:
 .travis.yml                                        |   1 +
 tools/caffe_converter/README.md => SECURITY.md     |  15 +-
 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/api/gluon/{loss => data}/index.rst      |  44 ++++-
 .../vision/datasets/index.rst}                     |   7 +-
 .../{contrib/onnx => gluon/data/vision}/index.rst  |  35 +++-
 .../{rnn => data/vision/transforms}/index.rst      |  60 +++----
 .../python/api/mxnet/{rtc => log}/index.rst        |   6 +-
 .../python/api/mxnet/{torch => model}/index.rst    |   4 +-
 .../getting-started/crash-course/5-predict.md      |   2 +-
 .../getting-started/crash-course/6-use_gpus.md     |   2 +-
 .../gluon_from_experiment_to_deployment.md         |  10 +-
 .../tutorials/getting-started/to-mxnet/pytorch.md  |  12 +-
 .../python/tutorials/packages/gluon/image/mnist.md |   4 +-
 .../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 +-
 .../pages/api/architecture/note_data_loading.md    |   2 +-
 .../docs/tutorials/mxnet_cpp_inference_tutorial.md |  10 +-
 .../src/pages/api/faq/distributed_training.md      |   6 +-
 docs/static_site/src/pages/api/faq/float16.md      |   8 +-
 .../src/pages/api/faq/gradient_compression.md      |   2 +-
 .../src/pages/api/faq/model_parallel_lstm.md       |   2 +-
 docs/static_site/src/pages/api/faq/recordio.md     |   1 -
 .../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 +-
 .../src/pages/get_started/build_from_source.md     |   2 +-
 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/char-lstm.md               |   6 +-
 julia/docs/src/tutorial/mnist.md                   |   2 +-
 julia/docs/src/user-guide/overview.md              |   2 -
 julia/examples/char-lstm/README.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                             |  30 ++--
 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/unittest/test_numpy_op.py             | 119 ++++++++++++++
 tests/python/unittest/test_operator.py             |   5 +-
 93 files changed, 723 insertions(+), 467 deletions(-)
 copy tools/caffe_converter/README.md => SECURITY.md (65%)
 copy docs/python_docs/python/api/gluon/{loss => data}/index.rst (66%)
 copy docs/python_docs/python/api/gluon/{parameter.rst => data/vision/datasets/index.rst} (82%)
 copy docs/python_docs/python/api/{contrib/onnx => gluon/data/vision}/index.rst (67%)
 copy docs/python_docs/python/api/gluon/{rnn => data/vision/transforms}/index.rst (55%)
 copy docs/python_docs/python/api/mxnet/{rtc => log}/index.rst (93%)
 copy docs/python_docs/python/api/mxnet/{torch => model}/index.rst (95%)