Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

[v2.0][LICENSE] Port #20493 #20608

Merged
merged 6 commits into from
Sep 28, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 0 additions & 1 deletion 3rdparty/mshadow/mshadow-ps/mshadow_ps.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*/

/*!
* Copyright (c) 2014 by Contributors
* \file mshadow_ps.h
* \brief parameter server abstraction for mshadow tensor
* this is a plugin of mshadow that can be used to syncrhonize
Expand Down
1 change: 0 additions & 1 deletion 3rdparty/mshadow/mshadow-ps/ps_dist-inl.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*/

/*!
* Copyright (c) 2014 by Contributors
* \file ps_dist-inl.h
* \brief distributed version of PS
*
Expand Down
1 change: 0 additions & 1 deletion 3rdparty/mshadow/mshadow-ps/ps_local-inl.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*/

/*!
* Copyright (c) 2014 by Contributors
* \file ps_local-inl.h
* \brief local multi-threading implementation of PS abstraction
*
Expand Down
1 change: 0 additions & 1 deletion 3rdparty/mshadow/mshadow-ps/ps_rabit-inl.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*/

/*!
* Copyright (c) 2014 by Contributors
* \file ps_rabit-inl.h
* \brief distributed version of PS using BSP
* synchronization in the backend
Expand Down
1 change: 0 additions & 1 deletion 3rdparty/mshadow/mshadow-ps/thread.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*/

/*!
* Copyright by Contributors
* \file thread.h
* \brief this header include the minimum necessary resource
* for multi-threading that can be compiled in windows, linux, mac
Expand Down
1 change: 0 additions & 1 deletion 3rdparty/mshadow/mshadow-ps/thread_util.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*/

/*!
* Copyright by Contributors
* \file thread_util.h
* \brief data structures for multi-threading communication
* \author Tianqi Chen
Expand Down
1 change: 0 additions & 1 deletion 3rdparty/mshadow/mshadow/base.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*/

/*!
* Copyright (c) 2014 by Contributors
* \file base.h
* \brief definitions of base types, operators, macros functions
*
Expand Down
1 change: 0 additions & 1 deletion 3rdparty/mshadow/mshadow/bfloat.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*/

/*!
* Copyright (c) 2019 by Contributors
* \file bfloat.h
* \brief definition of bfloat type.
*
Expand Down
1 change: 0 additions & 1 deletion 3rdparty/mshadow/mshadow/cuda/reduce.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*/

/*!
* Copyright (c) 2014 by Contributors
* \file reduce.cuh
* \brief helper functions to do reduction
* \author Tianqi Chen
Expand Down
1 change: 0 additions & 1 deletion 3rdparty/mshadow/mshadow/cuda/tensor_gpu-inl.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*/

/*!
* Copyright (c) 2014 by Contributors
* \file tensor_gpu-inl.cuh
* \brief implementation of GPU code using CUDA
* \author Bing Xu, Tianqi Chen
Expand Down
1 change: 0 additions & 1 deletion 3rdparty/mshadow/mshadow/dot_engine-inl.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*/

/*!
* Copyright (c) 2014 by Contributors
* \file dot_engine-inl.h
* \brief definitions of how Matrix Multiplications can be evaluated
* \author Tianqi Chen
Expand Down
1 change: 0 additions & 1 deletion 3rdparty/mshadow/mshadow/expr_engine-inl.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*/

/*!
* Copyright (c) 2014 by Contributors
* \file expr_engine-inl.h
* \brief definitions of how expressions should be evaluated
* \author Tianqi Chen, Bing Xu
Expand Down
1 change: 0 additions & 1 deletion 3rdparty/mshadow/mshadow/expr_scalar-inl.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*/

/*!
* Copyright (c) 2014 by Contributors
* \file expr_scalar-inl.h
* \brief definitions of operators in expression with respect to scalar
* this file will be included several times, each time with MACRO MSHADOW_SCALAR_ to be different types
Expand Down
1 change: 0 additions & 1 deletion 3rdparty/mshadow/mshadow/expression.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*/

/*!
* Copyright (c) 2014 by Contributors
* \file expression.h
* \brief definitions of abstract expressions and expressions template
* \author Tianqi Chen, Bing Xu
Expand Down
1 change: 0 additions & 1 deletion 3rdparty/mshadow/mshadow/extension.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*/

/*!
* Copyright by Contributors
* \file extension.h
* \brief some extension of expressions,
* used to support something beyond elementwise op
Expand Down
1 change: 0 additions & 1 deletion 3rdparty/mshadow/mshadow/extension/broadcast.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*/

