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

zhasheng pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.


    from bfa71cf  [master][bugfix] Zero initialization to avoid error message 
on a Centos (#20582)
     add ebf3054  [LICENSE] Port #20709 (#20736)

No new revisions were added by this update.

Summary of changes:
 .licenserc.yaml                                    |  23 +-
 LICENSE                                            |  80 +--
 example/extensions/lib_api/init_lib.cc             |   1 -
 example/extensions/lib_api/libtest.cc              |   1 -
 example/extensions/lib_custom_op/gemm_lib.cc       |   1 -
 example/extensions/lib_custom_op/relu_lib.cc       |   1 -
 example/extensions/lib_custom_op/relu_lib.cu       |   1 -
 example/extensions/lib_custom_op/relu_lib.h        |   1 -
 .../extensions/lib_custom_op/transposecsr_lib.cc   |   1 -
 .../extensions/lib_custom_op/transposerowsp_lib.cc |   1 -
 example/extensions/lib_external_ops/init_lib.cc    |   1 -
 example/extensions/lib_external_ops/min_ex-inl.h   |   1 -
 example/extensions/lib_external_ops/min_ex.cc      |   1 -
 example/extensions/lib_external_ops/min_ex.cu      |   1 -
 example/extensions/lib_pass/pass_lib.cc            |   1 -
 example/extensions/lib_subgraph/subgraph_lib.cc    |   1 -
 .../LICENSE => licenses/LICENSE.bfloat16.txt       |   6 +-
 licenses/LICENSE.blockingconcurrentqueue.txt       |  26 +
 .../LICENSE => licenses/LICENSE.builtin_fp16.txt   | 152 ++++-
 licenses/LICENSE.clang.txt                         |  63 ++
 licenses/{MIT => LICENSE.cma.txt}                  |   5 +-
 licenses/{BSD3-cmake => LICENSE.cmakeincludes.txt} |   6 +-
 licenses/LICENSE.concurrentqueue.txt               |  22 +
 .../LICENSE => licenses/LICENSE.ctc_include.txt    |   0
 licenses/LICENSE.deformable_im2col.txt             |  52 ++
 .../LICENSE => licenses/LICENSE.dlpack.txt         |   8 +-
 licenses/{BSD3-cmake => LICENSE.erfinv.txt}        |  29 +-
 licenses/LICENSE.findeigen3.txt                    |  22 +
 licenses/{BOOST1_0 => LICENSE.findjemalloc.txt}    |   8 +
 .../{BSD3-cmake => LICENSE.findpythonlibsnew.txt}  |  23 +-
 .../LICENSE => licenses/LICENSE.gmock_gen.txt      |   8 +-
 licenses/{BSD3-cmake => LICENSE.googlemock.txt}    |  30 +-
 licenses/{BSD3-cmake => LICENSE.googletest.txt}    |  30 +-
 licenses/LICENSE.im2col.txt                        |  49 ++
 licenses/LICENSE.intgemm.txt                       |  70 ++
 licenses/{MIT => LICENSE.layer_norm_cpu.txt}       |  16 +-
 licenses/LICENSE.mersenne.txt                      |  30 +
 licenses/LICENSE.moderngpu.txt                     |  23 +
 .../LICENSE.modulated_deformable_convolution.txt   |   2 +-
 licenses/LICENSE.modulated_deformable_im2col.txt   |  52 ++
 .../LICENSE => licenses/LICENSE.mshadow.txt        |   0
 licenses/LICENSE.mx2onnx.txt                       |  26 +
 licenses/{BSD3-cmake => LICENSE.np_einsum.txt}     |  30 +-
 licenses/LICENSE.nvidia_cub.txt                    |  24 +
 licenses/LICENSE.onednn.txt                        | 742 +++++++++++++++++++++
 .../LICENSE => licenses/LICENSE.onnx-tensorrt.txt  |   3 +-
 .../mx-theme/LICENSE => licenses/LICENSE.onnx.txt  |   3 +-
 .../LICENSE => licenses/LICENSE.openmp.txt         | 206 +++++-
 licenses/LICENSE.picojson.txt                      |  25 +
 licenses/LICENSE.pool.txt                          |  49 ++
 .../LICENSE => licenses/LICENSE.ps-lite.txt        |  10 +-
 licenses/LICENSE.rang.txt                          |  24 +
 .../LICENSE => licenses/LICENSE.tvm.txt            |  43 +-
 plugin/opencv/cv_api.cc                            |   1 -
 plugin/opencv/cv_api.h                             |   1 -
 plugin/sframe/iter_sframe.cc                       |   1 -
 plugin/torch/torch_base.cc                         |   1 -
 plugin/torch/torch_base.h                          |   1 -
 plugin/torch/torch_criterion-inl.h                 |   1 -
 plugin/torch/torch_criterion.cc                    |   1 -
 plugin/torch/torch_criterion.cu                    |   1 -
 plugin/torch/torch_function.cc                     |   1 -
 plugin/torch/torch_function.h                      |   1 -
 plugin/torch/torch_module-inl.h                    |   1 -
 plugin/torch/torch_module.cc                       |   1 -
 plugin/torch/torch_module.cu                       |   1 -
 plugin/warpctc/warpctc-inl.h                       |   1 -
 plugin/warpctc/warpctc.cc                          |   1 -
 plugin/warpctc/warpctc.cu                          |   1 -
 python/mxnet/onnx/mx2onnx/LICENSE                  |  44 --
 python/mxnet/onnx/mx2onnx/_export_onnx.py          |  22 +-
 .../_op_translations/_op_translations_opset12.py   |  24 +-
 .../_op_translations/_op_translations_opset13.py   |  24 +-
 rat-excludes                                       |   9 +
 src/operator/nn/layer_norm.cc                      | 101 +--
 src/operator/nn/layer_norm_cpu.h                   | 108 +++
 src/operator/nn/pool.cuh                           |  19 -
 tests/cpp/engine/engine_shutdown_test.cc           |   1 -
 tests/cpp/engine/thread_local_test.cc              |   1 -
 tests/cpp/engine/threaded_engine_test.cc           |   1 -
 tests/cpp/kvstore/gpu_topology_test.cc             |   1 -
 tests/cpp/operator/batchnorm_test.cc               |   1 -
 tests/cpp/operator/krprod_test.cc                  |   1 -
 tests/cpp/storage/storage_test.cc                  |   1 -
 tools/license_header.py                            |   7 +-
 85 files changed, 1944 insertions(+), 471 deletions(-)
 copy 3rdparty/mshadow/LICENSE => licenses/LICENSE.bfloat16.txt (84%)
 create mode 100644 licenses/LICENSE.blockingconcurrentqueue.txt
 copy 3rdparty/ctc_include/LICENSE => licenses/LICENSE.builtin_fp16.txt (60%)
 create mode 100644 licenses/LICENSE.clang.txt
 copy licenses/{MIT => LICENSE.cma.txt} (85%)
 copy licenses/{BSD3-cmake => LICENSE.cmakeincludes.txt} (93%)
 create mode 100644 licenses/LICENSE.concurrentqueue.txt
 copy 3rdparty/ctc_include/LICENSE => licenses/LICENSE.ctc_include.txt (100%)
 create mode 100644 licenses/LICENSE.deformable_im2col.txt
 copy 3rdparty/ctc_include/LICENSE => licenses/LICENSE.dlpack.txt (99%)
 copy licenses/{BSD3-cmake => LICENSE.erfinv.txt} (54%)
 create mode 100644 licenses/LICENSE.findeigen3.txt
 copy licenses/{BOOST1_0 => LICENSE.findjemalloc.txt} (85%)
 copy licenses/{BSD3-cmake => LICENSE.findpythonlibsnew.txt} (63%)
 copy 3rdparty/ctc_include/LICENSE => licenses/LICENSE.gmock_gen.txt (99%)
 copy licenses/{BSD3-cmake => LICENSE.googlemock.txt} (54%)
 copy licenses/{BSD3-cmake => LICENSE.googletest.txt} (54%)
 create mode 100644 licenses/LICENSE.im2col.txt
 create mode 100644 licenses/LICENSE.intgemm.txt
 copy licenses/{MIT => LICENSE.layer_norm_cpu.txt} (72%)
 create mode 100644 licenses/LICENSE.mersenne.txt
 create mode 100644 licenses/LICENSE.moderngpu.txt
 copy docs/python_docs/themes/mx-theme/LICENSE => 
licenses/LICENSE.modulated_deformable_convolution.txt (97%)
 create mode 100644 licenses/LICENSE.modulated_deformable_im2col.txt
 copy 3rdparty/mshadow/LICENSE => licenses/LICENSE.mshadow.txt (100%)
 create mode 100644 licenses/LICENSE.mx2onnx.txt
 copy licenses/{BSD3-cmake => LICENSE.np_einsum.txt} (54%)
 create mode 100644 licenses/LICENSE.nvidia_cub.txt
 create mode 100644 licenses/LICENSE.onednn.txt
 copy docs/python_docs/themes/mx-theme/LICENSE => 
licenses/LICENSE.onnx-tensorrt.txt (90%)
 copy docs/python_docs/themes/mx-theme/LICENSE => licenses/LICENSE.onnx.txt 
(94%)
 copy 3rdparty/ctc_include/LICENSE => licenses/LICENSE.openmp.txt (51%)
 create mode 100644 licenses/LICENSE.picojson.txt
 create mode 100644 licenses/LICENSE.pool.txt
 copy 3rdparty/ctc_include/LICENSE => licenses/LICENSE.ps-lite.txt (98%)
 create mode 100644 licenses/LICENSE.rang.txt
 copy 3rdparty/ctc_include/LICENSE => licenses/LICENSE.tvm.txt (93%)
 delete mode 100644 python/mxnet/onnx/mx2onnx/LICENSE
 create mode 100644 src/operator/nn/layer_norm_cpu.h

Reply via email to