diff --git a/extern/cuda/cub/ops/cub_arg_reduce_op.cc b/extern/cuda/cub/ops/cub_arg_reduce_op.cc index 90c81d31..8d5e2b6e 100644 --- a/extern/cuda/cub/ops/cub_arg_reduce_op.cc +++ b/extern/cuda/cub/ops/cub_arg_reduce_op.cc @@ -1,8 +1,9 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: // Guoye Yang <498731903@qq.com> // Dun Liang . -// All Rights Reserved. +// // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/extern/cuda/cub/ops/cub_arg_reduce_op.h b/extern/cuda/cub/ops/cub_arg_reduce_op.h index 18fad2f5..ba9937a2 100644 --- a/extern/cuda/cub/ops/cub_arg_reduce_op.h +++ b/extern/cuda/cub/ops/cub_arg_reduce_op.h @@ -1,8 +1,9 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: // Guoye Yang <498731903@qq.com> // Dun Liang . -// All Rights Reserved. +// // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/extern/cuda/cub/ops/cub_argsort_op.cc b/extern/cuda/cub/ops/cub_argsort_op.cc index caedd8cd..4e47d276 100644 --- a/extern/cuda/cub/ops/cub_argsort_op.cc +++ b/extern/cuda/cub/ops/cub_argsort_op.cc @@ -1,8 +1,9 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: // Guoye Yang <498731903@qq.com> // Dun Liang . -// All Rights Reserved. +// // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/extern/cuda/cub/ops/cub_argsort_op.h b/extern/cuda/cub/ops/cub_argsort_op.h index 244402c7..e0ab67fe 100644 --- a/extern/cuda/cub/ops/cub_argsort_op.h +++ b/extern/cuda/cub/ops/cub_argsort_op.h @@ -1,8 +1,9 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: // Guoye Yang <498731903@qq.com> // Dun Liang . -// All Rights Reserved. +// // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/extern/cuda/cub/ops/cub_test_op.cc b/extern/cuda/cub/ops/cub_test_op.cc index d036efb6..9d226604 100644 --- a/extern/cuda/cub/ops/cub_test_op.cc +++ b/extern/cuda/cub/ops/cub_test_op.cc @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/extern/cuda/cub/ops/cub_test_op.h b/extern/cuda/cub/ops/cub_test_op.h index e2e641da..c70b428b 100644 --- a/extern/cuda/cub/ops/cub_test_op.h +++ b/extern/cuda/cub/ops/cub_test_op.h @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/extern/cuda/cub/ops/cub_where_op.cc b/extern/cuda/cub/ops/cub_where_op.cc index 647e66e4..bca1f8b3 100644 --- a/extern/cuda/cub/ops/cub_where_op.cc +++ b/extern/cuda/cub/ops/cub_where_op.cc @@ -1,8 +1,9 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: // Xiangli Li <1905692338@qq.com> // Dun Liang . -// All Rights Reserved. +// // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/extern/cuda/cub/ops/cub_where_op.h b/extern/cuda/cub/ops/cub_where_op.h index 05c2b99c..00a18a61 100644 --- a/extern/cuda/cub/ops/cub_where_op.h +++ b/extern/cuda/cub/ops/cub_where_op.h @@ -1,8 +1,9 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: // Xiangli Li <1905692338@qq.com> // Dun Liang . -// All Rights Reserved. +// // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/extern/cuda/cublas/inc/cublas_warper.h b/extern/cuda/cublas/inc/cublas_warper.h index deeae010..54579e21 100644 --- a/extern/cuda/cublas/inc/cublas_warper.h +++ b/extern/cuda/cublas/inc/cublas_warper.h @@ -1,8 +1,9 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: // Guoye Yang <498731903@qq.com> // Dun Liang . -// All Rights Reserved. +// // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/extern/cuda/cublas/ops/cublas_batched_matmul_op.cc b/extern/cuda/cublas/ops/cublas_batched_matmul_op.cc index c77b2ba7..8abadd24 100644 --- a/extern/cuda/cublas/ops/cublas_batched_matmul_op.cc +++ b/extern/cuda/cublas/ops/cublas_batched_matmul_op.cc @@ -1,8 +1,9 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: // Meng-Hao Guo // Dun Liang . -// All Rights Reserved. +// // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/extern/cuda/cublas/ops/cublas_batched_matmul_op.h b/extern/cuda/cublas/ops/cublas_batched_matmul_op.h index e76fca75..e4818c85 100644 --- a/extern/cuda/cublas/ops/cublas_batched_matmul_op.h +++ b/extern/cuda/cublas/ops/cublas_batched_matmul_op.h @@ -1,8 +1,9 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: // Meng-Hao Guo // Dun Liang . -// All Rights Reserved. +// // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/extern/cuda/cublas/ops/cublas_matmul_op.cc b/extern/cuda/cublas/ops/cublas_matmul_op.cc index d9ae0716..b9917e57 100644 --- a/extern/cuda/cublas/ops/cublas_matmul_op.cc +++ b/extern/cuda/cublas/ops/cublas_matmul_op.cc @@ -1,8 +1,9 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: // Guowei Yang <471184555@qq.com> // Dun Liang . -// All Rights Reserved. +// // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/extern/cuda/cublas/ops/cublas_matmul_op.h b/extern/cuda/cublas/ops/cublas_matmul_op.h index 385adada..cbeb3f1e 100644 --- a/extern/cuda/cublas/ops/cublas_matmul_op.h +++ b/extern/cuda/cublas/ops/cublas_matmul_op.h @@ -1,8 +1,9 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: // Guoye Yang <498731903@qq.com> // Dun Liang . -// All Rights Reserved. +// // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/extern/cuda/cublas/ops/cublas_test_op.cc b/extern/cuda/cublas/ops/cublas_test_op.cc index 52eef9d8..80b154ec 100644 --- a/extern/cuda/cublas/ops/cublas_test_op.cc +++ b/extern/cuda/cublas/ops/cublas_test_op.cc @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/extern/cuda/cublas/ops/cublas_test_op.h b/extern/cuda/cublas/ops/cublas_test_op.h index d1b2e649..2f81d246 100644 --- a/extern/cuda/cublas/ops/cublas_test_op.h +++ b/extern/cuda/cublas/ops/cublas_test_op.h @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/extern/cuda/cublas/src/cublas_warper.cc b/extern/cuda/cublas/src/cublas_warper.cc index 33630c1a..473ee18b 100644 --- a/extern/cuda/cublas/src/cublas_warper.cc +++ b/extern/cuda/cublas/src/cublas_warper.cc @@ -1,8 +1,9 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: // Guoye Yang <498731903@qq.com> // Dun Liang . -// All Rights Reserved. +// // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/extern/cuda/cudnn/inc/cudnn_warper.h b/extern/cuda/cudnn/inc/cudnn_warper.h index b127718d..b42692ea 100644 --- a/extern/cuda/cudnn/inc/cudnn_warper.h +++ b/extern/cuda/cudnn/inc/cudnn_warper.h @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/extern/cuda/cudnn/ops/cudnn_conv_backward_w_op.cc b/extern/cuda/cudnn/ops/cudnn_conv_backward_w_op.cc index d1b76e65..ed1c6f8c 100644 --- a/extern/cuda/cudnn/ops/cudnn_conv_backward_w_op.cc +++ b/extern/cuda/cudnn/ops/cudnn_conv_backward_w_op.cc @@ -1,8 +1,9 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: // Dun Liang // Guowei Yang <471184555@qq.com> -// All Rights Reserved. +// // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/extern/cuda/cudnn/ops/cudnn_conv_backward_w_op.h b/extern/cuda/cudnn/ops/cudnn_conv_backward_w_op.h index 6e20c7a0..32c64eba 100644 --- a/extern/cuda/cudnn/ops/cudnn_conv_backward_w_op.h +++ b/extern/cuda/cudnn/ops/cudnn_conv_backward_w_op.h @@ -1,8 +1,9 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: // Dun Liang // Guowei Yang <471184555@qq.com> -// All Rights Reserved. +// // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/extern/cuda/cudnn/ops/cudnn_conv_backward_x_op.cc b/extern/cuda/cudnn/ops/cudnn_conv_backward_x_op.cc index 06a8b8c9..5ecb503a 100644 --- a/extern/cuda/cudnn/ops/cudnn_conv_backward_x_op.cc +++ b/extern/cuda/cudnn/ops/cudnn_conv_backward_x_op.cc @@ -1,8 +1,9 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: // Dun Liang // Guowei Yang <471184555@qq.com> -// All Rights Reserved. +// // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/extern/cuda/cudnn/ops/cudnn_conv_backward_x_op.h b/extern/cuda/cudnn/ops/cudnn_conv_backward_x_op.h index f090a508..932dc6bd 100644 --- a/extern/cuda/cudnn/ops/cudnn_conv_backward_x_op.h +++ b/extern/cuda/cudnn/ops/cudnn_conv_backward_x_op.h @@ -1,8 +1,9 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: // Dun Liang // Guowei Yang <471184555@qq.com> -// All Rights Reserved. +// // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/extern/cuda/cudnn/ops/cudnn_conv_op.cc b/extern/cuda/cudnn/ops/cudnn_conv_op.cc index 410809ed..5798e789 100644 --- a/extern/cuda/cudnn/ops/cudnn_conv_op.cc +++ b/extern/cuda/cudnn/ops/cudnn_conv_op.cc @@ -1,6 +1,7 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . -// All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . +// // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/extern/cuda/cudnn/ops/cudnn_conv_op.h b/extern/cuda/cudnn/ops/cudnn_conv_op.h index 1be86863..43cc8d2c 100644 --- a/extern/cuda/cudnn/ops/cudnn_conv_op.h +++ b/extern/cuda/cudnn/ops/cudnn_conv_op.h @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/extern/cuda/cudnn/ops/cudnn_test_op.cc b/extern/cuda/cudnn/ops/cudnn_test_op.cc index c7a225ae..97551b91 100644 --- a/extern/cuda/cudnn/ops/cudnn_test_op.cc +++ b/extern/cuda/cudnn/ops/cudnn_test_op.cc @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/extern/cuda/cudnn/ops/cudnn_test_op.h b/extern/cuda/cudnn/ops/cudnn_test_op.h index 6cc3a369..0544883b 100644 --- a/extern/cuda/cudnn/ops/cudnn_test_op.h +++ b/extern/cuda/cudnn/ops/cudnn_test_op.h @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/extern/cuda/cudnn/src/cudnn_warper.cc b/extern/cuda/cudnn/src/cudnn_warper.cc index d47c8ab1..18737d2f 100644 --- a/extern/cuda/cudnn/src/cudnn_warper.cc +++ b/extern/cuda/cudnn/src/cudnn_warper.cc @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/extern/cuda/curand/inc/curand_warper.h b/extern/cuda/curand/inc/curand_warper.h index 9483dd11..62e34770 100644 --- a/extern/cuda/curand/inc/curand_warper.h +++ b/extern/cuda/curand/inc/curand_warper.h @@ -1,8 +1,9 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: // Guoye Yang <498731903@qq.com> // Dun Liang . -// All Rights Reserved. +// // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/extern/cuda/curand/ops/curand_random_op.cc b/extern/cuda/curand/ops/curand_random_op.cc index 1550bb3e..faed1de2 100644 --- a/extern/cuda/curand/ops/curand_random_op.cc +++ b/extern/cuda/curand/ops/curand_random_op.cc @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/extern/cuda/curand/ops/curand_random_op.h b/extern/cuda/curand/ops/curand_random_op.h index d61ef1b0..ace83055 100644 --- a/extern/cuda/curand/ops/curand_random_op.h +++ b/extern/cuda/curand/ops/curand_random_op.h @@ -1,8 +1,9 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: // Guoye Yang <498731903@qq.com>. // Dun Liang . -// All Rights Reserved. +// // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/extern/cuda/curand/src/curand_warper.cc b/extern/cuda/curand/src/curand_warper.cc index f5b236fc..93db18c6 100644 --- a/extern/cuda/curand/src/curand_warper.cc +++ b/extern/cuda/curand/src/curand_warper.cc @@ -1,8 +1,9 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: // Guoye Yang <498731903@qq.com> // Dun Liang . -// All Rights Reserved. +// // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/extern/cuda/curand/src/helper_curand.cc b/extern/cuda/curand/src/helper_curand.cc index 66e11030..2b133a33 100644 --- a/extern/cuda/curand/src/helper_curand.cc +++ b/extern/cuda/curand/src/helper_curand.cc @@ -1,8 +1,9 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: // Guoye Yang <498731903@qq.com>. // Dun Liang . -// All Rights Reserved. +// // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/extern/mkl/ops/mkl_conv_backward_w_op.cc b/extern/mkl/ops/mkl_conv_backward_w_op.cc index c1b2b701..35107a9a 100644 --- a/extern/mkl/ops/mkl_conv_backward_w_op.cc +++ b/extern/mkl/ops/mkl_conv_backward_w_op.cc @@ -1,9 +1,10 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: // Guowei Yang <471184555@qq.com> // Guoye Yang <498731903@qq.com> // Dun Liang . -// All Rights Reserved. +// // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/extern/mkl/ops/mkl_conv_backward_w_op.h b/extern/mkl/ops/mkl_conv_backward_w_op.h index 509306ca..1c665db5 100644 --- a/extern/mkl/ops/mkl_conv_backward_w_op.h +++ b/extern/mkl/ops/mkl_conv_backward_w_op.h @@ -1,8 +1,9 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: // Guowei Yang <471184555@qq.com> // Dun Liang . -// All Rights Reserved. +// // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/extern/mkl/ops/mkl_conv_backward_x_op.cc b/extern/mkl/ops/mkl_conv_backward_x_op.cc index d853cf65..b384fd24 100644 --- a/extern/mkl/ops/mkl_conv_backward_x_op.cc +++ b/extern/mkl/ops/mkl_conv_backward_x_op.cc @@ -1,9 +1,10 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: // Guowei Yang <471184555@qq.com> // Guoye Yang <498731903@qq.com> // Dun Liang . -// All Rights Reserved. +// // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/extern/mkl/ops/mkl_conv_backward_x_op.h b/extern/mkl/ops/mkl_conv_backward_x_op.h index 0b769de3..0ed8d287 100644 --- a/extern/mkl/ops/mkl_conv_backward_x_op.h +++ b/extern/mkl/ops/mkl_conv_backward_x_op.h @@ -1,8 +1,9 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: // Guowei Yang <471184555@qq.com> // Dun Liang . -// All Rights Reserved. +// // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/extern/mkl/ops/mkl_conv_op.cc b/extern/mkl/ops/mkl_conv_op.cc index caaefc87..347f5dac 100644 --- a/extern/mkl/ops/mkl_conv_op.cc +++ b/extern/mkl/ops/mkl_conv_op.cc @@ -1,8 +1,9 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: // Guowei Yang <471184555@qq.com> // Dun Liang . -// All Rights Reserved. +// // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/extern/mkl/ops/mkl_conv_op.h b/extern/mkl/ops/mkl_conv_op.h index b5dc85ad..4ea378f0 100644 --- a/extern/mkl/ops/mkl_conv_op.h +++ b/extern/mkl/ops/mkl_conv_op.h @@ -1,8 +1,9 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: // Guowei Yang <471184555@qq.com> // Dun Liang . -// All Rights Reserved. +// // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/extern/mkl/ops/mkl_matmul_op.cc b/extern/mkl/ops/mkl_matmul_op.cc index 153f5d9d..639df5bc 100644 --- a/extern/mkl/ops/mkl_matmul_op.cc +++ b/extern/mkl/ops/mkl_matmul_op.cc @@ -1,8 +1,9 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: // Guowei Yang <471184555@qq.com> // Dun Liang . -// All Rights Reserved. +// // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/extern/mkl/ops/mkl_matmul_op.h b/extern/mkl/ops/mkl_matmul_op.h index dcfd2c58..7134cf53 100644 --- a/extern/mkl/ops/mkl_matmul_op.h +++ b/extern/mkl/ops/mkl_matmul_op.h @@ -1,8 +1,9 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: // Guoye Yang <498731903@qq.com> // Dun Liang . -// All Rights Reserved. +// // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/extern/mkl/ops/mkl_test_op.cc b/extern/mkl/ops/mkl_test_op.cc index f3e28f8a..119ffd03 100644 --- a/extern/mkl/ops/mkl_test_op.cc +++ b/extern/mkl/ops/mkl_test_op.cc @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/extern/mkl/ops/mkl_test_op.h b/extern/mkl/ops/mkl_test_op.h index ae71531f..e628742c 100644 --- a/extern/mkl/ops/mkl_test_op.h +++ b/extern/mkl/ops/mkl_test_op.h @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/python/jittor/compile_extern.py b/python/jittor/compile_extern.py index cc3bbd65..a5517297 100644 --- a/python/jittor/compile_extern.py +++ b/python/jittor/compile_extern.py @@ -1,5 +1,6 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: Dun Liang . # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/compiler.py b/python/jittor/compiler.py index 8508fbb2..7c77b37b 100644 --- a/python/jittor/compiler.py +++ b/python/jittor/compiler.py @@ -1,5 +1,6 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: Dun Liang . # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/contrib.py b/python/jittor/contrib.py index 3dfe09e5..f06f44cf 100644 --- a/python/jittor/contrib.py +++ b/python/jittor/contrib.py @@ -1,9 +1,10 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: # Guowei Yang <471184555@qq.com> # Guoye Yang <498731903@qq.com> # Dun Liang . -# All Rights Reserved. +# # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/dataset/dataset.py b/python/jittor/dataset/dataset.py index 617841af..95effd5b 100644 --- a/python/jittor/dataset/dataset.py +++ b/python/jittor/dataset/dataset.py @@ -1,8 +1,9 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: # Meng-Hao Guo # Dun Liang . -# All Rights Reserved. +# # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/init.py b/python/jittor/init.py index 5f00cbaf..7f6065a4 100644 --- a/python/jittor/init.py +++ b/python/jittor/init.py @@ -1,8 +1,9 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: # Guowei Yang <471184555@qq.com> # Dun Liang . -# All Rights Reserved. +# # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/init_cupy.py b/python/jittor/init_cupy.py index c340406e..b90f9a0e 100644 --- a/python/jittor/init_cupy.py +++ b/python/jittor/init_cupy.py @@ -1,8 +1,9 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: # Guowei Yang <471184555@qq.com> # Dun Liang . -# All Rights Reserved. +# # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/models/alexnet.py b/python/jittor/models/alexnet.py index faa93637..7d51bac3 100644 --- a/python/jittor/models/alexnet.py +++ b/python/jittor/models/alexnet.py @@ -1,8 +1,9 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: # Wenyang Zhou <576825820@qq.com> # Dun Liang . -# All Rights Reserved. +# # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/models/densenet.py b/python/jittor/models/densenet.py index 906fa8c4..ac2d6646 100644 --- a/python/jittor/models/densenet.py +++ b/python/jittor/models/densenet.py @@ -1,8 +1,9 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: # Guowei Yang <471184555@qq.com> # Dun Liang . -# All Rights Reserved. +# # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/models/googlenet.py b/python/jittor/models/googlenet.py index 7726849b..a4dcd54e 100644 --- a/python/jittor/models/googlenet.py +++ b/python/jittor/models/googlenet.py @@ -1,8 +1,9 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: # Wenyang Zhou <576825820@qq.com> # Dun Liang . -# All Rights Reserved. +# # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/models/mnasnet.py b/python/jittor/models/mnasnet.py index 92a50160..c681578d 100644 --- a/python/jittor/models/mnasnet.py +++ b/python/jittor/models/mnasnet.py @@ -1,8 +1,9 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: # Wenyang Zhou <576825820@qq.com> # Dun Liang . -# All Rights Reserved. +# # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/models/mobilenet.py b/python/jittor/models/mobilenet.py index 116fdefc..e7e31771 100644 --- a/python/jittor/models/mobilenet.py +++ b/python/jittor/models/mobilenet.py @@ -1,8 +1,9 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: # Wenyang Zhou <576825820@qq.com> # Dun Liang . -# All Rights Reserved. +# # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/models/resnet.py b/python/jittor/models/resnet.py index 52b20494..c2d4b7d7 100644 --- a/python/jittor/models/resnet.py +++ b/python/jittor/models/resnet.py @@ -1,9 +1,10 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: # Guowei Yang <471184555@qq.com> # Wenyang Zhou <576825820@qq.com> # Dun Liang . -# All Rights Reserved. +# # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/models/shufflenetv2.py b/python/jittor/models/shufflenetv2.py index fbee80f0..d09c41d1 100644 --- a/python/jittor/models/shufflenetv2.py +++ b/python/jittor/models/shufflenetv2.py @@ -1,9 +1,10 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: # Wenyang Zhou <576825820@qq.com> # Dun Liang . -# All Rights Reserved. +# # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/models/squeezenet.py b/python/jittor/models/squeezenet.py index 304e1b5a..33e61e7a 100644 --- a/python/jittor/models/squeezenet.py +++ b/python/jittor/models/squeezenet.py @@ -1,8 +1,9 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: # Wenyang Zhou <576825820@qq.com> # Dun Liang . -# All Rights Reserved. +# # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/models/vgg.py b/python/jittor/models/vgg.py index b7083c12..72958980 100644 --- a/python/jittor/models/vgg.py +++ b/python/jittor/models/vgg.py @@ -1,8 +1,9 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: # Guoye Yang <498731903@qq.com> # Dun Liang . -# All Rights Reserved. +# # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/pyjt_compiler.py b/python/jittor/pyjt_compiler.py index c234f7af..773b437f 100644 --- a/python/jittor/pyjt_compiler.py +++ b/python/jittor/pyjt_compiler.py @@ -1,5 +1,6 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: Dun Liang . # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/test/__main__.py b/python/jittor/test/__main__.py index 77625301..1e21f547 100644 --- a/python/jittor/test/__main__.py +++ b/python/jittor/test/__main__.py @@ -1,5 +1,6 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: Dun Liang . # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/test/test.h b/python/jittor/test/test.h index 72157079..bb706523 100644 --- a/python/jittor/test/test.h +++ b/python/jittor/test/test.h @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/python/jittor/test/test_affine_grid.py b/python/jittor/test/test_affine_grid.py index 8e5a5388..aa91e4a4 100644 --- a/python/jittor/test/test_affine_grid.py +++ b/python/jittor/test/test_affine_grid.py @@ -1,5 +1,6 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: Dun Liang . # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/test/test_allocator.py b/python/jittor/test/test_allocator.py index ca0c256d..2bc8e490 100644 --- a/python/jittor/test/test_allocator.py +++ b/python/jittor/test/test_allocator.py @@ -1,5 +1,6 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: Dun Liang . # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/test/test_allocator2.py b/python/jittor/test/test_allocator2.py index 2bd4d52e..650a73f7 100644 --- a/python/jittor/test/test_allocator2.py +++ b/python/jittor/test/test_allocator2.py @@ -1,8 +1,9 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: # Guoye Yang <498731903@qq.com> # Dun Liang . -# All Rights Reserved. +# # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/test/test_arg_reduce_op.py b/python/jittor/test/test_arg_reduce_op.py index 8a0eb70b..a1d76634 100644 --- a/python/jittor/test/test_arg_reduce_op.py +++ b/python/jittor/test/test_arg_reduce_op.py @@ -1,8 +1,9 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: # Guoye Yang <498731903@qq.com> # Dun Liang . -# All Rights Reserved. +# # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/test/test_argsort_op.py b/python/jittor/test/test_argsort_op.py index d585b8e9..a1610782 100644 --- a/python/jittor/test/test_argsort_op.py +++ b/python/jittor/test/test_argsort_op.py @@ -1,8 +1,9 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: # Guoye Yang <498731903@qq.com> # Dun Liang . -# All Rights Reserved. +# # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/test/test_array.py b/python/jittor/test/test_array.py index bd7ef89f..c8ff206e 100644 --- a/python/jittor/test/test_array.py +++ b/python/jittor/test/test_array.py @@ -1,5 +1,6 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: Dun Liang . # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/test/test_asm_tuner.py b/python/jittor/test/test_asm_tuner.py index 688a6381..69c8e3cb 100644 --- a/python/jittor/test/test_asm_tuner.py +++ b/python/jittor/test/test_asm_tuner.py @@ -1,8 +1,9 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: # Guowei Yang <471184555@qq.com> # Dun Liang . -# All Rights Reserved. +# # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/test/test_atomic_tuner.py b/python/jittor/test/test_atomic_tuner.py index 1087cdbd..64fd7bc6 100644 --- a/python/jittor/test/test_atomic_tuner.py +++ b/python/jittor/test/test_atomic_tuner.py @@ -1,8 +1,9 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: # Guowei Yang <471184555@qq.com> # Dun Liang . -# All Rights Reserved. +# # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/test/test_attention.py b/python/jittor/test/test_attention.py index dba4b372..a663ba4d 100644 --- a/python/jittor/test/test_attention.py +++ b/python/jittor/test/test_attention.py @@ -1,9 +1,10 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: # Guowei Yang <471184555@qq.com> # Dun Liang . -# All Rights Reserved. +# # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/test/test_batchnorm.py b/python/jittor/test/test_batchnorm.py index dedf66f3..4400dac8 100644 --- a/python/jittor/test/test_batchnorm.py +++ b/python/jittor/test/test_batchnorm.py @@ -1,9 +1,10 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: # Wenyang Zhou <576825820@qq.com> # Dun Liang . -# All Rights Reserved. +# # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/test/test_binary_op.py b/python/jittor/test/test_binary_op.py index b6a1af5d..4468ec53 100644 --- a/python/jittor/test/test_binary_op.py +++ b/python/jittor/test/test_binary_op.py @@ -1,5 +1,6 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: Dun Liang . # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/test/test_broadcast_to_op.py b/python/jittor/test/test_broadcast_to_op.py index 1b64348c..34233aa4 100644 --- a/python/jittor/test/test_broadcast_to_op.py +++ b/python/jittor/test/test_broadcast_to_op.py @@ -1,5 +1,6 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: Dun Liang . # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/test/test_broadcast_tuner.py b/python/jittor/test/test_broadcast_tuner.py index 6bd986e4..be74b083 100644 --- a/python/jittor/test/test_broadcast_tuner.py +++ b/python/jittor/test/test_broadcast_tuner.py @@ -1,8 +1,9 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: # Guowei Yang <471184555@qq.com> # Dun Liang . -# All Rights Reserved. +# # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/test/test_cache.py b/python/jittor/test/test_cache.py index dde32d4f..3353cbf6 100644 --- a/python/jittor/test/test_cache.py +++ b/python/jittor/test/test_cache.py @@ -1,8 +1,9 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: # Guoye Yang <498731903@qq.com> # Dun Liang . -# All Rights Reserved. +# # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/test/test_candidate.py b/python/jittor/test/test_candidate.py index 0e8061b4..b23dba24 100644 --- a/python/jittor/test/test_candidate.py +++ b/python/jittor/test/test_candidate.py @@ -1,8 +1,9 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: # Guoye Yang <498731903@qq.com> # Dun Liang . -# All Rights Reserved. +# # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/test/test_clone.py b/python/jittor/test/test_clone.py index 12f999e6..f0a6f54c 100644 --- a/python/jittor/test/test_clone.py +++ b/python/jittor/test/test_clone.py @@ -1,7 +1,8 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: # Dun Liang . -# All Rights Reserved. +# # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/test/test_code_op.py b/python/jittor/test/test_code_op.py index ab2654e6..7624c70b 100644 --- a/python/jittor/test/test_code_op.py +++ b/python/jittor/test/test_code_op.py @@ -1,5 +1,6 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: Dun Liang . # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/test/test_compile_options.py b/python/jittor/test/test_compile_options.py index 384d6d8c..eef5a6e8 100644 --- a/python/jittor/test/test_compile_options.py +++ b/python/jittor/test/test_compile_options.py @@ -1,5 +1,6 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: Dun Liang . # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/test/test_concat_op.py b/python/jittor/test/test_concat_op.py index 4bbfa3d1..af5f65eb 100644 --- a/python/jittor/test/test_concat_op.py +++ b/python/jittor/test/test_concat_op.py @@ -1,5 +1,6 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: Dun Liang . # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/test/test_contrib.py b/python/jittor/test/test_contrib.py index a794a855..081446cf 100644 --- a/python/jittor/test/test_contrib.py +++ b/python/jittor/test/test_contrib.py @@ -1,5 +1,6 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: Dun Liang . # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/test/test_conv_transpose.py b/python/jittor/test/test_conv_transpose.py index 44f15548..228ebb72 100644 --- a/python/jittor/test/test_conv_transpose.py +++ b/python/jittor/test/test_conv_transpose.py @@ -1,7 +1,8 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: # Dun Liang . -# All Rights Reserved. +# # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/test/test_conv_tuner.py b/python/jittor/test/test_conv_tuner.py index d717a5ed..118f09f2 100644 --- a/python/jittor/test/test_conv_tuner.py +++ b/python/jittor/test/test_conv_tuner.py @@ -1,8 +1,9 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: # Guoye Yang <498731903@qq.com> # Dun Liang . -# All Rights Reserved. +# # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/test/test_core.py b/python/jittor/test/test_core.py index 20a9d0e7..b3ff620e 100644 --- a/python/jittor/test/test_core.py +++ b/python/jittor/test/test_core.py @@ -1,5 +1,6 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: Dun Liang . # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/test/test_cublas_test_op.py b/python/jittor/test/test_cublas_test_op.py index 61f901d5..b53f2746 100644 --- a/python/jittor/test/test_cublas_test_op.py +++ b/python/jittor/test/test_cublas_test_op.py @@ -1,5 +1,6 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: Dun Liang . # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/test/test_cuda.py b/python/jittor/test/test_cuda.py index 49a7f023..b945381a 100644 --- a/python/jittor/test/test_cuda.py +++ b/python/jittor/test/test_cuda.py @@ -1,5 +1,6 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: Dun Liang . # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/test/test_cudnn_op.py b/python/jittor/test/test_cudnn_op.py index 7f2b58ad..3183994f 100644 --- a/python/jittor/test/test_cudnn_op.py +++ b/python/jittor/test/test_cudnn_op.py @@ -1,5 +1,6 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: Dun Liang . # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/test/test_custom_op.py b/python/jittor/test/test_custom_op.py index 1c1c1eeb..e7c1e5ee 100644 --- a/python/jittor/test/test_custom_op.py +++ b/python/jittor/test/test_custom_op.py @@ -1,5 +1,6 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: Dun Liang . # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/test/test_dataset.py b/python/jittor/test/test_dataset.py index db097cb2..6c3c2b0a 100644 --- a/python/jittor/test/test_dataset.py +++ b/python/jittor/test/test_dataset.py @@ -1,7 +1,8 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: # Dun Liang . -# All Rights Reserved. +# # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/test/test_default_var.py b/python/jittor/test/test_default_var.py index 79dfbf87..f15d23fa 100644 --- a/python/jittor/test/test_default_var.py +++ b/python/jittor/test/test_default_var.py @@ -1,8 +1,9 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: # Guowei Yang <471184555@qq.com> # Dun Liang . -# All Rights Reserved. +# # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/test/test_densenet.py b/python/jittor/test/test_densenet.py index d2005427..14520fcd 100644 --- a/python/jittor/test/test_densenet.py +++ b/python/jittor/test/test_densenet.py @@ -1,8 +1,9 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: # Guowei Yang <471184555@qq.com> # Dun Liang . -# All Rights Reserved. +# # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/test/test_example.py b/python/jittor/test/test_example.py index 8608a630..08511f2b 100644 --- a/python/jittor/test/test_example.py +++ b/python/jittor/test/test_example.py @@ -1,5 +1,6 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: Dun Liang . # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/test/test_fetcher.py b/python/jittor/test/test_fetcher.py index cc8c4c85..736772a8 100644 --- a/python/jittor/test/test_fetcher.py +++ b/python/jittor/test/test_fetcher.py @@ -1,5 +1,6 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: Dun Liang . # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/test/test_flags.py b/python/jittor/test/test_flags.py index 7a52b590..b6683e18 100644 --- a/python/jittor/test/test_flags.py +++ b/python/jittor/test/test_flags.py @@ -1,5 +1,6 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: Dun Liang . # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/test/test_function.py b/python/jittor/test/test_function.py index b742d451..a3746078 100644 --- a/python/jittor/test/test_function.py +++ b/python/jittor/test/test_function.py @@ -1,7 +1,8 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: # Dun Liang . -# All Rights Reserved. +# # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/test/test_fused_op.py b/python/jittor/test/test_fused_op.py index 76ef7523..210cf49e 100644 --- a/python/jittor/test/test_fused_op.py +++ b/python/jittor/test/test_fused_op.py @@ -1,5 +1,6 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: Dun Liang . # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/test/test_grad.py b/python/jittor/test/test_grad.py index b152e1cf..e17de5cc 100644 --- a/python/jittor/test/test_grad.py +++ b/python/jittor/test/test_grad.py @@ -1,5 +1,6 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: Dun Liang . # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/test/test_group_conv_tuner.py b/python/jittor/test/test_group_conv_tuner.py index b5a8a007..136c6605 100644 --- a/python/jittor/test/test_group_conv_tuner.py +++ b/python/jittor/test/test_group_conv_tuner.py @@ -1,8 +1,9 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: # Guoye Yang <498731903@qq.com> # Dun Liang . -# All Rights Reserved. +# # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/test/test_index_op.py b/python/jittor/test/test_index_op.py index 952fd67a..5405c8b4 100644 --- a/python/jittor/test/test_index_op.py +++ b/python/jittor/test/test_index_op.py @@ -1,5 +1,6 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: Dun Liang . # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/test/test_jit_tests.py b/python/jittor/test/test_jit_tests.py index c54c1cb0..9fd26659 100644 --- a/python/jittor/test/test_jit_tests.py +++ b/python/jittor/test/test_jit_tests.py @@ -1,5 +1,6 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: Dun Liang . # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/test/test_jtune.py b/python/jittor/test/test_jtune.py index 3834151d..64e57261 100644 --- a/python/jittor/test/test_jtune.py +++ b/python/jittor/test/test_jtune.py @@ -1,5 +1,6 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: Dun Liang . # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/test/test_load_pth.py b/python/jittor/test/test_load_pth.py index 97fceda8..ad617672 100644 --- a/python/jittor/test/test_load_pth.py +++ b/python/jittor/test/test_load_pth.py @@ -1,8 +1,9 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: # Wenyang Zhou <576825820@qq.com> # Dun Liang . -# All Rights Reserved. +# # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/test/test_lock.py b/python/jittor/test/test_lock.py index 7cff705e..4219230d 100644 --- a/python/jittor/test/test_lock.py +++ b/python/jittor/test/test_lock.py @@ -1,8 +1,9 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: # Wenyang Zhou <576825820@qq.com> # Dun Liang . -# All Rights Reserved. +# # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/test/test_log.py b/python/jittor/test/test_log.py index 1865d3b1..cacb29e1 100644 --- a/python/jittor/test/test_log.py +++ b/python/jittor/test/test_log.py @@ -1,5 +1,6 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: Dun Liang . # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/test/test_longest_dis_fuse.py b/python/jittor/test/test_longest_dis_fuse.py index 1710067c..95024dbe 100644 --- a/python/jittor/test/test_longest_dis_fuse.py +++ b/python/jittor/test/test_longest_dis_fuse.py @@ -1,8 +1,9 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: # Guowei Yang <471184555@qq.com> # Dun Liang . -# All Rights Reserved. +# # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/test/test_loss.py b/python/jittor/test/test_loss.py index 0cea7264..4259f909 100644 --- a/python/jittor/test/test_loss.py +++ b/python/jittor/test/test_loss.py @@ -1,7 +1,8 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: # Dun Liang . -# All Rights Reserved. +# # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/test/test_lr_scheduler.py b/python/jittor/test/test_lr_scheduler.py index 15b9d195..bde7d9cc 100644 --- a/python/jittor/test/test_lr_scheduler.py +++ b/python/jittor/test/test_lr_scheduler.py @@ -1,9 +1,10 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: # Guowei Yang <471184555@qq.com> # Dun Liang . -# All Rights Reserved. +# # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/test/test_matmul.py b/python/jittor/test/test_matmul.py index 075e32ef..bb946e7e 100644 --- a/python/jittor/test/test_matmul.py +++ b/python/jittor/test/test_matmul.py @@ -1,8 +1,9 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: # Guoye Yang <498731903@qq.com> # Dun Liang . -# All Rights Reserved. +# # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/test/test_matmul_tuner.py b/python/jittor/test/test_matmul_tuner.py index f49066c5..18e65962 100644 --- a/python/jittor/test/test_matmul_tuner.py +++ b/python/jittor/test/test_matmul_tuner.py @@ -1,7 +1,8 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: # Dun Liang . -# All Rights Reserved. +# # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/test/test_mem.py b/python/jittor/test/test_mem.py index 071c49e4..b9502b6d 100644 --- a/python/jittor/test/test_mem.py +++ b/python/jittor/test/test_mem.py @@ -1,7 +1,8 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: # Dun Liang . -# All Rights Reserved. +# # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/test/test_merge_loop_var_pass.py b/python/jittor/test/test_merge_loop_var_pass.py index cf403ca6..30c41841 100644 --- a/python/jittor/test/test_merge_loop_var_pass.py +++ b/python/jittor/test/test_merge_loop_var_pass.py @@ -1,5 +1,6 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: Dun Liang . # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/test/test_merge_single_array_op.py b/python/jittor/test/test_merge_single_array_op.py index 42a7e4f6..ee3151d4 100644 --- a/python/jittor/test/test_merge_single_array_op.py +++ b/python/jittor/test/test_merge_single_array_op.py @@ -1,8 +1,9 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: # Guoye Yang <498731903@qq.com> # Dun Liang . -# All Rights Reserved. +# # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/test/test_misc_issue.py b/python/jittor/test/test_misc_issue.py index df3c3fcc..a957d013 100644 --- a/python/jittor/test/test_misc_issue.py +++ b/python/jittor/test/test_misc_issue.py @@ -1,5 +1,6 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: Dun Liang . # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/test/test_misc_op.py b/python/jittor/test/test_misc_op.py index b2078344..b29091a5 100644 --- a/python/jittor/test/test_misc_op.py +++ b/python/jittor/test/test_misc_op.py @@ -1,9 +1,10 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: # Wenyang Zhou <576825820@qq.com> # Dun Liang . -# All Rights Reserved. +# # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/test/test_mkl_conv_op.py b/python/jittor/test/test_mkl_conv_op.py index 26ced31c..b3658310 100644 --- a/python/jittor/test/test_mkl_conv_op.py +++ b/python/jittor/test/test_mkl_conv_op.py @@ -1,8 +1,9 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: # Guowei Yang <471184555@qq.com> # Dun Liang . -# All Rights Reserved. +# # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/test/test_mkl_test_op.py b/python/jittor/test/test_mkl_test_op.py index 82731319..face0db7 100644 --- a/python/jittor/test/test_mkl_test_op.py +++ b/python/jittor/test/test_mkl_test_op.py @@ -1,5 +1,6 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: Dun Liang . # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/test/test_models.py b/python/jittor/test/test_models.py index 45e648be..a525245d 100644 --- a/python/jittor/test/test_models.py +++ b/python/jittor/test/test_models.py @@ -1,8 +1,9 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: # Wenyang Zhou <576825820@qq.com> # Dun Liang . -# All Rights Reserved. +# # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/test/test_mpi.py b/python/jittor/test/test_mpi.py index 1a28055a..1f22dcd0 100644 --- a/python/jittor/test/test_mpi.py +++ b/python/jittor/test/test_mpi.py @@ -1,8 +1,9 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: # Guowei Yang <471184555@qq.com> # Dun Liang . -# All Rights Reserved. +# # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/test/test_mpi_batchnorm.py b/python/jittor/test/test_mpi_batchnorm.py index b0c44fa9..90d5b74d 100644 --- a/python/jittor/test/test_mpi_batchnorm.py +++ b/python/jittor/test/test_mpi_batchnorm.py @@ -1,8 +1,9 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: # Guowei Yang <471184555@qq.com> # Dun Liang . -# All Rights Reserved. +# # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/test/test_mpi_op.py b/python/jittor/test/test_mpi_op.py index 60b24d0b..63f4cf4d 100644 --- a/python/jittor/test/test_mpi_op.py +++ b/python/jittor/test/test_mpi_op.py @@ -1,8 +1,9 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: # Guowei Yang <471184555@qq.com> # Dun Liang . -# All Rights Reserved. +# # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/test/test_nano_string.py b/python/jittor/test/test_nano_string.py index 93420b1c..a13aaa6c 100644 --- a/python/jittor/test/test_nano_string.py +++ b/python/jittor/test/test_nano_string.py @@ -1,5 +1,6 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: Dun Liang . # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/test/test_nano_vector.py b/python/jittor/test/test_nano_vector.py index 0451dce2..391a26ce 100644 --- a/python/jittor/test/test_nano_vector.py +++ b/python/jittor/test/test_nano_vector.py @@ -1,5 +1,6 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: Dun Liang . # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/test/test_nccl.py b/python/jittor/test/test_nccl.py index 1f867962..bf5656f1 100644 --- a/python/jittor/test/test_nccl.py +++ b/python/jittor/test/test_nccl.py @@ -1,7 +1,8 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: # Dun Liang . -# All Rights Reserved. +# # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/test/test_nccl_ops.py b/python/jittor/test/test_nccl_ops.py index 48017294..4a65349a 100644 --- a/python/jittor/test/test_nccl_ops.py +++ b/python/jittor/test/test_nccl_ops.py @@ -1,9 +1,10 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: # Guoye Yang <498731903@qq.com> # Guowei Yang <471184555@qq.com> # Dun Liang . -# All Rights Reserved. +# # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/test/test_new_fused_op.py b/python/jittor/test/test_new_fused_op.py index 5a56edb4..31d3315d 100644 --- a/python/jittor/test/test_new_fused_op.py +++ b/python/jittor/test/test_new_fused_op.py @@ -1,8 +1,9 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: # Guowei Yang <471184555@qq.com> # Dun Liang . -# All Rights Reserved. +# # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/test/test_node.py b/python/jittor/test/test_node.py index 7ca104d4..fd01112f 100644 --- a/python/jittor/test/test_node.py +++ b/python/jittor/test/test_node.py @@ -1,5 +1,6 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: Dun Liang . # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/test/test_notebooks.py b/python/jittor/test/test_notebooks.py index c1c0cb33..9e746d85 100644 --- a/python/jittor/test/test_notebooks.py +++ b/python/jittor/test/test_notebooks.py @@ -1,5 +1,6 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: Dun Liang . # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/test/test_numpy_code_op.py b/python/jittor/test/test_numpy_code_op.py index e8b6e348..417967d7 100644 --- a/python/jittor/test/test_numpy_code_op.py +++ b/python/jittor/test/test_numpy_code_op.py @@ -1,8 +1,9 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: # Guowei Yang <471184555@qq.com> # Dun Liang . -# All Rights Reserved. +# # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/test/test_op_compiler.py b/python/jittor/test/test_op_compiler.py index 8421055d..22144a6d 100644 --- a/python/jittor/test/test_op_compiler.py +++ b/python/jittor/test/test_op_compiler.py @@ -1,5 +1,6 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: Dun Liang . # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/test/test_optimizer.py b/python/jittor/test/test_optimizer.py index 32ce389e..6df1c7a8 100644 --- a/python/jittor/test/test_optimizer.py +++ b/python/jittor/test/test_optimizer.py @@ -1,7 +1,8 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: # Dun Liang . -# All Rights Reserved. +# # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/test/test_pad.py b/python/jittor/test/test_pad.py index ef1e9d4c..e6759e81 100644 --- a/python/jittor/test/test_pad.py +++ b/python/jittor/test/test_pad.py @@ -1,9 +1,10 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: # Wenyang Zhou <576825820@qq.com> # Dun Liang . -# All Rights Reserved. +# # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/test/test_parallel_pass.py b/python/jittor/test/test_parallel_pass.py index 7169fd75..e3fc61f6 100644 --- a/python/jittor/test/test_parallel_pass.py +++ b/python/jittor/test/test_parallel_pass.py @@ -1,5 +1,6 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: Dun Liang . # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/test/test_pytorch_converter.py b/python/jittor/test/test_pytorch_converter.py index 21e92bc2..52ad2d47 100644 --- a/python/jittor/test/test_pytorch_converter.py +++ b/python/jittor/test/test_pytorch_converter.py @@ -1,5 +1,6 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: Dun Liang . # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/test/test_random_op.py b/python/jittor/test/test_random_op.py index 5bda9d45..c3d73b83 100644 --- a/python/jittor/test/test_random_op.py +++ b/python/jittor/test/test_random_op.py @@ -1,8 +1,9 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: # Guoye Yang <498731903@qq.com> # Dun Liang . -# All Rights Reserved. +# # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/test/test_reduce_op.py b/python/jittor/test/test_reduce_op.py index 0f6da96f..ae5dcac2 100644 --- a/python/jittor/test/test_reduce_op.py +++ b/python/jittor/test/test_reduce_op.py @@ -1,5 +1,6 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: Dun Liang . # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/test/test_reduce_tuner.py b/python/jittor/test/test_reduce_tuner.py index cd3ddab5..f4aef0f7 100644 --- a/python/jittor/test/test_reduce_tuner.py +++ b/python/jittor/test/test_reduce_tuner.py @@ -1,8 +1,9 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: # Guowei Yang <471184555@qq.com> # Dun Liang . -# All Rights Reserved. +# # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/test/test_reindex_op.py b/python/jittor/test/test_reindex_op.py index 644a5db1..851203ab 100644 --- a/python/jittor/test/test_reindex_op.py +++ b/python/jittor/test/test_reindex_op.py @@ -1,5 +1,6 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: Dun Liang . # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/test/test_reindex_reduce_op.py b/python/jittor/test/test_reindex_reduce_op.py index 73daa28b..9bc9f73b 100644 --- a/python/jittor/test/test_reindex_reduce_op.py +++ b/python/jittor/test/test_reindex_reduce_op.py @@ -1,5 +1,6 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: Dun Liang . # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/test/test_relu.py b/python/jittor/test/test_relu.py index f382c347..8f9a9510 100644 --- a/python/jittor/test/test_relu.py +++ b/python/jittor/test/test_relu.py @@ -1,9 +1,10 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: # Wenyang Zhou <576825820@qq.com> # Dun Liang . -# All Rights Reserved. +# # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/test/test_reorder_tuner.py b/python/jittor/test/test_reorder_tuner.py index 03a2218b..74e0f73f 100644 --- a/python/jittor/test/test_reorder_tuner.py +++ b/python/jittor/test/test_reorder_tuner.py @@ -1,5 +1,6 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: Dun Liang . # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/test/test_reshape.py b/python/jittor/test/test_reshape.py index d2880d3e..bd0482d7 100644 --- a/python/jittor/test/test_reshape.py +++ b/python/jittor/test/test_reshape.py @@ -1,8 +1,9 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: # Guoye Yang <498731903@qq.com> # Dun Liang . -# All Rights Reserved. +# # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/test/test_resize_and_crop.py b/python/jittor/test/test_resize_and_crop.py index 6d2d9316..ec9a7008 100644 --- a/python/jittor/test/test_resize_and_crop.py +++ b/python/jittor/test/test_resize_and_crop.py @@ -1,8 +1,9 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: # Guoye Yang <498731903@qq.com> # Dun Liang . -# All Rights Reserved. +# # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/test/test_resnet.py b/python/jittor/test/test_resnet.py index 212c42c4..6de2288c 100644 --- a/python/jittor/test/test_resnet.py +++ b/python/jittor/test/test_resnet.py @@ -1,9 +1,10 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: # Guowei Yang <471184555@qq.com> # Meng-Hao Guo # Dun Liang . -# All Rights Reserved. +# # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/test/test_ring_buffer.py b/python/jittor/test/test_ring_buffer.py index 73fd0a99..d4e4fe14 100644 --- a/python/jittor/test/test_ring_buffer.py +++ b/python/jittor/test/test_ring_buffer.py @@ -1,7 +1,8 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: # Dun Liang . -# All Rights Reserved. +# # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/test/test_ring_buffer2.py b/python/jittor/test/test_ring_buffer2.py index 4042414b..b77c3673 100644 --- a/python/jittor/test/test_ring_buffer2.py +++ b/python/jittor/test/test_ring_buffer2.py @@ -1,7 +1,8 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: # Dun Liang . -# All Rights Reserved. +# # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/test/test_setitem.py b/python/jittor/test/test_setitem.py index d1c6014b..aaa40034 100644 --- a/python/jittor/test/test_setitem.py +++ b/python/jittor/test/test_setitem.py @@ -1,7 +1,8 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: # Wenyang Zhou <576825820@qq.com>. -# All Rights Reserved. +# # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/test/test_single_process_scope.py b/python/jittor/test/test_single_process_scope.py index 33d45c5f..f8a1644c 100644 --- a/python/jittor/test/test_single_process_scope.py +++ b/python/jittor/test/test_single_process_scope.py @@ -1,8 +1,9 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: # Wenyang Zhou <576825820@qq.com> # Dun Liang . -# All Rights Reserved. +# # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/test/test_sparse.py b/python/jittor/test/test_sparse.py index ae5206c5..e27ced7c 100644 --- a/python/jittor/test/test_sparse.py +++ b/python/jittor/test/test_sparse.py @@ -1,9 +1,10 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: # Xiangli Li <1905692338@qq.com> # Dun Liang . -# All Rights Reserved. +# # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/test/test_std.py b/python/jittor/test/test_std.py index aba07007..ada7590e 100644 --- a/python/jittor/test/test_std.py +++ b/python/jittor/test/test_std.py @@ -1,7 +1,8 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: # Dun Liang . -# All Rights Reserved. +# # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/test/test_stop_fuse.py b/python/jittor/test/test_stop_fuse.py index 2f499d76..703b3f23 100644 --- a/python/jittor/test/test_stop_fuse.py +++ b/python/jittor/test/test_stop_fuse.py @@ -1,5 +1,6 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: Dun Liang . # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/test/test_ternary_op.py b/python/jittor/test/test_ternary_op.py index 0beafc4d..1ec1e4c2 100644 --- a/python/jittor/test/test_ternary_op.py +++ b/python/jittor/test/test_ternary_op.py @@ -1,5 +1,6 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: Dun Liang . # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/test/test_trace_var.py b/python/jittor/test/test_trace_var.py index be568cc1..86a9beef 100644 --- a/python/jittor/test/test_trace_var.py +++ b/python/jittor/test/test_trace_var.py @@ -1,5 +1,6 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: Dun Liang . # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/test/test_tracer.py b/python/jittor/test/test_tracer.py index a9c93e89..c1d39b9e 100644 --- a/python/jittor/test/test_tracer.py +++ b/python/jittor/test/test_tracer.py @@ -1,5 +1,6 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: Dun Liang . # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/test/test_transpose_op.py b/python/jittor/test/test_transpose_op.py index 7e55aa0b..1a482e46 100644 --- a/python/jittor/test/test_transpose_op.py +++ b/python/jittor/test/test_transpose_op.py @@ -1,5 +1,6 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: Dun Liang . # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/test/test_unary_op.py b/python/jittor/test/test_unary_op.py index c25986e2..2b5be309 100644 --- a/python/jittor/test/test_unary_op.py +++ b/python/jittor/test/test_unary_op.py @@ -1,5 +1,6 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: Dun Liang . # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/test/test_utils.py b/python/jittor/test/test_utils.py index 8bfd1a84..31e23de3 100644 --- a/python/jittor/test/test_utils.py +++ b/python/jittor/test/test_utils.py @@ -1,5 +1,6 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: Dun Liang . # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/test/test_vgg.py b/python/jittor/test/test_vgg.py index d119e1f1..d441ef36 100644 --- a/python/jittor/test/test_vgg.py +++ b/python/jittor/test/test_vgg.py @@ -1,8 +1,9 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: # Guoye Yang <498731903@qq.com> # Dun Liang . -# All Rights Reserved. +# # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/test/test_where_op.py b/python/jittor/test/test_where_op.py index 0effcf05..ece1b553 100644 --- a/python/jittor/test/test_where_op.py +++ b/python/jittor/test/test_where_op.py @@ -1,5 +1,6 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: Dun Liang . # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/utils/asm_tuner.py b/python/jittor/utils/asm_tuner.py index a5651f83..a1d2d540 100755 --- a/python/jittor/utils/asm_tuner.py +++ b/python/jittor/utils/asm_tuner.py @@ -1,9 +1,10 @@ #!/usr/bin/python3 # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: # Guowei Yang <471184555@qq.com> # Dun Liang . -# All Rights Reserved. +# # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/utils/jtune.py b/python/jittor/utils/jtune.py index 89ea3a00..9c02d219 100755 --- a/python/jittor/utils/jtune.py +++ b/python/jittor/utils/jtune.py @@ -1,6 +1,7 @@ #!/usr/bin/python3 # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: Dun Liang . # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/utils/polish.py b/python/jittor/utils/polish.py index a03b8ed0..eabbece7 100644 --- a/python/jittor/utils/polish.py +++ b/python/jittor/utils/polish.py @@ -1,6 +1,7 @@ #!/usr/bin/python3 # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: Dun Liang . # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/utils/publish.py b/python/jittor/utils/publish.py index afecb278..79b18769 100644 --- a/python/jittor/utils/publish.py +++ b/python/jittor/utils/publish.py @@ -1,8 +1,9 @@ #!/usr/bin/python3 # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: # Dun Liang . -# All Rights Reserved. +# # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor/utils/pytorch_converter.py b/python/jittor/utils/pytorch_converter.py index dfbb5f58..01c010cd 100644 --- a/python/jittor/utils/pytorch_converter.py +++ b/python/jittor/utils/pytorch_converter.py @@ -1,8 +1,9 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: # Wenyang Zhou <576825820@qq.com> # Dun Liang . -# All Rights Reserved. +# # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor_utils/__init__.py b/python/jittor_utils/__init__.py index 9cf6ad12..ce20df20 100644 --- a/python/jittor_utils/__init__.py +++ b/python/jittor_utils/__init__.py @@ -1,5 +1,6 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: Dun Liang . # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/python/jittor_utils/ring_buffer.py b/python/jittor_utils/ring_buffer.py index d6028733..35590929 100644 --- a/python/jittor_utils/ring_buffer.py +++ b/python/jittor_utils/ring_buffer.py @@ -1,7 +1,8 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: # Dun Liang . -# All Rights Reserved. +# # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/script/inference_perf.py b/script/inference_perf.py index 38663a86..c88492b5 100644 --- a/script/inference_perf.py +++ b/script/inference_perf.py @@ -1,8 +1,9 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. Authors: +# Copyright (c) 2020 Jittor. All Rights Reserved. +# Maintainers: # Wenyang Zhou <576825820@qq.com> # Dun Liang . -# All Rights Reserved. +# # This file is subject to the terms and conditions defined in # file 'LICENSE.txt', which is part of this source code package. # *************************************************************** diff --git a/src/common.h b/src/common.h index dc6f0a2a..403f82bb 100644 --- a/src/common.h +++ b/src/common.h @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/core.h b/src/core.h index ea7e16e2..843ac7e4 100644 --- a/src/core.h +++ b/src/core.h @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/event_queue.cc b/src/event_queue.cc index bc4fed7d..2e3ad707 100644 --- a/src/event_queue.cc +++ b/src/event_queue.cc @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/event_queue.h b/src/event_queue.h index 3f01e952..53f8f46c 100644 --- a/src/event_queue.h +++ b/src/event_queue.h @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/executor.cc b/src/executor.cc index 51dea96e..1a5f1e79 100644 --- a/src/executor.cc +++ b/src/executor.cc @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/fused_op.cc b/src/fused_op.cc index 5ca4379b..c9ee3f42 100644 --- a/src/fused_op.cc +++ b/src/fused_op.cc @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/fused_op.h b/src/fused_op.h index 6e8f15a1..3b2e96ff 100644 --- a/src/fused_op.h +++ b/src/fused_op.h @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/fuser.h b/src/fuser.h index ab61ac35..cd2407ca 100644 --- a/src/fuser.h +++ b/src/fuser.h @@ -1,8 +1,9 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: // Guowei Yang <471184555@qq.com> // Dun Liang . -// All Rights Reserved. +// // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/grad.cc b/src/grad.cc index 33706480..f5833738 100644 --- a/src/grad.cc +++ b/src/grad.cc @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/grad.h b/src/grad.h index f864542e..e5be9c10 100644 --- a/src/grad.h +++ b/src/grad.h @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/graph.cc b/src/graph.cc index 1134dfa4..cfd35111 100644 --- a/src/graph.cc +++ b/src/graph.cc @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/graph.h b/src/graph.h index 406480f2..6fc18101 100644 --- a/src/graph.h +++ b/src/graph.h @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/init.cc b/src/init.cc index cc8845c9..6dbd79ea 100644 --- a/src/init.cc +++ b/src/init.cc @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/init.h b/src/init.h index 3d8a48dc..67142c40 100644 --- a/src/init.h +++ b/src/init.h @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/jit_compiler.cc b/src/jit_compiler.cc index 0b352519..afdecdba 100755 --- a/src/jit_compiler.cc +++ b/src/jit_compiler.cc @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/jit_compiler.h b/src/jit_compiler.h index e95c6d5b..eb2c232a 100644 --- a/src/jit_compiler.h +++ b/src/jit_compiler.h @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/jit_key.cc b/src/jit_key.cc index 1ee66c0c..b5d21fa5 100644 --- a/src/jit_key.cc +++ b/src/jit_key.cc @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/jit_key.h b/src/jit_key.h index 6b940063..adb9fc1c 100644 --- a/src/jit_key.h +++ b/src/jit_key.h @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/lock.cc b/src/lock.cc index b0fda51b..cd9c242c 100644 --- a/src/lock.cc +++ b/src/lock.cc @@ -1,8 +1,9 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: // Wenyang Zhou <576825820@qq.com> // Dun Liang -// All Rights Reserved. +// // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/lock.h b/src/lock.h index 4420c2fc..5676ede6 100644 --- a/src/lock.h +++ b/src/lock.h @@ -1,8 +1,9 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: // Wenyang Zhou <576825820@qq.com> // Dun Liang -// All Rights Reserved. +// // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/mem/allocator.cc b/src/mem/allocator.cc index 90b10d20..d3ec59f2 100644 --- a/src/mem/allocator.cc +++ b/src/mem/allocator.cc @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/mem/allocator.h b/src/mem/allocator.h index 73f46fd8..34553800 100644 --- a/src/mem/allocator.h +++ b/src/mem/allocator.h @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/mem/allocator/aligned_allocator.cc b/src/mem/allocator/aligned_allocator.cc index 5f6255be..916bfef3 100644 --- a/src/mem/allocator/aligned_allocator.cc +++ b/src/mem/allocator/aligned_allocator.cc @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/mem/allocator/aligned_allocator.h b/src/mem/allocator/aligned_allocator.h index 1f37f4fd..9689f8f1 100644 --- a/src/mem/allocator/aligned_allocator.h +++ b/src/mem/allocator/aligned_allocator.h @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/mem/allocator/cuda_device_allocator.cc b/src/mem/allocator/cuda_device_allocator.cc index 3d06e06a..c87d0d80 100644 --- a/src/mem/allocator/cuda_device_allocator.cc +++ b/src/mem/allocator/cuda_device_allocator.cc @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/mem/allocator/cuda_device_allocator.h b/src/mem/allocator/cuda_device_allocator.h index 3c2bac79..0c6e64b5 100644 --- a/src/mem/allocator/cuda_device_allocator.h +++ b/src/mem/allocator/cuda_device_allocator.h @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/mem/allocator/cuda_dual_allocator.cc b/src/mem/allocator/cuda_dual_allocator.cc index 27724bec..b6f3df71 100644 --- a/src/mem/allocator/cuda_dual_allocator.cc +++ b/src/mem/allocator/cuda_dual_allocator.cc @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/mem/allocator/cuda_dual_allocator.h b/src/mem/allocator/cuda_dual_allocator.h index e6d8a4d8..8df1e380 100644 --- a/src/mem/allocator/cuda_dual_allocator.h +++ b/src/mem/allocator/cuda_dual_allocator.h @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/mem/allocator/cuda_host_allocator.cc b/src/mem/allocator/cuda_host_allocator.cc index 70fcaeb0..5cefe893 100644 --- a/src/mem/allocator/cuda_host_allocator.cc +++ b/src/mem/allocator/cuda_host_allocator.cc @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/mem/allocator/cuda_host_allocator.h b/src/mem/allocator/cuda_host_allocator.h index 3b9f505f..4f8021e3 100644 --- a/src/mem/allocator/cuda_host_allocator.h +++ b/src/mem/allocator/cuda_host_allocator.h @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/mem/allocator/cuda_managed_allocator.cc b/src/mem/allocator/cuda_managed_allocator.cc index f3dad7ee..9dff7f43 100644 --- a/src/mem/allocator/cuda_managed_allocator.cc +++ b/src/mem/allocator/cuda_managed_allocator.cc @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/mem/allocator/cuda_managed_allocator.h b/src/mem/allocator/cuda_managed_allocator.h index 03a67153..3a24ae2b 100644 --- a/src/mem/allocator/cuda_managed_allocator.h +++ b/src/mem/allocator/cuda_managed_allocator.h @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/mem/allocator/nfef_allocator.cc b/src/mem/allocator/nfef_allocator.cc index bbc8cca2..fa73c7e7 100644 --- a/src/mem/allocator/nfef_allocator.cc +++ b/src/mem/allocator/nfef_allocator.cc @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/mem/allocator/nfef_allocator.h b/src/mem/allocator/nfef_allocator.h index 80134d1b..e6f71527 100644 --- a/src/mem/allocator/nfef_allocator.h +++ b/src/mem/allocator/nfef_allocator.h @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/mem/allocator/sfrl_allocator.cc b/src/mem/allocator/sfrl_allocator.cc index c945524f..7185b58f 100644 --- a/src/mem/allocator/sfrl_allocator.cc +++ b/src/mem/allocator/sfrl_allocator.cc @@ -1,8 +1,9 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: // Guoye Yang <498731903@qq.com> // Dun Liang . -// All Rights Reserved. +// // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/mem/allocator/sfrl_allocator.h b/src/mem/allocator/sfrl_allocator.h index 7d0dd875..ab8a1790 100644 --- a/src/mem/allocator/sfrl_allocator.h +++ b/src/mem/allocator/sfrl_allocator.h @@ -1,8 +1,9 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: // Guoye Yang <498731903@qq.com> // Dun Liang . -// All Rights Reserved. +// // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/mem/allocator/stat_allocator.cc b/src/mem/allocator/stat_allocator.cc index 33ae77e0..7648b673 100644 --- a/src/mem/allocator/stat_allocator.cc +++ b/src/mem/allocator/stat_allocator.cc @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/mem/allocator/stat_allocator.h b/src/mem/allocator/stat_allocator.h index 3bb6cb9c..e569af6c 100644 --- a/src/mem/allocator/stat_allocator.h +++ b/src/mem/allocator/stat_allocator.h @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/mem/mem_info.cc b/src/mem/mem_info.cc index 355d9b67..375f5f7d 100644 --- a/src/mem/mem_info.cc +++ b/src/mem/mem_info.cc @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/mem/mem_info.h b/src/mem/mem_info.h index 21d33ac4..e0196023 100644 --- a/src/mem/mem_info.h +++ b/src/mem/mem_info.h @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/misc/cpu_atomic.cc b/src/misc/cpu_atomic.cc index 7d9db353..cb487fc8 100644 --- a/src/misc/cpu_atomic.cc +++ b/src/misc/cpu_atomic.cc @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/misc/cpu_atomic.h b/src/misc/cpu_atomic.h index 5d166278..62719392 100644 --- a/src/misc/cpu_atomic.h +++ b/src/misc/cpu_atomic.h @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/misc/cstr.h b/src/misc/cstr.h index 8505afac..3f7ce4a8 100644 --- a/src/misc/cstr.h +++ b/src/misc/cstr.h @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/misc/cuda_atomic.h b/src/misc/cuda_atomic.h index a57c6077..f75bf36a 100644 --- a/src/misc/cuda_atomic.h +++ b/src/misc/cuda_atomic.h @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/misc/cuda_flags.cc b/src/misc/cuda_flags.cc index 8d5d6ea3..f0a3c5ca 100644 --- a/src/misc/cuda_flags.cc +++ b/src/misc/cuda_flags.cc @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/misc/cuda_flags.h b/src/misc/cuda_flags.h index d75d7968..2de8fbc6 100644 --- a/src/misc/cuda_flags.h +++ b/src/misc/cuda_flags.h @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/misc/cuda_limits.h b/src/misc/cuda_limits.h index 250df102..ceb29147 100644 --- a/src/misc/cuda_limits.h +++ b/src/misc/cuda_limits.h @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/misc/deleter.h b/src/misc/deleter.h index e8874ffa..acf7c4a2 100644 --- a/src/misc/deleter.h +++ b/src/misc/deleter.h @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/misc/fast_shared_ptr.h b/src/misc/fast_shared_ptr.h index e82802b5..33811996 100644 --- a/src/misc/fast_shared_ptr.h +++ b/src/misc/fast_shared_ptr.h @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/misc/hash.h b/src/misc/hash.h index 9feb4775..5c5e486e 100644 --- a/src/misc/hash.h +++ b/src/misc/hash.h @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/misc/nano_string.cc b/src/misc/nano_string.cc index 43b6fa3c..15d8d1bd 100644 --- a/src/misc/nano_string.cc +++ b/src/misc/nano_string.cc @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/misc/nano_string.h b/src/misc/nano_string.h index f717da1a..27f5e620 100644 --- a/src/misc/nano_string.h +++ b/src/misc/nano_string.h @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/misc/nano_vector.h b/src/misc/nano_vector.h index 05b1fd78..db26c0a9 100644 --- a/src/misc/nano_vector.h +++ b/src/misc/nano_vector.h @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/misc/str_utils.h b/src/misc/str_utils.h index 72dc7734..30cb78f8 100644 --- a/src/misc/str_utils.h +++ b/src/misc/str_utils.h @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/misc/string_view_map.h b/src/misc/string_view_map.h index c486c9f5..f91e63b8 100644 --- a/src/misc/string_view_map.h +++ b/src/misc/string_view_map.h @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/node.h b/src/node.h index c3b9f8f2..caaae739 100644 --- a/src/node.h +++ b/src/node.h @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/numpy_func.h b/src/numpy_func.h index 4fb8edf1..e1a62274 100644 --- a/src/numpy_func.h +++ b/src/numpy_func.h @@ -1,8 +1,9 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: // Guowei Yang <471184555@qq.com> // Dun Liang . -// All Rights Reserved. +// // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/op.cc b/src/op.cc index 010eaa48..cd5df113 100644 --- a/src/op.cc +++ b/src/op.cc @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/op.h b/src/op.h index baf4a8fb..3af00e67 100644 --- a/src/op.h +++ b/src/op.h @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/op_compiler.cc b/src/op_compiler.cc index 6ebe0f31..9a4a9a46 100644 --- a/src/op_compiler.cc +++ b/src/op_compiler.cc @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/op_compiler.h b/src/op_compiler.h index da678070..8d66f998 100644 --- a/src/op_compiler.h +++ b/src/op_compiler.h @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/ops/arg_reduce_op.cc b/src/ops/arg_reduce_op.cc index 10201afa..7a351c5f 100644 --- a/src/ops/arg_reduce_op.cc +++ b/src/ops/arg_reduce_op.cc @@ -1,8 +1,9 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: // Guoye Yang <498731903@qq.com> // Dun Liang . -// All Rights Reserved. +// // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/ops/arg_reduce_op.h b/src/ops/arg_reduce_op.h index 883fc402..09e689f8 100644 --- a/src/ops/arg_reduce_op.h +++ b/src/ops/arg_reduce_op.h @@ -1,8 +1,9 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: // Guoye Yang <498731903@qq.com> // Dun Liang . -// All Rights Reserved. +// // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/ops/argsort_op.cc b/src/ops/argsort_op.cc index 5c35d115..15f9a5ee 100644 --- a/src/ops/argsort_op.cc +++ b/src/ops/argsort_op.cc @@ -1,8 +1,9 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: // Guoye Yang <498731903@qq.com> // Dun Liang . -// All Rights Reserved. +// // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/ops/argsort_op.h b/src/ops/argsort_op.h index 725dc329..1d83cb6d 100644 --- a/src/ops/argsort_op.h +++ b/src/ops/argsort_op.h @@ -1,8 +1,9 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: // Guoye Yang <498731903@qq.com> // Dun Liang . -// All Rights Reserved. +// // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/ops/array_op.cc b/src/ops/array_op.cc index 8b2f401c..dfcfff40 100644 --- a/src/ops/array_op.cc +++ b/src/ops/array_op.cc @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/ops/array_op.h b/src/ops/array_op.h index 3d5e02bd..f83c7aec 100644 --- a/src/ops/array_op.h +++ b/src/ops/array_op.h @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/ops/binary_op.cc b/src/ops/binary_op.cc index ee01de0c..b22ca5ad 100644 --- a/src/ops/binary_op.cc +++ b/src/ops/binary_op.cc @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/ops/binary_op.h b/src/ops/binary_op.h index 5c878c19..76f30317 100644 --- a/src/ops/binary_op.h +++ b/src/ops/binary_op.h @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/ops/binary_op_defs.h b/src/ops/binary_op_defs.h index 38a3d160..453d4404 100644 --- a/src/ops/binary_op_defs.h +++ b/src/ops/binary_op_defs.h @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/ops/broadcast_to_op.cc b/src/ops/broadcast_to_op.cc index 1043da91..d5a0edf6 100644 --- a/src/ops/broadcast_to_op.cc +++ b/src/ops/broadcast_to_op.cc @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/ops/broadcast_to_op.h b/src/ops/broadcast_to_op.h index fd7504df..c7813f07 100644 --- a/src/ops/broadcast_to_op.h +++ b/src/ops/broadcast_to_op.h @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/ops/candidate_op.cc b/src/ops/candidate_op.cc index 97c92a99..c68fc76b 100644 --- a/src/ops/candidate_op.cc +++ b/src/ops/candidate_op.cc @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/ops/candidate_op.h b/src/ops/candidate_op.h index 75dcc242..d82c9ec6 100644 --- a/src/ops/candidate_op.h +++ b/src/ops/candidate_op.h @@ -1,8 +1,9 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: // Guoye Yang <498731903@qq.com> // Dun Liang . -// All Rights Reserved. +// // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/ops/clone_op.cc b/src/ops/clone_op.cc index f8db1436..bd3126fb 100644 --- a/src/ops/clone_op.cc +++ b/src/ops/clone_op.cc @@ -1,7 +1,8 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: // Dun Liang . -// All Rights Reserved. +// // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/ops/clone_op.h b/src/ops/clone_op.h index 556b692d..4f312699 100644 --- a/src/ops/clone_op.h +++ b/src/ops/clone_op.h @@ -1,7 +1,8 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: // Dun Liang . -// All Rights Reserved. +// // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/ops/code_op.cc b/src/ops/code_op.cc index 76e89cc7..6f41f227 100644 --- a/src/ops/code_op.cc +++ b/src/ops/code_op.cc @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/ops/code_op.h b/src/ops/code_op.h index 7b22855f..febf765f 100644 --- a/src/ops/code_op.h +++ b/src/ops/code_op.h @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/ops/concat_op.cc b/src/ops/concat_op.cc index ff85d7b6..74fcc458 100644 --- a/src/ops/concat_op.cc +++ b/src/ops/concat_op.cc @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/ops/concat_op.h b/src/ops/concat_op.h index d97095d8..734e508d 100644 --- a/src/ops/concat_op.h +++ b/src/ops/concat_op.h @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/ops/copy_op.cc b/src/ops/copy_op.cc index 2d7b9b4e..d0e2eabb 100644 --- a/src/ops/copy_op.cc +++ b/src/ops/copy_op.cc @@ -1,7 +1,8 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: // Dun Liang . -// All Rights Reserved. +// // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/ops/copy_op.h b/src/ops/copy_op.h index c2f1899e..e3b27685 100644 --- a/src/ops/copy_op.h +++ b/src/ops/copy_op.h @@ -1,7 +1,8 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: // Dun Liang . -// All Rights Reserved. +// // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/ops/empty_op.cc b/src/ops/empty_op.cc index 0ae7e7af..3d4ede1a 100644 --- a/src/ops/empty_op.cc +++ b/src/ops/empty_op.cc @@ -1,7 +1,8 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: // Dun Liang . -// All Rights Reserved. +// // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/ops/empty_op.h b/src/ops/empty_op.h index c0f14de6..56510832 100644 --- a/src/ops/empty_op.h +++ b/src/ops/empty_op.h @@ -1,7 +1,8 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: // Dun Liang . -// All Rights Reserved. +// // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/ops/fetch_op.h b/src/ops/fetch_op.h index bf4b47db..dc58428f 100644 --- a/src/ops/fetch_op.h +++ b/src/ops/fetch_op.h @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/ops/index_op.cc b/src/ops/index_op.cc index 107fda7a..dafbafc7 100644 --- a/src/ops/index_op.cc +++ b/src/ops/index_op.cc @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/ops/index_op.h b/src/ops/index_op.h index 14b1f7ef..20bd7027 100644 --- a/src/ops/index_op.h +++ b/src/ops/index_op.h @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/ops/numpy_code_op.cc b/src/ops/numpy_code_op.cc index 907615c8..013db7c5 100644 --- a/src/ops/numpy_code_op.cc +++ b/src/ops/numpy_code_op.cc @@ -1,8 +1,9 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: // Guowei Yang <471184555@qq.com> // Dun Liang . -// All Rights Reserved. +// // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/ops/numpy_code_op.h b/src/ops/numpy_code_op.h index 6e26c5e0..9c8df069 100644 --- a/src/ops/numpy_code_op.h +++ b/src/ops/numpy_code_op.h @@ -1,8 +1,9 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: // Guowei Yang <471184555@qq.com> // Dun Liang . -// All Rights Reserved. +// // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/ops/op_register.cc b/src/ops/op_register.cc index 0c48d6d9..d82ef2fc 100644 --- a/src/ops/op_register.cc +++ b/src/ops/op_register.cc @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/ops/op_register.h b/src/ops/op_register.h index c8b611ab..e61b4ef9 100644 --- a/src/ops/op_register.h +++ b/src/ops/op_register.h @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/ops/op_utils.cc b/src/ops/op_utils.cc index d71ff836..010af8e2 100644 --- a/src/ops/op_utils.cc +++ b/src/ops/op_utils.cc @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/ops/random_op.cc b/src/ops/random_op.cc index c208dbe5..d6c1d005 100644 --- a/src/ops/random_op.cc +++ b/src/ops/random_op.cc @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/ops/random_op.h b/src/ops/random_op.h index 3747fc54..28e337ff 100644 --- a/src/ops/random_op.h +++ b/src/ops/random_op.h @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/ops/reduce_op.cc b/src/ops/reduce_op.cc index 23ecd1dd..e24bf1e5 100644 --- a/src/ops/reduce_op.cc +++ b/src/ops/reduce_op.cc @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/ops/reduce_op.h b/src/ops/reduce_op.h index 29907161..54f413a1 100644 --- a/src/ops/reduce_op.h +++ b/src/ops/reduce_op.h @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/ops/reindex_op.cc b/src/ops/reindex_op.cc index 7cadb925..ecae2502 100644 --- a/src/ops/reindex_op.cc +++ b/src/ops/reindex_op.cc @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/ops/reindex_op.h b/src/ops/reindex_op.h index 5bc32774..51c840f1 100644 --- a/src/ops/reindex_op.h +++ b/src/ops/reindex_op.h @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/ops/reindex_reduce_op.cc b/src/ops/reindex_reduce_op.cc index 1365a438..50f71694 100644 --- a/src/ops/reindex_reduce_op.cc +++ b/src/ops/reindex_reduce_op.cc @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/ops/reindex_reduce_op.h b/src/ops/reindex_reduce_op.h index 239fd889..31d8e82d 100644 --- a/src/ops/reindex_reduce_op.h +++ b/src/ops/reindex_reduce_op.h @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/ops/reshape_op.cc b/src/ops/reshape_op.cc index dd80e5bb..27aea3dd 100644 --- a/src/ops/reshape_op.cc +++ b/src/ops/reshape_op.cc @@ -1,8 +1,9 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: // Guoye Yang <498731903@qq.com> // Dun Liang . -// All Rights Reserved. +// // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/ops/reshape_op.h b/src/ops/reshape_op.h index 0df22974..20f04f5f 100644 --- a/src/ops/reshape_op.h +++ b/src/ops/reshape_op.h @@ -1,8 +1,9 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: // Guoye Yang <498731903@qq.com> // Dun Liang . -// All Rights Reserved. +// // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/ops/tape_op.cc b/src/ops/tape_op.cc index 27934977..8cddbede 100644 --- a/src/ops/tape_op.cc +++ b/src/ops/tape_op.cc @@ -1,7 +1,8 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: // Dun Liang . -// All Rights Reserved. +// // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/ops/tape_op.h b/src/ops/tape_op.h index d6354c91..e934c873 100644 --- a/src/ops/tape_op.h +++ b/src/ops/tape_op.h @@ -1,7 +1,8 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: // Dun Liang . -// All Rights Reserved. +// // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/ops/ternary_op.cc b/src/ops/ternary_op.cc index 7ab613db..45536e23 100644 --- a/src/ops/ternary_op.cc +++ b/src/ops/ternary_op.cc @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/ops/ternary_op.h b/src/ops/ternary_op.h index 1ed072e0..2ca44361 100644 --- a/src/ops/ternary_op.h +++ b/src/ops/ternary_op.h @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/ops/transpose_op.cc b/src/ops/transpose_op.cc index 04209735..75080a95 100644 --- a/src/ops/transpose_op.cc +++ b/src/ops/transpose_op.cc @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/ops/transpose_op.h b/src/ops/transpose_op.h index b958ea53..2d347883 100644 --- a/src/ops/transpose_op.h +++ b/src/ops/transpose_op.h @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/ops/unary_op.cc b/src/ops/unary_op.cc index eea47a46..d09530d3 100644 --- a/src/ops/unary_op.cc +++ b/src/ops/unary_op.cc @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/ops/unary_op.h b/src/ops/unary_op.h index 0cdda9d2..7f931701 100644 --- a/src/ops/unary_op.h +++ b/src/ops/unary_op.h @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/ops/unary_op_defs.h b/src/ops/unary_op_defs.h index ce0be536..23e256c5 100644 --- a/src/ops/unary_op_defs.h +++ b/src/ops/unary_op_defs.h @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/ops/where_op.cc b/src/ops/where_op.cc index 6e7e2e9b..0cf31899 100644 --- a/src/ops/where_op.cc +++ b/src/ops/where_op.cc @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/ops/where_op.h b/src/ops/where_op.h index d6b6ee49..adfeffe2 100644 --- a/src/ops/where_op.h +++ b/src/ops/where_op.h @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/opt/expr.cc b/src/opt/expr.cc index c308d0eb..c9353b83 100644 --- a/src/opt/expr.cc +++ b/src/opt/expr.cc @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/opt/expr.h b/src/opt/expr.h index bb8fc568..d5291ef2 100644 --- a/src/opt/expr.h +++ b/src/opt/expr.h @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/opt/jit_searcher.cc b/src/opt/jit_searcher.cc index 916964e1..129189ae 100644 --- a/src/opt/jit_searcher.cc +++ b/src/opt/jit_searcher.cc @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/opt/jit_searcher.h b/src/opt/jit_searcher.h index d8bbbc53..8bb0456c 100644 --- a/src/opt/jit_searcher.h +++ b/src/opt/jit_searcher.h @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/opt/kernel_ir.cc b/src/opt/kernel_ir.cc index 8d21d166..b33ef8c0 100644 --- a/src/opt/kernel_ir.cc +++ b/src/opt/kernel_ir.cc @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/opt/kernel_ir.h b/src/opt/kernel_ir.h index 15fe3c44..f8b300e3 100644 --- a/src/opt/kernel_ir.h +++ b/src/opt/kernel_ir.h @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/opt/pass/assume_aligned_pass.cc b/src/opt/pass/assume_aligned_pass.cc index 738ee955..72eff072 100644 --- a/src/opt/pass/assume_aligned_pass.cc +++ b/src/opt/pass/assume_aligned_pass.cc @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/opt/pass/assume_aligned_pass.h b/src/opt/pass/assume_aligned_pass.h index 4ddcc8fe..eb4d2c4c 100644 --- a/src/opt/pass/assume_aligned_pass.h +++ b/src/opt/pass/assume_aligned_pass.h @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/opt/pass/atomic_tuner_pass.h b/src/opt/pass/atomic_tuner_pass.h index 0bcc59bb..e2d07ce9 100644 --- a/src/opt/pass/atomic_tuner_pass.h +++ b/src/opt/pass/atomic_tuner_pass.h @@ -1,8 +1,9 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: // Guowei Yang <471184555@qq.com> // Dun Liang . -// All Rights Reserved. +// // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/opt/pass/check_cache_pass.cc b/src/opt/pass/check_cache_pass.cc index 3449aaef..ed3b59ac 100644 --- a/src/opt/pass/check_cache_pass.cc +++ b/src/opt/pass/check_cache_pass.cc @@ -1,8 +1,9 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: // Guoye Yang <498731903@qq.com> // Dun Liang . -// All Rights Reserved. +// // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/opt/pass/check_cache_pass.h b/src/opt/pass/check_cache_pass.h index 7a7d991a..98f03f86 100644 --- a/src/opt/pass/check_cache_pass.h +++ b/src/opt/pass/check_cache_pass.h @@ -1,8 +1,9 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: // Guoye Yang <498731903@qq.com> // Dun Liang . -// All Rights Reserved. +// // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/opt/pass/compile_shapes_pass.cc b/src/opt/pass/compile_shapes_pass.cc index 6050ef00..a16042fc 100644 --- a/src/opt/pass/compile_shapes_pass.cc +++ b/src/opt/pass/compile_shapes_pass.cc @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/opt/pass/compile_shapes_pass.h b/src/opt/pass/compile_shapes_pass.h index 8b63c6f2..0971c9a8 100644 --- a/src/opt/pass/compile_shapes_pass.h +++ b/src/opt/pass/compile_shapes_pass.h @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/opt/pass/const_var_pass.cc b/src/opt/pass/const_var_pass.cc index d34f802a..1ae2dec5 100644 --- a/src/opt/pass/const_var_pass.cc +++ b/src/opt/pass/const_var_pass.cc @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/opt/pass/const_var_pass.h b/src/opt/pass/const_var_pass.h index 36026b04..85317cf4 100644 --- a/src/opt/pass/const_var_pass.h +++ b/src/opt/pass/const_var_pass.h @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/opt/pass/expand_empty_block_pass.cc b/src/opt/pass/expand_empty_block_pass.cc index b95f5092..f9ebee76 100644 --- a/src/opt/pass/expand_empty_block_pass.cc +++ b/src/opt/pass/expand_empty_block_pass.cc @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/opt/pass/expand_empty_block_pass.h b/src/opt/pass/expand_empty_block_pass.h index bde4bc46..6255c439 100644 --- a/src/opt/pass/expand_empty_block_pass.h +++ b/src/opt/pass/expand_empty_block_pass.h @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/opt/pass/fake_main_pass.cc b/src/opt/pass/fake_main_pass.cc index e657ff26..8aa7d4d3 100644 --- a/src/opt/pass/fake_main_pass.cc +++ b/src/opt/pass/fake_main_pass.cc @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/opt/pass/fake_main_pass.h b/src/opt/pass/fake_main_pass.h index 71834354..cfc2217c 100644 --- a/src/opt/pass/fake_main_pass.h +++ b/src/opt/pass/fake_main_pass.h @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/opt/pass/float_atomic_fix_pass.cc b/src/opt/pass/float_atomic_fix_pass.cc index 6bb7ab41..d610c4ef 100644 --- a/src/opt/pass/float_atomic_fix_pass.cc +++ b/src/opt/pass/float_atomic_fix_pass.cc @@ -1,7 +1,8 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: // Dun Liang . -// All Rights Reserved. +// // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/opt/pass/float_atomic_fix_pass.h b/src/opt/pass/float_atomic_fix_pass.h index 1f5519c3..7b9a9b43 100644 --- a/src/opt/pass/float_atomic_fix_pass.h +++ b/src/opt/pass/float_atomic_fix_pass.h @@ -1,7 +1,8 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: // Dun Liang . -// All Rights Reserved. +// // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/opt/pass/insert_profile_loop_pass.cc b/src/opt/pass/insert_profile_loop_pass.cc index ed5a3aa5..02e0a81b 100644 --- a/src/opt/pass/insert_profile_loop_pass.cc +++ b/src/opt/pass/insert_profile_loop_pass.cc @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/opt/pass/insert_profile_loop_pass.h b/src/opt/pass/insert_profile_loop_pass.h index 1a3bc3c0..30eb0485 100644 --- a/src/opt/pass/insert_profile_loop_pass.h +++ b/src/opt/pass/insert_profile_loop_pass.h @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/opt/pass/loop_to_func_pass.cc b/src/opt/pass/loop_to_func_pass.cc index 0035c7cd..43988219 100644 --- a/src/opt/pass/loop_to_func_pass.cc +++ b/src/opt/pass/loop_to_func_pass.cc @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/opt/pass/loop_to_func_pass.h b/src/opt/pass/loop_to_func_pass.h index f65f7455..50e904f6 100644 --- a/src/opt/pass/loop_to_func_pass.h +++ b/src/opt/pass/loop_to_func_pass.h @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/opt/pass/loop_var_analyze_pass.cc b/src/opt/pass/loop_var_analyze_pass.cc index 537648b8..68b278a3 100644 --- a/src/opt/pass/loop_var_analyze_pass.cc +++ b/src/opt/pass/loop_var_analyze_pass.cc @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/opt/pass/loop_var_analyze_pass.h b/src/opt/pass/loop_var_analyze_pass.h index dafcbcd0..68afe891 100644 --- a/src/opt/pass/loop_var_analyze_pass.h +++ b/src/opt/pass/loop_var_analyze_pass.h @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/opt/pass/mark_raw_pass.cc b/src/opt/pass/mark_raw_pass.cc index a5922e5b..caf95aa4 100644 --- a/src/opt/pass/mark_raw_pass.cc +++ b/src/opt/pass/mark_raw_pass.cc @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/opt/pass/mark_raw_pass.h b/src/opt/pass/mark_raw_pass.h index 94c5b620..9e63037e 100644 --- a/src/opt/pass/mark_raw_pass.h +++ b/src/opt/pass/mark_raw_pass.h @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/opt/pass/merge_loop_pass.cc b/src/opt/pass/merge_loop_pass.cc index c469d45a..24790116 100644 --- a/src/opt/pass/merge_loop_pass.cc +++ b/src/opt/pass/merge_loop_pass.cc @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/opt/pass/merge_loop_pass.h b/src/opt/pass/merge_loop_pass.h index 921eeff0..79b9cace 100644 --- a/src/opt/pass/merge_loop_pass.h +++ b/src/opt/pass/merge_loop_pass.h @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/opt/pass/merge_loop_var_pass.cc b/src/opt/pass/merge_loop_var_pass.cc index 2bba7339..005720bb 100644 --- a/src/opt/pass/merge_loop_var_pass.cc +++ b/src/opt/pass/merge_loop_var_pass.cc @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/opt/pass/merge_loop_var_pass.h b/src/opt/pass/merge_loop_var_pass.h index f8d71f65..aff7d89e 100644 --- a/src/opt/pass/merge_loop_var_pass.h +++ b/src/opt/pass/merge_loop_var_pass.h @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/opt/pass/parallel_pass.h b/src/opt/pass/parallel_pass.h index 01d3ae54..5a5d9df3 100644 --- a/src/opt/pass/parallel_pass.h +++ b/src/opt/pass/parallel_pass.h @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/opt/pass/pass.cc b/src/opt/pass/pass.cc index cd479ba1..ca7141c0 100644 --- a/src/opt/pass/pass.cc +++ b/src/opt/pass/pass.cc @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/opt/pass/pass.h b/src/opt/pass/pass.h index bf0e1210..da023740 100644 --- a/src/opt/pass/pass.h +++ b/src/opt/pass/pass.h @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/opt/pass/remove_intermediate_pass.cc b/src/opt/pass/remove_intermediate_pass.cc index 3d07c57d..a809da21 100644 --- a/src/opt/pass/remove_intermediate_pass.cc +++ b/src/opt/pass/remove_intermediate_pass.cc @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/opt/pass/remove_intermediate_pass.h b/src/opt/pass/remove_intermediate_pass.h index 526b3fd6..6738316e 100644 --- a/src/opt/pass/remove_intermediate_pass.h +++ b/src/opt/pass/remove_intermediate_pass.h @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/opt/pass/remove_loop_pass.cc b/src/opt/pass/remove_loop_pass.cc index f512a0f3..2797549f 100644 --- a/src/opt/pass/remove_loop_pass.cc +++ b/src/opt/pass/remove_loop_pass.cc @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/opt/pass/remove_loop_pass.h b/src/opt/pass/remove_loop_pass.h index 66a471b9..6133d5d8 100644 --- a/src/opt/pass/remove_loop_pass.h +++ b/src/opt/pass/remove_loop_pass.h @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/opt/pass/rename_loop_index_pass.cc b/src/opt/pass/rename_loop_index_pass.cc index fc97f45d..620fe9b1 100644 --- a/src/opt/pass/rename_loop_index_pass.cc +++ b/src/opt/pass/rename_loop_index_pass.cc @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/opt/pass/rename_loop_index_pass.h b/src/opt/pass/rename_loop_index_pass.h index a7de2247..b39d8066 100644 --- a/src/opt/pass/rename_loop_index_pass.h +++ b/src/opt/pass/rename_loop_index_pass.h @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/opt/pass/reorder_loop_pass.cc b/src/opt/pass/reorder_loop_pass.cc index a7dd1aec..6686b9e3 100644 --- a/src/opt/pass/reorder_loop_pass.cc +++ b/src/opt/pass/reorder_loop_pass.cc @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/opt/pass/reorder_loop_pass.h b/src/opt/pass/reorder_loop_pass.h index ba34016a..ee9d9d3a 100644 --- a/src/opt/pass/reorder_loop_pass.h +++ b/src/opt/pass/reorder_loop_pass.h @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/opt/pass/replace_for_num_pass.cc b/src/opt/pass/replace_for_num_pass.cc index f3650f01..f371501b 100644 --- a/src/opt/pass/replace_for_num_pass.cc +++ b/src/opt/pass/replace_for_num_pass.cc @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/opt/pass/replace_for_num_pass.h b/src/opt/pass/replace_for_num_pass.h index 5eed9af0..d0039c69 100644 --- a/src/opt/pass/replace_for_num_pass.h +++ b/src/opt/pass/replace_for_num_pass.h @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/opt/pass/restride_pass.cc b/src/opt/pass/restride_pass.cc index f8b595cb..b3f73078 100644 --- a/src/opt/pass/restride_pass.cc +++ b/src/opt/pass/restride_pass.cc @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/opt/pass/restride_pass.h b/src/opt/pass/restride_pass.h index 88f6b9bc..8f182bff 100644 --- a/src/opt/pass/restride_pass.h +++ b/src/opt/pass/restride_pass.h @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/opt/pass/solve_conflict_define_pass.cc b/src/opt/pass/solve_conflict_define_pass.cc index 111672ff..742e0035 100644 --- a/src/opt/pass/solve_conflict_define_pass.cc +++ b/src/opt/pass/solve_conflict_define_pass.cc @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/opt/pass/solve_conflict_define_pass.h b/src/opt/pass/solve_conflict_define_pass.h index dc194c75..87d25142 100644 --- a/src/opt/pass/solve_conflict_define_pass.h +++ b/src/opt/pass/solve_conflict_define_pass.h @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/opt/pass/split_loop_pass.cc b/src/opt/pass/split_loop_pass.cc index 66006e6a..726fdeb3 100644 --- a/src/opt/pass/split_loop_pass.cc +++ b/src/opt/pass/split_loop_pass.cc @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/opt/pass/split_loop_pass.h b/src/opt/pass/split_loop_pass.h index b0e741af..aad67cc9 100644 --- a/src/opt/pass/split_loop_pass.h +++ b/src/opt/pass/split_loop_pass.h @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/opt/pass/unroll_pass.cc b/src/opt/pass/unroll_pass.cc index 0f3b4410..1c4e6e16 100644 --- a/src/opt/pass/unroll_pass.cc +++ b/src/opt/pass/unroll_pass.cc @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/opt/pass/unroll_pass.h b/src/opt/pass/unroll_pass.h index 9f1569ff..5cde8874 100644 --- a/src/opt/pass/unroll_pass.h +++ b/src/opt/pass/unroll_pass.h @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/opt/pass/use_movnt_pass.cc b/src/opt/pass/use_movnt_pass.cc index 77ccd57a..f445aaa4 100644 --- a/src/opt/pass/use_movnt_pass.cc +++ b/src/opt/pass/use_movnt_pass.cc @@ -1,8 +1,9 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: // Guowei Yang <471184555@qq.com> // Dun Liang . -// All Rights Reserved. +// // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/opt/pass/use_movnt_pass.h b/src/opt/pass/use_movnt_pass.h index bb7fe287..392979f0 100644 --- a/src/opt/pass/use_movnt_pass.h +++ b/src/opt/pass/use_movnt_pass.h @@ -1,8 +1,9 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: // Guowei Yang <471184555@qq.com> // Dun Liang . -// All Rights Reserved. +// // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/opt/pass/vectorize_pass.cc b/src/opt/pass/vectorize_pass.cc index 6995ed7c..87b91561 100644 --- a/src/opt/pass/vectorize_pass.cc +++ b/src/opt/pass/vectorize_pass.cc @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/opt/pass/vectorize_pass.h b/src/opt/pass/vectorize_pass.h index 3ad12ca4..9d676e08 100644 --- a/src/opt/pass/vectorize_pass.h +++ b/src/opt/pass/vectorize_pass.h @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/opt/pass_manager.cc b/src/opt/pass_manager.cc index cac87d68..ee1b8b6e 100644 --- a/src/opt/pass_manager.cc +++ b/src/opt/pass_manager.cc @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/opt/pass_manager.h b/src/opt/pass_manager.h index 1b20372c..6800ce24 100644 --- a/src/opt/pass_manager.h +++ b/src/opt/pass_manager.h @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/opt/tuner/broadcast_tuner.cc b/src/opt/tuner/broadcast_tuner.cc index 5e6fe20e..1add179c 100644 --- a/src/opt/tuner/broadcast_tuner.cc +++ b/src/opt/tuner/broadcast_tuner.cc @@ -1,8 +1,9 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: // Guowei Yang <471184555@qq.com> // Dun Liang . -// All Rights Reserved. +// // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/opt/tuner/broadcast_tuner.h b/src/opt/tuner/broadcast_tuner.h index 49777bc1..7bab9af1 100644 --- a/src/opt/tuner/broadcast_tuner.h +++ b/src/opt/tuner/broadcast_tuner.h @@ -1,8 +1,9 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: // Guowei Yang <471184555@qq.com> // Dun Liang . -// All Rights Reserved. +// // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/opt/tuner/conv_tuner.cc b/src/opt/tuner/conv_tuner.cc index 1c323b51..503cdc2f 100644 --- a/src/opt/tuner/conv_tuner.cc +++ b/src/opt/tuner/conv_tuner.cc @@ -1,8 +1,9 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: // Guowei Yang <471184555@qq.com> // Dun Liang . -// All Rights Reserved. +// // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/opt/tuner/conv_tuner.h b/src/opt/tuner/conv_tuner.h index 6b6d8265..b2121f55 100644 --- a/src/opt/tuner/conv_tuner.h +++ b/src/opt/tuner/conv_tuner.h @@ -1,8 +1,9 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: // Guowei Yang <471184555@qq.com> // Dun Liang . -// All Rights Reserved. +// // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/opt/tuner/matmul_tuner.cc b/src/opt/tuner/matmul_tuner.cc index 37b74536..ba56e944 100644 --- a/src/opt/tuner/matmul_tuner.cc +++ b/src/opt/tuner/matmul_tuner.cc @@ -1,8 +1,9 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: // Dun Liang . // Guoye Yang <498731903@qq.com> -// All Rights Reserved. +// // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/opt/tuner/matmul_tuner.h b/src/opt/tuner/matmul_tuner.h index 98c5b1f7..aa96eb57 100644 --- a/src/opt/tuner/matmul_tuner.h +++ b/src/opt/tuner/matmul_tuner.h @@ -1,7 +1,8 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: // Dun Liang . -// All Rights Reserved. +// // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/opt/tuner/reduce_tuner.cc b/src/opt/tuner/reduce_tuner.cc index 34c1e3fa..ab7be67c 100644 --- a/src/opt/tuner/reduce_tuner.cc +++ b/src/opt/tuner/reduce_tuner.cc @@ -1,8 +1,9 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: // Guowei Yang <471184555@qq.com> // Dun Liang . -// All Rights Reserved. +// // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/opt/tuner/reduce_tuner.h b/src/opt/tuner/reduce_tuner.h index be5d3bb2..e032e048 100644 --- a/src/opt/tuner/reduce_tuner.h +++ b/src/opt/tuner/reduce_tuner.h @@ -1,8 +1,9 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: // Guowei Yang <471184555@qq.com> // Dun Liang . -// All Rights Reserved. +// // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/opt/tuner/reorder_tuner.cc b/src/opt/tuner/reorder_tuner.cc index e615cbd5..d7711f41 100644 --- a/src/opt/tuner/reorder_tuner.cc +++ b/src/opt/tuner/reorder_tuner.cc @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/opt/tuner/reorder_tuner.h b/src/opt/tuner/reorder_tuner.h index c411c6f0..02bf1b4d 100644 --- a/src/opt/tuner/reorder_tuner.h +++ b/src/opt/tuner/reorder_tuner.h @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/opt/tuner/tuner.cc b/src/opt/tuner/tuner.cc index 87ef734e..5f655704 100644 --- a/src/opt/tuner/tuner.cc +++ b/src/opt/tuner/tuner.cc @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/opt/tuner/tuner.h b/src/opt/tuner/tuner.h index 8d416e6d..8e29e1f9 100644 --- a/src/opt/tuner/tuner.h +++ b/src/opt/tuner/tuner.h @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/opt/tuner_manager.cc b/src/opt/tuner_manager.cc index f0ee7002..9f4c8b19 100644 --- a/src/opt/tuner_manager.cc +++ b/src/opt/tuner_manager.cc @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/opt/tuner_manager.h b/src/opt/tuner_manager.h index 22396aae..659d675b 100644 --- a/src/opt/tuner_manager.h +++ b/src/opt/tuner_manager.h @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/opt/var_relay.cc b/src/opt/var_relay.cc index 7f678caa..1b430a72 100644 --- a/src/opt/var_relay.cc +++ b/src/opt/var_relay.cc @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/opt/var_relay.h b/src/opt/var_relay.h index 618865f8..439fda05 100644 --- a/src/opt/var_relay.h +++ b/src/opt/var_relay.h @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/profiler/cache_info.cc b/src/profiler/cache_info.cc index 98751473..2034bd14 100644 --- a/src/profiler/cache_info.cc +++ b/src/profiler/cache_info.cc @@ -1,8 +1,9 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: // Guoye Yang <498731903@qq.com> // Dun Liang . -// All Rights Reserved. +// // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/profiler/cache_info.h b/src/profiler/cache_info.h index 7f16daf7..500ce6a8 100644 --- a/src/profiler/cache_info.h +++ b/src/profiler/cache_info.h @@ -1,8 +1,9 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: // Guoye Yang <498731903@qq.com> // Dun Liang . -// All Rights Reserved. +// // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/profiler/memory_checker.cc b/src/profiler/memory_checker.cc index a7f929a8..b5fc321c 100644 --- a/src/profiler/memory_checker.cc +++ b/src/profiler/memory_checker.cc @@ -1,8 +1,9 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: // Guoye Yang <498731903@qq.com> // Dun Liang . -// All Rights Reserved. +// // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/profiler/memory_checker.h b/src/profiler/memory_checker.h index a48da19e..39324544 100644 --- a/src/profiler/memory_checker.h +++ b/src/profiler/memory_checker.h @@ -1,8 +1,9 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: // Guoye Yang <498731903@qq.com> // Dun Liang . -// All Rights Reserved. +// // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/profiler/profiler.cc b/src/profiler/profiler.cc index 6955e046..d17eeb3a 100644 --- a/src/profiler/profiler.cc +++ b/src/profiler/profiler.cc @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/profiler/profiler.h b/src/profiler/profiler.h index 8148b6d5..53ba7e05 100644 --- a/src/profiler/profiler.h +++ b/src/profiler/profiler.h @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/profiler/profiler_guard.h b/src/profiler/profiler_guard.h index a9fa1384..9f033078 100644 --- a/src/profiler/profiler_guard.h +++ b/src/profiler/profiler_guard.h @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/profiler/replacement.cc b/src/profiler/replacement.cc index 0059b28f..6ee981df 100644 --- a/src/profiler/replacement.cc +++ b/src/profiler/replacement.cc @@ -1,8 +1,9 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: // Guoye Yang <498731903@qq.com> // Dun Liang . -// All Rights Reserved. +// // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/profiler/replacement.h b/src/profiler/replacement.h index a23fadfd..2dc4bf2c 100644 --- a/src/profiler/replacement.h +++ b/src/profiler/replacement.h @@ -1,8 +1,9 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: // Guoye Yang <498731903@qq.com> // Dun Liang . -// All Rights Reserved. +// // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/profiler/simple_profiler.h b/src/profiler/simple_profiler.h index 7949c01d..ebe3e04d 100644 --- a/src/profiler/simple_profiler.h +++ b/src/profiler/simple_profiler.h @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/profiler/vtop.cc b/src/profiler/vtop.cc index 14228a95..2a651631 100644 --- a/src/profiler/vtop.cc +++ b/src/profiler/vtop.cc @@ -1,8 +1,9 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: // Guoye Yang <498731903@qq.com> // Dun Liang . -// All Rights Reserved. +// // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/pybind/core.cc b/src/pybind/core.cc index 9122145c..c7bb03bd 100644 --- a/src/pybind/core.cc +++ b/src/pybind/core.cc @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/pyjt/numpy.cc b/src/pyjt/numpy.cc index 5a0dc7c8..b08a2f0d 100644 --- a/src/pyjt/numpy.cc +++ b/src/pyjt/numpy.cc @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/pyjt/numpy.h b/src/pyjt/numpy.h index 57f2ab87..f1e04221 100644 --- a/src/pyjt/numpy.h +++ b/src/pyjt/numpy.h @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/pyjt/py_arg_printer.cc b/src/pyjt/py_arg_printer.cc index e46f1fdd..c3c3862b 100644 --- a/src/pyjt/py_arg_printer.cc +++ b/src/pyjt/py_arg_printer.cc @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/pyjt/py_arg_printer.h b/src/pyjt/py_arg_printer.h index 375dc18d..21f8d851 100644 --- a/src/pyjt/py_arg_printer.h +++ b/src/pyjt/py_arg_printer.h @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/pyjt/py_converter.h b/src/pyjt/py_converter.h index f9fcf6c4..d02b09b9 100644 --- a/src/pyjt/py_converter.h +++ b/src/pyjt/py_converter.h @@ -1,8 +1,9 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: // Dun Liang . // Guowei Yang <471184555@qq.com> -// All Rights Reserved. +// // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/pyjt/py_obj_holder.h b/src/pyjt/py_obj_holder.h index 60a214cf..1f49b565 100644 --- a/src/pyjt/py_obj_holder.h +++ b/src/pyjt/py_obj_holder.h @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/test/test_expr.cc b/src/test/test_expr.cc index 4076a1e9..f575aa1f 100644 --- a/src/test/test_expr.cc +++ b/src/test/test_expr.cc @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/test/test_fast_shared_ptr.cc b/src/test/test_fast_shared_ptr.cc index 7e9b699f..634823bd 100644 --- a/src/test/test_fast_shared_ptr.cc +++ b/src/test/test_fast_shared_ptr.cc @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/test/test_jit_key.cc b/src/test/test_jit_key.cc index 1cb0cb62..19523715 100644 --- a/src/test/test_jit_key.cc +++ b/src/test/test_jit_key.cc @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/test/test_kernel_ir.cc b/src/test/test_kernel_ir.cc index c7743438..d276b606 100644 --- a/src/test/test_kernel_ir.cc +++ b/src/test/test_kernel_ir.cc @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/test/test_nano_vector.cc b/src/test/test_nano_vector.cc index ec0bd553..fc91dd8b 100644 --- a/src/test/test_nano_vector.cc +++ b/src/test/test_nano_vector.cc @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/test/test_op_compiler.cc b/src/test/test_op_compiler.cc index bba42e41..921d2ab6 100644 --- a/src/test/test_op_compiler.cc +++ b/src/test/test_op_compiler.cc @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/test/test_op_relay.cc b/src/test/test_op_relay.cc index a10515ba..7c342f5c 100644 --- a/src/test/test_op_relay.cc +++ b/src/test/test_op_relay.cc @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/test/test_sfrl_allocator.cc b/src/test/test_sfrl_allocator.cc index 216ad4bb..d8fb5bf2 100644 --- a/src/test/test_sfrl_allocator.cc +++ b/src/test/test_sfrl_allocator.cc @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/types.h b/src/types.h index 0e3895da..deede100 100644 --- a/src/types.h +++ b/src/types.h @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/update_queue.cc b/src/update_queue.cc index 8ec5596e..a1982121 100644 --- a/src/update_queue.cc +++ b/src/update_queue.cc @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/update_queue.h b/src/update_queue.h index 632a4639..3f69b9ef 100644 --- a/src/update_queue.h +++ b/src/update_queue.h @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/utils/cache_compile.cc b/src/utils/cache_compile.cc index 735fedbb..4880defd 100644 --- a/src/utils/cache_compile.cc +++ b/src/utils/cache_compile.cc @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/utils/cache_compile.h b/src/utils/cache_compile.h index 9b7c93b4..aa45d8fa 100644 --- a/src/utils/cache_compile.h +++ b/src/utils/cache_compile.h @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/utils/flags.cc b/src/utils/flags.cc index bc46810b..6cba52d9 100644 --- a/src/utils/flags.cc +++ b/src/utils/flags.cc @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/utils/flags.h b/src/utils/flags.h index 84a48e80..978d4042 100644 --- a/src/utils/flags.h +++ b/src/utils/flags.h @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/utils/jit_utils.cc b/src/utils/jit_utils.cc index ef0276b5..64a640fc 100644 --- a/src/utils/jit_utils.cc +++ b/src/utils/jit_utils.cc @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/utils/log.cc b/src/utils/log.cc index be7751fa..c16b1449 100644 --- a/src/utils/log.cc +++ b/src/utils/log.cc @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/utils/log.h b/src/utils/log.h index ab1472c1..524deb76 100644 --- a/src/utils/log.h +++ b/src/utils/log.h @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/utils/mwsr_list.cc b/src/utils/mwsr_list.cc index bca35dcc..cba407a3 100644 --- a/src/utils/mwsr_list.cc +++ b/src/utils/mwsr_list.cc @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/utils/mwsr_list.h b/src/utils/mwsr_list.h index 7360245b..19bb95a8 100644 --- a/src/utils/mwsr_list.h +++ b/src/utils/mwsr_list.h @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/utils/tracer.cc b/src/utils/tracer.cc index ed14167c..e5355b59 100644 --- a/src/utils/tracer.cc +++ b/src/utils/tracer.cc @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/utils/tracer.h b/src/utils/tracer.h index 6fb360c1..6de387e4 100644 --- a/src/utils/tracer.h +++ b/src/utils/tracer.h @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/var.cc b/src/var.cc index 1860fde1..87c39fd8 100644 --- a/src/var.cc +++ b/src/var.cc @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/var.h b/src/var.h index 37edcd12..60cf9fe0 100644 --- a/src/var.h +++ b/src/var.h @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/var_holder.cc b/src/var_holder.cc index 3840ee1c..29ac20ec 100644 --- a/src/var_holder.cc +++ b/src/var_holder.cc @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // *************************************************************** diff --git a/src/var_holder.h b/src/var_holder.h index 41de0dc7..1d9c296a 100644 --- a/src/var_holder.h +++ b/src/var_holder.h @@ -1,5 +1,6 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. Authors: Dun Liang . All Rights Reserved. +// Copyright (c) 2020 Jittor. All Rights Reserved. +// Maintainers: Dun Liang . // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // ***************************************************************