/*!
* Copyright (c) 2014 by Contributors
* \file broadcast.h
* \brief support for broadcast and repmat
* \author Tianqi Chen
Expand Down
1 change: 0 additions & 1 deletion 3rdparty/mshadow/mshadow/extension/broadcast_with_axis.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*/

/*!
* Copyright (c) 2016 by Contributors
* \file broadcast_with_axis.h
* \brief
* \author Junyuan Xie, Xingjian Shi
Expand Down
1 change: 0 additions & 1 deletion 3rdparty/mshadow/mshadow/extension/channel_pool.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*/

/*!
* Copyright (c) 2014 by Contributors
* \file channel_pool.h
* \brief support for chpool
* \author Tianqi Chen
Expand Down
1 change: 0 additions & 1 deletion 3rdparty/mshadow/mshadow/extension/channel_unpool.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*/

/*!
* Copyright (c) 2014 by Contributors
* \file channel_pool.h
* \brief support for chpool
* \author Tianqi Chen
Expand Down
1 change: 0 additions & 1 deletion 3rdparty/mshadow/mshadow/extension/choose.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*/

/*!
* Copyright (c) 2014 by Contributors
* \file choose.h
* \brief support for implicit array selection operation
* \author Tianqi Chen
Expand Down
1 change: 0 additions & 1 deletion 3rdparty/mshadow/mshadow/extension/complex.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*/

/*!
* Copyright (c) 2016 by Contributors
* \file complex.h
* \brief support for complex operations
* \author Xingjian Shi
Expand Down
1 change: 0 additions & 1 deletion 3rdparty/mshadow/mshadow/extension/concat.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*/

/*!
* Copyright (c) 2014 by Contributors
* \file concat.h
* \brief support for concatenation
*/
Expand Down
1 change: 0 additions & 1 deletion 3rdparty/mshadow/mshadow/extension/crop.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*/

/*!
* Copyright (c) 2014 by Contributors
* \file crop.h
* \brief support for crop
* \author Tianqi Chen
Expand Down
1 change: 0 additions & 1 deletion 3rdparty/mshadow/mshadow/extension/fill.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*/

/*!
* Copyright (c) 2015 by Contributors
* \file fill.h
* \brief support for implicit array filling operation
* \author Xingjian Shi
Expand Down
1 change: 0 additions & 1 deletion 3rdparty/mshadow/mshadow/extension/flip.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*/

/*!
* Copyright (c) 2016 by Contributors
* \file flip.h
* \brief support for flip a certain dimension.
* \author Junyuan Xie
Expand Down
1 change: 0 additions & 1 deletion 3rdparty/mshadow/mshadow/extension/implicit_gemm.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*/

/*!
* Copyright (c) 2014 by Contributors
* \file implicit_gemm.h
* \brief support for implicit GEMM operation
* \author Tianqi Chen
Expand Down
1 change: 0 additions & 1 deletion 3rdparty/mshadow/mshadow/extension/mask.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*/

/*!
* Copyright (c) 2016 by Contributors
* \file mask.h
* \brief
* \author Bing Xu
Expand Down
1 change: 0 additions & 1 deletion 3rdparty/mshadow/mshadow/extension/mirror.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*/

/*!
* Copyright (c) 2014 by Contributors
* \file mirror.h
* \brief support for mirror
* \author Tianqi Chen
Expand Down
1 change: 0 additions & 1 deletion 3rdparty/mshadow/mshadow/extension/one_hot.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*/

/*!
* Copyright (c) 2014 by Contributors
* \file one_hot.h
* \brief Create one-hot indicator array based on the index.
* \author Tianqi Chen
Expand Down
1 change: 0 additions & 1 deletion 3rdparty/mshadow/mshadow/extension/pack_col2patch.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*/

/*!
* Copyright (c) 2014 by Contributors
* \file pack_col2patch.h
* \brief support for pack
* \author Tianqi Chen
Expand Down
1 change: 0 additions & 1 deletion 3rdparty/mshadow/mshadow/extension/pad.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*/

/*!
* Copyright (c) 2014 by Contributors
* \file pad.h
* \brief support for pad
* \author Tianqi Chen
Expand Down
1 change: 0 additions & 1 deletion 3rdparty/mshadow/mshadow/extension/range.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*/

/*!
* Copyright (c) 2014 by Contributors
* \file range.h
* \brief support generating a range vector
* \author Xingjian Shi
Expand Down
1 change: 0 additions & 1 deletion 3rdparty/mshadow/mshadow/extension/reduce_with_axis.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*/

/*!
* Copyright (c) 2015 by Contributors
* \file reduce_with_axis.h
* \brief
* \author Junyuan Xie
Expand Down
1 change: 0 additions & 1 deletion 3rdparty/mshadow/mshadow/extension/reduceto1d.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*/

/*!
* Copyright (c) 2014 by Contributors
* \file reduceto1d.h
* \brief support for sum_rows and sumall_except_dim
* \author Tianqi Chen
Expand Down
1 change: 0 additions & 1 deletion 3rdparty/mshadow/mshadow/extension/reshape.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*/

/*!
* Copyright (c) 2014 by Contributors
* \file reshape.h
* \brief support for reshape
* \author Tianqi Chen
Expand Down
1 change: 0 additions & 1 deletion 3rdparty/mshadow/mshadow/extension/slice.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*/

/*!
* Copyright (c) 2014 by Contributors
* \file slice.h
* \brief support for slice a certain dimension.
*/
Expand Down
1 change: 0 additions & 1 deletion 3rdparty/mshadow/mshadow/extension/slice_ex.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*/

/*!
* Copyright (c) 2014 by Contributors
* \file slice.h
* \brief support for slice a certain dimension.
*/
Expand Down
1 change: 0 additions & 1 deletion 3rdparty/mshadow/mshadow/extension/spatial_pool.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*/

/*!
* Copyright (c) 2014 by Contributors
* \file spatial_pool.h
* \brief support for spatial pooling
* \author Tianqi Chen
Expand Down
1 change: 0 additions & 1 deletion 3rdparty/mshadow/mshadow/extension/spatial_unpool.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*/

/*!
* Copyright (c) 2014 by Contributors
* \file spatial_unpool.h
* \brief support for unpool
* \author Tianqi Chen
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*/

/*!
* Copyright (c) 2015 by Contributors
* \file spatial_upsampling.h
* \brief
* \author Bing Xu
Expand Down
1 change: 0 additions & 1 deletion 3rdparty/mshadow/mshadow/extension/swapaxis.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*/

/*!
* Copyright (c) 2014 by Contributors
* \file swapaxis.h
* \brief support for swapaxis
* \author Tianqi Chen
Expand Down
1 change: 0 additions & 1 deletion 3rdparty/mshadow/mshadow/extension/take.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*/

/*!
* Copyright (c) 2015 by Contributors
* \file take.h
* \brief
* \author Bing Xu
Expand Down
1 change: 0 additions & 1 deletion 3rdparty/mshadow/mshadow/extension/take_grad.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*/

/*!
* Copyright (c) 2015 by Contributors
* \file take_grad.h
* \brief
* \author Bing Xu
Expand Down
1 change: 0 additions & 1 deletion 3rdparty/mshadow/mshadow/extension/transpose.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*/

/*!
* Copyright (c) 2016 by Contributors
* \file transpose.h
* \brief support for transpose
* \author Junyuan Xie
Expand Down
1 change: 0 additions & 1 deletion 3rdparty/mshadow/mshadow/extension/unpack_patch2col.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*/

/*!
* Copyright (c) 2014 by Contributors
* \file unpack_patch2col.h
* \brief support for unpack
* \author Tianqi Chen
Expand Down
1 change: 0 additions & 1 deletion 3rdparty/mshadow/mshadow/half.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*/

/*!
* Copyright (c) 2015 by Contributors
* \file half.h
* \brief definition of half (float16) type.
*
Expand Down
1 change: 0 additions & 1 deletion 3rdparty/mshadow/mshadow/io.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*/

/*!
* Copyright (c) 2014 by Contributors
* \file io.h
* \brief definitions of I/O functions for mshadow tensor
* \author Tianqi Chen
Expand Down
1 change: 0 additions & 1 deletion 3rdparty/mshadow/mshadow/logging.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*/

/*!
* Copyright (c) 2015 by Contributors
* \file logging.h
* \brief defines logging macros of dmlc
* allows use of GLOG, fall back to internal
Expand Down
1 change: 0 additions & 1 deletion 3rdparty/mshadow/mshadow/packet-inl.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*/

/*!
* Copyright (c) 2014 by Contributors
* \file packet-inl.h
* \brief Generic packet vectorization code
*/
Expand Down
1 change: 0 additions & 1 deletion 3rdparty/mshadow/mshadow/packet/plain-inl.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*/

/*!
* Copyright (c) 2014 by Contributors
* \file plain-inl.h
* \brief support of plain packet that use the plain datatype.
*/
Expand Down
Loading