diff --git a/LICENSE.txt b/LICENSE.txt index a0cac765..4b7fb094 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright (c) 2020 Jittor. All Rights Reserved +Copyright (c) 2021 Jittor. All Rights Reserved Apache License Version 2.0, January 2004 @@ -188,7 +188,7 @@ Copyright (c) 2020 Jittor. All Rights Reserved same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright (c) 2020 Jittor. All Rights Reserved. + Copyright (c) 2021 Jittor. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/extern/cuda/cub/ops/cub_arg_reduce_op.cc b/extern/cuda/cub/ops/cub_arg_reduce_op.cc index 8d5e2b6e..2a366c8f 100644 --- a/extern/cuda/cub/ops/cub_arg_reduce_op.cc +++ b/extern/cuda/cub/ops/cub_arg_reduce_op.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 Jittor. All Rights Reserved. // Maintainers: // Guoye Yang <498731903@qq.com> // Dun Liang . diff --git a/extern/cuda/cub/ops/cub_arg_reduce_op.h b/extern/cuda/cub/ops/cub_arg_reduce_op.h index ba9937a2..51c8e249 100644 --- a/extern/cuda/cub/ops/cub_arg_reduce_op.h +++ b/extern/cuda/cub/ops/cub_arg_reduce_op.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 Jittor. All Rights Reserved. // Maintainers: // Guoye Yang <498731903@qq.com> // Dun Liang . diff --git a/extern/cuda/cub/ops/cub_argsort_op.cc b/extern/cuda/cub/ops/cub_argsort_op.cc index 4e47d276..4a28ae65 100644 --- a/extern/cuda/cub/ops/cub_argsort_op.cc +++ b/extern/cuda/cub/ops/cub_argsort_op.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 Jittor. All Rights Reserved. // Maintainers: // Guoye Yang <498731903@qq.com> // Dun Liang . diff --git a/extern/cuda/cub/ops/cub_argsort_op.h b/extern/cuda/cub/ops/cub_argsort_op.h index e0ab67fe..b4473b3e 100644 --- a/extern/cuda/cub/ops/cub_argsort_op.h +++ b/extern/cuda/cub/ops/cub_argsort_op.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 Jittor. All Rights Reserved. // Maintainers: // Guoye Yang <498731903@qq.com> // Dun Liang . diff --git a/extern/cuda/cub/ops/cub_test_op.cc b/extern/cuda/cub/ops/cub_test_op.cc index 9d226604..8291d3e9 100644 --- a/extern/cuda/cub/ops/cub_test_op.cc +++ b/extern/cuda/cub/ops/cub_test_op.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 c70b428b..be213722 100644 --- a/extern/cuda/cub/ops/cub_test_op.h +++ b/extern/cuda/cub/ops/cub_test_op.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 bca1f8b3..09c659eb 100644 --- a/extern/cuda/cub/ops/cub_where_op.cc +++ b/extern/cuda/cub/ops/cub_where_op.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 Jittor. All Rights Reserved. // Maintainers: // Xiangli Li <1905692338@qq.com> // Dun Liang . diff --git a/extern/cuda/cub/ops/cub_where_op.h b/extern/cuda/cub/ops/cub_where_op.h index 00a18a61..d5d00e3a 100644 --- a/extern/cuda/cub/ops/cub_where_op.h +++ b/extern/cuda/cub/ops/cub_where_op.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 Jittor. All Rights Reserved. // Maintainers: // Xiangli Li <1905692338@qq.com> // Dun Liang . diff --git a/extern/cuda/cublas/inc/cublas_warper.h b/extern/cuda/cublas/inc/cublas_warper.h index 54579e21..3ee2f03b 100644 --- a/extern/cuda/cublas/inc/cublas_warper.h +++ b/extern/cuda/cublas/inc/cublas_warper.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 Jittor. All Rights Reserved. // Maintainers: // Guoye Yang <498731903@qq.com> // Dun Liang . diff --git a/extern/cuda/cublas/ops/cublas_batched_matmul_op.cc b/extern/cuda/cublas/ops/cublas_batched_matmul_op.cc index 8abadd24..5fb4b055 100644 --- a/extern/cuda/cublas/ops/cublas_batched_matmul_op.cc +++ b/extern/cuda/cublas/ops/cublas_batched_matmul_op.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 Jittor. All Rights Reserved. // Maintainers: // Meng-Hao Guo // Dun Liang . diff --git a/extern/cuda/cublas/ops/cublas_batched_matmul_op.h b/extern/cuda/cublas/ops/cublas_batched_matmul_op.h index e4818c85..2f85edcc 100644 --- a/extern/cuda/cublas/ops/cublas_batched_matmul_op.h +++ b/extern/cuda/cublas/ops/cublas_batched_matmul_op.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 Jittor. All Rights Reserved. // Maintainers: // Meng-Hao Guo // Dun Liang . diff --git a/extern/cuda/cublas/ops/cublas_matmul_op.cc b/extern/cuda/cublas/ops/cublas_matmul_op.cc index b9917e57..1bbc42e5 100644 --- a/extern/cuda/cublas/ops/cublas_matmul_op.cc +++ b/extern/cuda/cublas/ops/cublas_matmul_op.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 Jittor. All Rights Reserved. // Maintainers: // Guowei Yang <471184555@qq.com> // Dun Liang . diff --git a/extern/cuda/cublas/ops/cublas_matmul_op.h b/extern/cuda/cublas/ops/cublas_matmul_op.h index cbeb3f1e..d0aad97b 100644 --- a/extern/cuda/cublas/ops/cublas_matmul_op.h +++ b/extern/cuda/cublas/ops/cublas_matmul_op.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 Jittor. All Rights Reserved. // Maintainers: // Guoye Yang <498731903@qq.com> // Dun Liang . diff --git a/extern/cuda/cublas/ops/cublas_test_op.cc b/extern/cuda/cublas/ops/cublas_test_op.cc index 80b154ec..6a933464 100644 --- a/extern/cuda/cublas/ops/cublas_test_op.cc +++ b/extern/cuda/cublas/ops/cublas_test_op.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 2f81d246..58a5fc86 100644 --- a/extern/cuda/cublas/ops/cublas_test_op.h +++ b/extern/cuda/cublas/ops/cublas_test_op.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 473ee18b..f23c9429 100644 --- a/extern/cuda/cublas/src/cublas_warper.cc +++ b/extern/cuda/cublas/src/cublas_warper.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 Jittor. All Rights Reserved. // Maintainers: // Guoye Yang <498731903@qq.com> // Dun Liang . diff --git a/extern/cuda/cudnn/inc/cudnn_warper.h b/extern/cuda/cudnn/inc/cudnn_warper.h index b42692ea..d6d106ef 100644 --- a/extern/cuda/cudnn/inc/cudnn_warper.h +++ b/extern/cuda/cudnn/inc/cudnn_warper.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 ed1c6f8c..ccf6bc47 100644 --- a/extern/cuda/cudnn/ops/cudnn_conv_backward_w_op.cc +++ b/extern/cuda/cudnn/ops/cudnn_conv_backward_w_op.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 Jittor. All Rights Reserved. // Maintainers: // Dun Liang // Guowei Yang <471184555@qq.com> 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 32c64eba..db30b31e 100644 --- a/extern/cuda/cudnn/ops/cudnn_conv_backward_w_op.h +++ b/extern/cuda/cudnn/ops/cudnn_conv_backward_w_op.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 Jittor. All Rights Reserved. // Maintainers: // Dun Liang // Guowei Yang <471184555@qq.com> 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 5ecb503a..bb3e5eaa 100644 --- a/extern/cuda/cudnn/ops/cudnn_conv_backward_x_op.cc +++ b/extern/cuda/cudnn/ops/cudnn_conv_backward_x_op.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 Jittor. All Rights Reserved. // Maintainers: // Dun Liang // Guowei Yang <471184555@qq.com> 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 932dc6bd..9c13ee87 100644 --- a/extern/cuda/cudnn/ops/cudnn_conv_backward_x_op.h +++ b/extern/cuda/cudnn/ops/cudnn_conv_backward_x_op.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 Jittor. All Rights Reserved. // Maintainers: // Dun Liang // Guowei Yang <471184555@qq.com> diff --git a/extern/cuda/cudnn/ops/cudnn_conv_op.cc b/extern/cuda/cudnn/ops/cudnn_conv_op.cc index 5798e789..e84ee7e6 100644 --- a/extern/cuda/cudnn/ops/cudnn_conv_op.cc +++ b/extern/cuda/cudnn/ops/cudnn_conv_op.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 Jittor. All Rights Reserved. // Maintainers: Dun Liang . // // This file is subject to the terms and conditions defined in diff --git a/extern/cuda/cudnn/ops/cudnn_conv_op.h b/extern/cuda/cudnn/ops/cudnn_conv_op.h index 43cc8d2c..a57f0228 100644 --- a/extern/cuda/cudnn/ops/cudnn_conv_op.h +++ b/extern/cuda/cudnn/ops/cudnn_conv_op.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 97551b91..4407b0a2 100644 --- a/extern/cuda/cudnn/ops/cudnn_test_op.cc +++ b/extern/cuda/cudnn/ops/cudnn_test_op.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 0544883b..f8af9de6 100644 --- a/extern/cuda/cudnn/ops/cudnn_test_op.h +++ b/extern/cuda/cudnn/ops/cudnn_test_op.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 18737d2f..6044ac98 100644 --- a/extern/cuda/cudnn/src/cudnn_warper.cc +++ b/extern/cuda/cudnn/src/cudnn_warper.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 62e34770..ed9e2e63 100644 --- a/extern/cuda/curand/inc/curand_warper.h +++ b/extern/cuda/curand/inc/curand_warper.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 Jittor. All Rights Reserved. // Maintainers: // Guoye Yang <498731903@qq.com> // Dun Liang . diff --git a/extern/cuda/curand/ops/curand_random_op.cc b/extern/cuda/curand/ops/curand_random_op.cc index faed1de2..4ea8bfa3 100644 --- a/extern/cuda/curand/ops/curand_random_op.cc +++ b/extern/cuda/curand/ops/curand_random_op.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 ace83055..74f949e4 100644 --- a/extern/cuda/curand/ops/curand_random_op.h +++ b/extern/cuda/curand/ops/curand_random_op.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 Jittor. All Rights Reserved. // Maintainers: // Guoye Yang <498731903@qq.com>. // Dun Liang . diff --git a/extern/cuda/curand/src/curand_warper.cc b/extern/cuda/curand/src/curand_warper.cc index 93db18c6..f32c6755 100644 --- a/extern/cuda/curand/src/curand_warper.cc +++ b/extern/cuda/curand/src/curand_warper.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 Jittor. All Rights Reserved. // Maintainers: // Guoye Yang <498731903@qq.com> // Dun Liang . diff --git a/extern/cuda/curand/src/helper_curand.cc b/extern/cuda/curand/src/helper_curand.cc index 2b133a33..bb4b5597 100644 --- a/extern/cuda/curand/src/helper_curand.cc +++ b/extern/cuda/curand/src/helper_curand.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 Jittor. All Rights Reserved. // Maintainers: // Guoye Yang <498731903@qq.com>. // Dun Liang . diff --git a/extern/cuda/nccl/inc/nccl_warper.h b/extern/cuda/nccl/inc/nccl_warper.h index 986765ae..baf4c1ce 100644 --- a/extern/cuda/nccl/inc/nccl_warper.h +++ b/extern/cuda/nccl/inc/nccl_warper.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. +// Copyright (c) 2021 Jittor. // All Rights Reserved. // Maintainers: // Dun Liang . diff --git a/extern/cuda/nccl/ops/nccl_all_reduce_op.cc b/extern/cuda/nccl/ops/nccl_all_reduce_op.cc index f3f4aa17..b0f4650e 100644 --- a/extern/cuda/nccl/ops/nccl_all_reduce_op.cc +++ b/extern/cuda/nccl/ops/nccl_all_reduce_op.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 +// Copyright (c) 2021 // Guoye Yang <498731903@qq.com>. // Dun Liang . // All Rights Reserved. diff --git a/extern/cuda/nccl/ops/nccl_all_reduce_op.h b/extern/cuda/nccl/ops/nccl_all_reduce_op.h index 967412ae..bdd58b3b 100644 --- a/extern/cuda/nccl/ops/nccl_all_reduce_op.h +++ b/extern/cuda/nccl/ops/nccl_all_reduce_op.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 +// Copyright (c) 2021 // Guoye Yang <498731903@qq.com>. // Dun Liang . // All Rights Reserved. diff --git a/extern/cuda/nccl/ops/nccl_broadcast_op.cc b/extern/cuda/nccl/ops/nccl_broadcast_op.cc index 05524ca9..c466483f 100644 --- a/extern/cuda/nccl/ops/nccl_broadcast_op.cc +++ b/extern/cuda/nccl/ops/nccl_broadcast_op.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 +// Copyright (c) 2021 // Guoye Yang <498731903@qq.com>. // Dun Liang . // All Rights Reserved. diff --git a/extern/cuda/nccl/ops/nccl_broadcast_op.h b/extern/cuda/nccl/ops/nccl_broadcast_op.h index 97c8be2f..70405f24 100644 --- a/extern/cuda/nccl/ops/nccl_broadcast_op.h +++ b/extern/cuda/nccl/ops/nccl_broadcast_op.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 +// Copyright (c) 2021 // Guoye Yang <498731903@qq.com>. // Dun Liang . // All Rights Reserved. diff --git a/extern/cuda/nccl/ops/nccl_reduce_op.cc b/extern/cuda/nccl/ops/nccl_reduce_op.cc index e191def2..c75de3d9 100644 --- a/extern/cuda/nccl/ops/nccl_reduce_op.cc +++ b/extern/cuda/nccl/ops/nccl_reduce_op.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 +// Copyright (c) 2021 // Guoye Yang <498731903@qq.com>. // Dun Liang . // All Rights Reserved. diff --git a/extern/cuda/nccl/ops/nccl_reduce_op.h b/extern/cuda/nccl/ops/nccl_reduce_op.h index 4c750ac5..5725a864 100644 --- a/extern/cuda/nccl/ops/nccl_reduce_op.h +++ b/extern/cuda/nccl/ops/nccl_reduce_op.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 +// Copyright (c) 2021 // Guoye Yang <498731903@qq.com>. // Dun Liang . // All Rights Reserved. diff --git a/extern/cuda/nccl/ops/nccl_test_op.h b/extern/cuda/nccl/ops/nccl_test_op.h index d34a0584..9a77de32 100644 --- a/extern/cuda/nccl/ops/nccl_test_op.h +++ b/extern/cuda/nccl/ops/nccl_test_op.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. +// Copyright (c) 2021 Jittor. // All Rights Reserved. // Maintainers: // Dun Liang . diff --git a/extern/cuda/nccl/src/nccl_warper.cc b/extern/cuda/nccl/src/nccl_warper.cc index a24eeec9..6ece8ad5 100644 --- a/extern/cuda/nccl/src/nccl_warper.cc +++ b/extern/cuda/nccl/src/nccl_warper.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. +// Copyright (c) 2021 Jittor. // All Rights Reserved. // Maintainers: // Dun Liang . diff --git a/extern/mkl/ops/mkl_conv_backward_w_op.cc b/extern/mkl/ops/mkl_conv_backward_w_op.cc index 35107a9a..fca73dbe 100644 --- a/extern/mkl/ops/mkl_conv_backward_w_op.cc +++ b/extern/mkl/ops/mkl_conv_backward_w_op.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 Jittor. All Rights Reserved. // Maintainers: // Guowei Yang <471184555@qq.com> // Guoye Yang <498731903@qq.com> diff --git a/extern/mkl/ops/mkl_conv_backward_w_op.h b/extern/mkl/ops/mkl_conv_backward_w_op.h index 1c665db5..912af516 100644 --- a/extern/mkl/ops/mkl_conv_backward_w_op.h +++ b/extern/mkl/ops/mkl_conv_backward_w_op.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 Jittor. All Rights Reserved. // Maintainers: // Guowei Yang <471184555@qq.com> // Dun Liang . diff --git a/extern/mkl/ops/mkl_conv_backward_x_op.cc b/extern/mkl/ops/mkl_conv_backward_x_op.cc index b384fd24..91b9154a 100644 --- a/extern/mkl/ops/mkl_conv_backward_x_op.cc +++ b/extern/mkl/ops/mkl_conv_backward_x_op.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 Jittor. All Rights Reserved. // Maintainers: // Guowei Yang <471184555@qq.com> // Guoye Yang <498731903@qq.com> diff --git a/extern/mkl/ops/mkl_conv_backward_x_op.h b/extern/mkl/ops/mkl_conv_backward_x_op.h index 0ed8d287..357062c7 100644 --- a/extern/mkl/ops/mkl_conv_backward_x_op.h +++ b/extern/mkl/ops/mkl_conv_backward_x_op.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 Jittor. All Rights Reserved. // Maintainers: // Guowei Yang <471184555@qq.com> // Dun Liang . diff --git a/extern/mkl/ops/mkl_conv_op.cc b/extern/mkl/ops/mkl_conv_op.cc index 347f5dac..951cabe0 100644 --- a/extern/mkl/ops/mkl_conv_op.cc +++ b/extern/mkl/ops/mkl_conv_op.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 Jittor. All Rights Reserved. // Maintainers: // Guowei Yang <471184555@qq.com> // Dun Liang . diff --git a/extern/mkl/ops/mkl_conv_op.h b/extern/mkl/ops/mkl_conv_op.h index 4ea378f0..4bb29183 100644 --- a/extern/mkl/ops/mkl_conv_op.h +++ b/extern/mkl/ops/mkl_conv_op.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 Jittor. All Rights Reserved. // Maintainers: // Guowei Yang <471184555@qq.com> // Dun Liang . diff --git a/extern/mkl/ops/mkl_matmul_op.cc b/extern/mkl/ops/mkl_matmul_op.cc index 639df5bc..a35ac53b 100644 --- a/extern/mkl/ops/mkl_matmul_op.cc +++ b/extern/mkl/ops/mkl_matmul_op.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 Jittor. All Rights Reserved. // Maintainers: // Guowei Yang <471184555@qq.com> // Dun Liang . diff --git a/extern/mkl/ops/mkl_matmul_op.h b/extern/mkl/ops/mkl_matmul_op.h index 7134cf53..f1c5b7ce 100644 --- a/extern/mkl/ops/mkl_matmul_op.h +++ b/extern/mkl/ops/mkl_matmul_op.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 Jittor. All Rights Reserved. // Maintainers: // Guoye Yang <498731903@qq.com> // Dun Liang . diff --git a/extern/mkl/ops/mkl_test_op.cc b/extern/mkl/ops/mkl_test_op.cc index 119ffd03..d6ed62b7 100644 --- a/extern/mkl/ops/mkl_test_op.cc +++ b/extern/mkl/ops/mkl_test_op.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 e628742c..4cbca8ad 100644 --- a/extern/mkl/ops/mkl_test_op.h +++ b/extern/mkl/ops/mkl_test_op.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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/mpi/inc/mpi_warper.h b/extern/mpi/inc/mpi_warper.h index 82529803..42735f03 100644 --- a/extern/mpi/inc/mpi_warper.h +++ b/extern/mpi/inc/mpi_warper.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. +// Copyright (c) 2021 Jittor. // All Rights Reserved. // Maintainers: // Dun Liang . diff --git a/extern/mpi/ops/mpi_all_reduce_op.cc b/extern/mpi/ops/mpi_all_reduce_op.cc index 9ff4257f..3d767e86 100644 --- a/extern/mpi/ops/mpi_all_reduce_op.cc +++ b/extern/mpi/ops/mpi_all_reduce_op.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 +// Copyright (c) 2021 // Guowei Yang <471184555@qq.com>. // Dun Liang . // All Rights Reserved. diff --git a/extern/mpi/ops/mpi_all_reduce_op.h b/extern/mpi/ops/mpi_all_reduce_op.h index dc8e14e3..52fa54e8 100644 --- a/extern/mpi/ops/mpi_all_reduce_op.h +++ b/extern/mpi/ops/mpi_all_reduce_op.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 +// Copyright (c) 2021 // Guowei Yang <471184555@qq.com>. // Dun Liang . // All Rights Reserved. diff --git a/extern/mpi/ops/mpi_broadcast_op.cc b/extern/mpi/ops/mpi_broadcast_op.cc index 6b1d0db8..383abe9c 100644 --- a/extern/mpi/ops/mpi_broadcast_op.cc +++ b/extern/mpi/ops/mpi_broadcast_op.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 +// Copyright (c) 2021 // Guowei Yang <471184555@qq.com>. // Dun Liang . // All Rights Reserved. diff --git a/extern/mpi/ops/mpi_broadcast_op.h b/extern/mpi/ops/mpi_broadcast_op.h index ea99fc76..037508e1 100644 --- a/extern/mpi/ops/mpi_broadcast_op.h +++ b/extern/mpi/ops/mpi_broadcast_op.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 +// Copyright (c) 2021 // Guowei Yang <471184555@qq.com>. // Dun Liang . // All Rights Reserved. diff --git a/extern/mpi/ops/mpi_reduce_op.cc b/extern/mpi/ops/mpi_reduce_op.cc index a340c8d0..12790477 100644 --- a/extern/mpi/ops/mpi_reduce_op.cc +++ b/extern/mpi/ops/mpi_reduce_op.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 +// Copyright (c) 2021 // Guowei Yang <471184555@qq.com>. // Dun Liang . // All Rights Reserved. diff --git a/extern/mpi/ops/mpi_reduce_op.h b/extern/mpi/ops/mpi_reduce_op.h index 8a1a4811..436af7cf 100644 --- a/extern/mpi/ops/mpi_reduce_op.h +++ b/extern/mpi/ops/mpi_reduce_op.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 +// Copyright (c) 2021 // Guowei Yang <471184555@qq.com>. // Dun Liang . // All Rights Reserved. diff --git a/extern/mpi/ops/mpi_test_op.h b/extern/mpi/ops/mpi_test_op.h index e366d84b..e0d3cdfb 100644 --- a/extern/mpi/ops/mpi_test_op.h +++ b/extern/mpi/ops/mpi_test_op.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 +// Copyright (c) 2021 // Dun Liang . // All Rights Reserved. // This file is subject to the terms and conditions defined in diff --git a/extern/mpi/src/mpi_warper.cc b/extern/mpi/src/mpi_warper.cc index 6b43832b..7e3c32ca 100644 --- a/extern/mpi/src/mpi_warper.cc +++ b/extern/mpi/src/mpi_warper.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. +// Copyright (c) 2021 Jittor. // All Rights Reserved. // Maintainers: // Dun Liang . diff --git a/python/jittor/__init__.py b/python/jittor/__init__.py index 8c6b66f0..360d4d80 100644 --- a/python/jittor/__init__.py +++ b/python/jittor/__init__.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 Jittor. All Rights Reserved. # Maintainers: # Dun Liang . # Meng-Hao Guo diff --git a/python/jittor/attention.py b/python/jittor/attention.py index be08cd52..7132b007 100644 --- a/python/jittor/attention.py +++ b/python/jittor/attention.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 Jittor. All Rights Reserved. # Maintainers: # Guowei Yang <471184555@qq.com> # Dun Liang . diff --git a/python/jittor/compile_extern.py b/python/jittor/compile_extern.py index aee34412..61f5ebb1 100644 --- a/python/jittor/compile_extern.py +++ b/python/jittor/compile_extern.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 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 7c77b37b..0e3dc7a1 100644 --- a/python/jittor/compiler.py +++ b/python/jittor/compiler.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 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 e1982f7e..65762d67 100644 --- a/python/jittor/contrib.py +++ b/python/jittor/contrib.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 Jittor. All Rights Reserved. # Maintainers: # Guowei Yang <471184555@qq.com> # Guoye Yang <498731903@qq.com> diff --git a/python/jittor/dataset/dataset.py b/python/jittor/dataset/dataset.py index 4d0160fd..e3a54618 100644 --- a/python/jittor/dataset/dataset.py +++ b/python/jittor/dataset/dataset.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 Jittor. All Rights Reserved. # Maintainers: # Meng-Hao Guo # Dun Liang . diff --git a/python/jittor/dataset/utils.py b/python/jittor/dataset/utils.py index e5c7f4e4..8d728152 100644 --- a/python/jittor/dataset/utils.py +++ b/python/jittor/dataset/utils.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 Jittor. All Rights Reserved. # Maintainers: # Meng-Hao Guo # Dun Liang . diff --git a/python/jittor/depthwise_conv.py b/python/jittor/depthwise_conv.py index 94421c38..e95d78e2 100644 --- a/python/jittor/depthwise_conv.py +++ b/python/jittor/depthwise_conv.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 Jittor. All Rights Reserved. # Maintainers: # Guoye Yang <498731903@qq.com> # Dun Liang . diff --git a/python/jittor/init.py b/python/jittor/init.py index 7f6065a4..8cc95605 100644 --- a/python/jittor/init.py +++ b/python/jittor/init.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 Jittor. All Rights Reserved. # Maintainers: # Guowei Yang <471184555@qq.com> # Dun Liang . diff --git a/python/jittor/init_cupy.py b/python/jittor/init_cupy.py index b90f9a0e..6d2fa04b 100644 --- a/python/jittor/init_cupy.py +++ b/python/jittor/init_cupy.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 Jittor. All Rights Reserved. # Maintainers: # Guowei Yang <471184555@qq.com> # Dun Liang . diff --git a/python/jittor/linalg.py b/python/jittor/linalg.py index 3ca738f4..99789806 100644 --- a/python/jittor/linalg.py +++ b/python/jittor/linalg.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 Jittor. All Rights Reserved. # Maintainers: # Haoyang Peng <2247838039@qq.com> # Guowei Yang <471184555@qq.com> diff --git a/python/jittor/lr_scheduler.py b/python/jittor/lr_scheduler.py index 6a8fd599..e7ee70ef 100644 --- a/python/jittor/lr_scheduler.py +++ b/python/jittor/lr_scheduler.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 Jittor. All Rights Reserved. # Maintainers: # Guowei Yang <471184555@qq.com> # Dun Liang . diff --git a/python/jittor/misc.py b/python/jittor/misc.py index 2e9716ea..2f7f0d5b 100644 --- a/python/jittor/misc.py +++ b/python/jittor/misc.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 Jittor. All Rights Reserved. # Maintainers: # Dun Liang . # Wenyang Zhou <576825820@qq.com> diff --git a/python/jittor/models/alexnet.py b/python/jittor/models/alexnet.py index 7d51bac3..83af7656 100644 --- a/python/jittor/models/alexnet.py +++ b/python/jittor/models/alexnet.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 Jittor. All Rights Reserved. # Maintainers: # Wenyang Zhou <576825820@qq.com> # Dun Liang . diff --git a/python/jittor/models/densenet.py b/python/jittor/models/densenet.py index ac2d6646..8500baa1 100644 --- a/python/jittor/models/densenet.py +++ b/python/jittor/models/densenet.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 Jittor. All Rights Reserved. # Maintainers: # Guowei Yang <471184555@qq.com> # Dun Liang . diff --git a/python/jittor/models/googlenet.py b/python/jittor/models/googlenet.py index a4dcd54e..4f082e43 100644 --- a/python/jittor/models/googlenet.py +++ b/python/jittor/models/googlenet.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 Jittor. All Rights Reserved. # Maintainers: # Wenyang Zhou <576825820@qq.com> # Dun Liang . diff --git a/python/jittor/models/mnasnet.py b/python/jittor/models/mnasnet.py index c681578d..3b0cd357 100644 --- a/python/jittor/models/mnasnet.py +++ b/python/jittor/models/mnasnet.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 Jittor. All Rights Reserved. # Maintainers: # Wenyang Zhou <576825820@qq.com> # Dun Liang . diff --git a/python/jittor/models/mobilenet.py b/python/jittor/models/mobilenet.py index e7e31771..93e782a6 100644 --- a/python/jittor/models/mobilenet.py +++ b/python/jittor/models/mobilenet.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 Jittor. All Rights Reserved. # Maintainers: # Wenyang Zhou <576825820@qq.com> # Dun Liang . diff --git a/python/jittor/models/resnet.py b/python/jittor/models/resnet.py index 0d3aa3ff..bb758526 100644 --- a/python/jittor/models/resnet.py +++ b/python/jittor/models/resnet.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 Jittor. All Rights Reserved. # Maintainers: # Guowei Yang <471184555@qq.com> # Wenyang Zhou <576825820@qq.com> diff --git a/python/jittor/models/shufflenetv2.py b/python/jittor/models/shufflenetv2.py index d09c41d1..596dcbcb 100644 --- a/python/jittor/models/shufflenetv2.py +++ b/python/jittor/models/shufflenetv2.py @@ -1,6 +1,6 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 Jittor. All Rights Reserved. # Maintainers: # Wenyang Zhou <576825820@qq.com> # Dun Liang . diff --git a/python/jittor/models/squeezenet.py b/python/jittor/models/squeezenet.py index 33e61e7a..0b53d2bf 100644 --- a/python/jittor/models/squeezenet.py +++ b/python/jittor/models/squeezenet.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 Jittor. All Rights Reserved. # Maintainers: # Wenyang Zhou <576825820@qq.com> # Dun Liang . diff --git a/python/jittor/models/vgg.py b/python/jittor/models/vgg.py index 72958980..e3ca84e2 100644 --- a/python/jittor/models/vgg.py +++ b/python/jittor/models/vgg.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 Jittor. All Rights Reserved. # Maintainers: # Guoye Yang <498731903@qq.com> # Dun Liang . diff --git a/python/jittor/nn.py b/python/jittor/nn.py index 83b45d90..a5a2b71b 100644 --- a/python/jittor/nn.py +++ b/python/jittor/nn.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 Jittor. All Rights Reserved. # Maintainers: # Guowei Yang <471184555@qq.com> # Guoye Yang <498731903@qq.com> diff --git a/python/jittor/optim.py b/python/jittor/optim.py index 25e6079f..96c22cec 100644 --- a/python/jittor/optim.py +++ b/python/jittor/optim.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 Jittor. All Rights Reserved. # Maintainers: # Guowei Yang <471184555@qq.com> # Guoye Yang <498731903@qq.com> diff --git a/python/jittor/pool.py b/python/jittor/pool.py index 8fbae00c..0a0662cb 100644 --- a/python/jittor/pool.py +++ b/python/jittor/pool.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 Jittor. All Rights Reserved. # Maintainers: # Guowei Yang <471184555@qq.com> # Wenyang Zhou <576825820@qq.com> diff --git a/python/jittor/pyjt_compiler.py b/python/jittor/pyjt_compiler.py index 773b437f..1bd643c4 100644 --- a/python/jittor/pyjt_compiler.py +++ b/python/jittor/pyjt_compiler.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 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/sparse.py b/python/jittor/sparse.py index 1c98967b..3390af7d 100644 --- a/python/jittor/sparse.py +++ b/python/jittor/sparse.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 Jittor. All Rights Reserved. # Maintainers: # Dun Liang . # Xiangli Li <190569238@qq.com> diff --git a/python/jittor/test/__main__.py b/python/jittor/test/__main__.py index 1e21f547..7b26a16c 100644 --- a/python/jittor/test/__main__.py +++ b/python/jittor/test/__main__.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 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 bb706523..1058e3de 100644 --- a/python/jittor/test/test.h +++ b/python/jittor/test/test.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 aa91e4a4..3db556a1 100644 --- a/python/jittor/test/test_affine_grid.py +++ b/python/jittor/test/test_affine_grid.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 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 2bc8e490..70a8e628 100644 --- a/python/jittor/test/test_allocator.py +++ b/python/jittor/test/test_allocator.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 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 650a73f7..954c6ba4 100644 --- a/python/jittor/test/test_allocator2.py +++ b/python/jittor/test/test_allocator2.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 Jittor. All Rights Reserved. # Maintainers: # Guoye Yang <498731903@qq.com> # Dun Liang . diff --git a/python/jittor/test/test_arg_reduce_op.py b/python/jittor/test/test_arg_reduce_op.py index a1d76634..66aecc4e 100644 --- a/python/jittor/test/test_arg_reduce_op.py +++ b/python/jittor/test/test_arg_reduce_op.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 Jittor. All Rights Reserved. # Maintainers: # Guoye Yang <498731903@qq.com> # Dun Liang . diff --git a/python/jittor/test/test_argsort_op.py b/python/jittor/test/test_argsort_op.py index a1610782..f71eea68 100644 --- a/python/jittor/test/test_argsort_op.py +++ b/python/jittor/test/test_argsort_op.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 Jittor. All Rights Reserved. # Maintainers: # Guoye Yang <498731903@qq.com> # Dun Liang . diff --git a/python/jittor/test/test_array.py b/python/jittor/test/test_array.py index c8ff206e..c13a2981 100644 --- a/python/jittor/test/test_array.py +++ b/python/jittor/test/test_array.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 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 69c8e3cb..63b21782 100644 --- a/python/jittor/test/test_asm_tuner.py +++ b/python/jittor/test/test_asm_tuner.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 Jittor. All Rights Reserved. # Maintainers: # Guowei Yang <471184555@qq.com> # Dun Liang . diff --git a/python/jittor/test/test_atomic_tuner.py b/python/jittor/test/test_atomic_tuner.py index 64fd7bc6..9438c096 100644 --- a/python/jittor/test/test_atomic_tuner.py +++ b/python/jittor/test/test_atomic_tuner.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 Jittor. All Rights Reserved. # Maintainers: # Guowei Yang <471184555@qq.com> # Dun Liang . diff --git a/python/jittor/test/test_attention.py b/python/jittor/test/test_attention.py index a663ba4d..cd9362c3 100644 --- a/python/jittor/test/test_attention.py +++ b/python/jittor/test/test_attention.py @@ -1,6 +1,6 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 Jittor. All Rights Reserved. # Maintainers: # Guowei Yang <471184555@qq.com> # Dun Liang . diff --git a/python/jittor/test/test_auto_diff.py b/python/jittor/test/test_auto_diff.py index c9231238..933a44e9 100644 --- a/python/jittor/test/test_auto_diff.py +++ b/python/jittor/test/test_auto_diff.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 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_batchnorm.py b/python/jittor/test/test_batchnorm.py index 4400dac8..964f0fdd 100644 --- a/python/jittor/test/test_batchnorm.py +++ b/python/jittor/test/test_batchnorm.py @@ -1,6 +1,6 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 Jittor. All Rights Reserved. # Maintainers: # Wenyang Zhou <576825820@qq.com> # Dun Liang . diff --git a/python/jittor/test/test_binary_op.py b/python/jittor/test/test_binary_op.py index 4468ec53..a51d50c8 100644 --- a/python/jittor/test/test_binary_op.py +++ b/python/jittor/test/test_binary_op.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 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_bmm.py b/python/jittor/test/test_bmm.py index 436c70b7..406b7479 100644 --- a/python/jittor/test/test_bmm.py +++ b/python/jittor/test/test_bmm.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 Jittor. All Rights Reserved. # Maintainers: # Meng-Hao Guo # Dun Liang . diff --git a/python/jittor/test/test_broadcast_to_op.py b/python/jittor/test/test_broadcast_to_op.py index 34233aa4..ff452c36 100644 --- a/python/jittor/test/test_broadcast_to_op.py +++ b/python/jittor/test/test_broadcast_to_op.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 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 be74b083..a917606d 100644 --- a/python/jittor/test/test_broadcast_tuner.py +++ b/python/jittor/test/test_broadcast_tuner.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 Jittor. All Rights Reserved. # Maintainers: # Guowei Yang <471184555@qq.com> # Dun Liang . diff --git a/python/jittor/test/test_cache.py b/python/jittor/test/test_cache.py index 3353cbf6..683e32c2 100644 --- a/python/jittor/test/test_cache.py +++ b/python/jittor/test/test_cache.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 Jittor. All Rights Reserved. # Maintainers: # Guoye Yang <498731903@qq.com> # Dun Liang . diff --git a/python/jittor/test/test_candidate.py b/python/jittor/test/test_candidate.py index b23dba24..6fa5dae0 100644 --- a/python/jittor/test/test_candidate.py +++ b/python/jittor/test/test_candidate.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 Jittor. All Rights Reserved. # Maintainers: # Guoye Yang <498731903@qq.com> # Dun Liang . diff --git a/python/jittor/test/test_clone.py b/python/jittor/test/test_clone.py index f0a6f54c..6d4aca68 100644 --- a/python/jittor/test/test_clone.py +++ b/python/jittor/test/test_clone.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 Jittor. All Rights Reserved. # Maintainers: # Dun Liang . # diff --git a/python/jittor/test/test_code_op.py b/python/jittor/test/test_code_op.py index 7624c70b..c1f044b8 100644 --- a/python/jittor/test/test_code_op.py +++ b/python/jittor/test/test_code_op.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 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 eef5a6e8..cbc4ba93 100644 --- a/python/jittor/test/test_compile_options.py +++ b/python/jittor/test/test_compile_options.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 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 b197522c..f48c2759 100644 --- a/python/jittor/test/test_concat_op.py +++ b/python/jittor/test/test_concat_op.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 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 081446cf..1af88be9 100644 --- a/python/jittor/test/test_contrib.py +++ b/python/jittor/test/test_contrib.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 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 228ebb72..4fcfcb5a 100644 --- a/python/jittor/test/test_conv_transpose.py +++ b/python/jittor/test/test_conv_transpose.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 Jittor. All Rights Reserved. # Maintainers: # Dun Liang . # diff --git a/python/jittor/test/test_conv_tuner.py b/python/jittor/test/test_conv_tuner.py index 118f09f2..e1759070 100644 --- a/python/jittor/test/test_conv_tuner.py +++ b/python/jittor/test/test_conv_tuner.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 Jittor. All Rights Reserved. # Maintainers: # Guoye Yang <498731903@qq.com> # Dun Liang . diff --git a/python/jittor/test/test_core.py b/python/jittor/test/test_core.py index b3ff620e..76a5e483 100644 --- a/python/jittor/test/test_core.py +++ b/python/jittor/test/test_core.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 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 b53f2746..fffc2518 100644 --- a/python/jittor/test/test_cublas_test_op.py +++ b/python/jittor/test/test_cublas_test_op.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 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 b945381a..4c28436c 100644 --- a/python/jittor/test/test_cuda.py +++ b/python/jittor/test/test_cuda.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 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 3183994f..03187273 100644 --- a/python/jittor/test/test_cudnn_op.py +++ b/python/jittor/test/test_cudnn_op.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 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 e7c1e5ee..16bc7b9a 100644 --- a/python/jittor/test/test_custom_op.py +++ b/python/jittor/test/test_custom_op.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 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 6c3c2b0a..353c9854 100644 --- a/python/jittor/test/test_dataset.py +++ b/python/jittor/test/test_dataset.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 Jittor. All Rights Reserved. # Maintainers: # Dun Liang . # diff --git a/python/jittor/test/test_default_var.py b/python/jittor/test/test_default_var.py index f15d23fa..6928372d 100644 --- a/python/jittor/test/test_default_var.py +++ b/python/jittor/test/test_default_var.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 Jittor. All Rights Reserved. # Maintainers: # Guowei Yang <471184555@qq.com> # Dun Liang . diff --git a/python/jittor/test/test_densenet.py b/python/jittor/test/test_densenet.py index 14520fcd..78ba7ce1 100644 --- a/python/jittor/test/test_densenet.py +++ b/python/jittor/test/test_densenet.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 Jittor. All Rights Reserved. # Maintainers: # Guowei Yang <471184555@qq.com> # Dun Liang . diff --git a/python/jittor/test/test_depthwise_conv.py b/python/jittor/test/test_depthwise_conv.py index 1d547ea5..5bcc49cc 100644 --- a/python/jittor/test/test_depthwise_conv.py +++ b/python/jittor/test/test_depthwise_conv.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 Jittor. All Rights Reserved. # Maintainers: # Guoye Yang <498731903@qq.com> # Dun Liang . diff --git a/python/jittor/test/test_example.py b/python/jittor/test/test_example.py index 08511f2b..432e7fec 100644 --- a/python/jittor/test/test_example.py +++ b/python/jittor/test/test_example.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 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 736772a8..75068711 100644 --- a/python/jittor/test/test_fetcher.py +++ b/python/jittor/test/test_fetcher.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 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 b6683e18..ca04980c 100644 --- a/python/jittor/test/test_flags.py +++ b/python/jittor/test/test_flags.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 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 a3746078..01d49044 100644 --- a/python/jittor/test/test_function.py +++ b/python/jittor/test/test_function.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 Jittor. All Rights Reserved. # Maintainers: # Dun Liang . # diff --git a/python/jittor/test/test_fused_op.py b/python/jittor/test/test_fused_op.py index 210cf49e..14b170c9 100644 --- a/python/jittor/test/test_fused_op.py +++ b/python/jittor/test/test_fused_op.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 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 e17de5cc..39fc4e09 100644 --- a/python/jittor/test/test_grad.py +++ b/python/jittor/test/test_grad.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 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 136c6605..34b2062f 100644 --- a/python/jittor/test/test_group_conv_tuner.py +++ b/python/jittor/test/test_group_conv_tuner.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 Jittor. All Rights Reserved. # Maintainers: # Guoye Yang <498731903@qq.com> # Dun Liang . diff --git a/python/jittor/test/test_image_folder.py b/python/jittor/test/test_image_folder.py index 1edefa61..6727de6f 100644 --- a/python/jittor/test/test_image_folder.py +++ b/python/jittor/test/test_image_folder.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 +# Copyright (c) 2021 # Dun Liang . # All Rights Reserved. # This file is subject to the terms and conditions defined in diff --git a/python/jittor/test/test_index_op.py b/python/jittor/test/test_index_op.py index 5405c8b4..e13550f6 100644 --- a/python/jittor/test/test_index_op.py +++ b/python/jittor/test/test_index_op.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 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 9fd26659..9d635501 100644 --- a/python/jittor/test/test_jit_tests.py +++ b/python/jittor/test/test_jit_tests.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 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 64e57261..33b8dfbf 100644 --- a/python/jittor/test/test_jtune.py +++ b/python/jittor/test/test_jtune.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 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_lazy_execution.py b/python/jittor/test/test_lazy_execution.py index ce276b47..c9bd1609 100644 --- a/python/jittor/test/test_lazy_execution.py +++ b/python/jittor/test/test_lazy_execution.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 Jittor. All Rights Reserved. # Maintainers: # Meng-Hao Guo # Dun Liang . diff --git a/python/jittor/test/test_linalg.py b/python/jittor/test/test_linalg.py index 5b2e856d..6d6bbcdc 100644 --- a/python/jittor/test/test_linalg.py +++ b/python/jittor/test/test_linalg.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 Jittor. All Rights Reserved. # Maintainers: # Haoyang Peng <2247838039@qq.com> # Guowei Yang <471184555@qq.com> diff --git a/python/jittor/test/test_load_pth.py b/python/jittor/test/test_load_pth.py index ad617672..d937fec2 100644 --- a/python/jittor/test/test_load_pth.py +++ b/python/jittor/test/test_load_pth.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 Jittor. All Rights Reserved. # Maintainers: # Wenyang Zhou <576825820@qq.com> # Dun Liang . diff --git a/python/jittor/test/test_lock.py b/python/jittor/test/test_lock.py index 4219230d..e70486cd 100644 --- a/python/jittor/test/test_lock.py +++ b/python/jittor/test/test_lock.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 Jittor. All Rights Reserved. # Maintainers: # Wenyang Zhou <576825820@qq.com> # Dun Liang . diff --git a/python/jittor/test/test_log.py b/python/jittor/test/test_log.py index cacb29e1..54a2124d 100644 --- a/python/jittor/test/test_log.py +++ b/python/jittor/test/test_log.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 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 95024dbe..a4352022 100644 --- a/python/jittor/test/test_longest_dis_fuse.py +++ b/python/jittor/test/test_longest_dis_fuse.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 Jittor. All Rights Reserved. # Maintainers: # Guowei Yang <471184555@qq.com> # Dun Liang . diff --git a/python/jittor/test/test_loss.py b/python/jittor/test/test_loss.py index 4259f909..ac7f9533 100644 --- a/python/jittor/test/test_loss.py +++ b/python/jittor/test/test_loss.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 Jittor. All Rights Reserved. # Maintainers: # Dun Liang . # diff --git a/python/jittor/test/test_lr_scheduler.py b/python/jittor/test/test_lr_scheduler.py index bde7d9cc..4aa19ac7 100644 --- a/python/jittor/test/test_lr_scheduler.py +++ b/python/jittor/test/test_lr_scheduler.py @@ -1,6 +1,6 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 Jittor. All Rights Reserved. # Maintainers: # Guowei Yang <471184555@qq.com> # Dun Liang . diff --git a/python/jittor/test/test_matmul.py b/python/jittor/test/test_matmul.py index bb946e7e..df374b76 100644 --- a/python/jittor/test/test_matmul.py +++ b/python/jittor/test/test_matmul.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 Jittor. All Rights Reserved. # Maintainers: # Guoye Yang <498731903@qq.com> # Dun Liang . diff --git a/python/jittor/test/test_matmul_tuner.py b/python/jittor/test/test_matmul_tuner.py index 18e65962..01e489c7 100644 --- a/python/jittor/test/test_matmul_tuner.py +++ b/python/jittor/test/test_matmul_tuner.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 Jittor. All Rights Reserved. # Maintainers: # Dun Liang . # diff --git a/python/jittor/test/test_mem.py b/python/jittor/test/test_mem.py index b9502b6d..1e941487 100644 --- a/python/jittor/test/test_mem.py +++ b/python/jittor/test/test_mem.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 Jittor. All Rights Reserved. # Maintainers: # Dun Liang . # diff --git a/python/jittor/test/test_merge_loop_var_pass.py b/python/jittor/test/test_merge_loop_var_pass.py index 30c41841..dbe37e8f 100644 --- a/python/jittor/test/test_merge_loop_var_pass.py +++ b/python/jittor/test/test_merge_loop_var_pass.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 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 ee3151d4..f62fa611 100644 --- a/python/jittor/test/test_merge_single_array_op.py +++ b/python/jittor/test/test_merge_single_array_op.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 Jittor. All Rights Reserved. # Maintainers: # Guoye Yang <498731903@qq.com> # Dun Liang . diff --git a/python/jittor/test/test_misc_issue.py b/python/jittor/test/test_misc_issue.py index a957d013..01b29940 100644 --- a/python/jittor/test/test_misc_issue.py +++ b/python/jittor/test/test_misc_issue.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 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 dda1c74a..2f9e8852 100644 --- a/python/jittor/test/test_misc_op.py +++ b/python/jittor/test/test_misc_op.py @@ -1,6 +1,6 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 Jittor. All Rights Reserved. # Maintainers: # Wenyang Zhou <576825820@qq.com> # Dun Liang . diff --git a/python/jittor/test/test_mkl_conv_op.py b/python/jittor/test/test_mkl_conv_op.py index b3658310..4d187f61 100644 --- a/python/jittor/test/test_mkl_conv_op.py +++ b/python/jittor/test/test_mkl_conv_op.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 Jittor. All Rights Reserved. # Maintainers: # Guowei Yang <471184555@qq.com> # Dun Liang . diff --git a/python/jittor/test/test_mkl_test_op.py b/python/jittor/test/test_mkl_test_op.py index face0db7..82511740 100644 --- a/python/jittor/test/test_mkl_test_op.py +++ b/python/jittor/test/test_mkl_test_op.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 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 a525245d..34e02cb5 100644 --- a/python/jittor/test/test_models.py +++ b/python/jittor/test/test_models.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 Jittor. All Rights Reserved. # Maintainers: # Wenyang Zhou <576825820@qq.com> # Dun Liang . diff --git a/python/jittor/test/test_mpi.py b/python/jittor/test/test_mpi.py index 1f22dcd0..f251eaf2 100644 --- a/python/jittor/test/test_mpi.py +++ b/python/jittor/test/test_mpi.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 Jittor. All Rights Reserved. # Maintainers: # Guowei Yang <471184555@qq.com> # Dun Liang . diff --git a/python/jittor/test/test_mpi_batchnorm.py b/python/jittor/test/test_mpi_batchnorm.py index 90d5b74d..12fa168e 100644 --- a/python/jittor/test/test_mpi_batchnorm.py +++ b/python/jittor/test/test_mpi_batchnorm.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 Jittor. All Rights Reserved. # Maintainers: # Guowei Yang <471184555@qq.com> # Dun Liang . diff --git a/python/jittor/test/test_mpi_op.py b/python/jittor/test/test_mpi_op.py index 63f4cf4d..cabcb547 100644 --- a/python/jittor/test/test_mpi_op.py +++ b/python/jittor/test/test_mpi_op.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 Jittor. All Rights Reserved. # Maintainers: # Guowei Yang <471184555@qq.com> # Dun Liang . diff --git a/python/jittor/test/test_nano_string.py b/python/jittor/test/test_nano_string.py index a13aaa6c..b3bc64fd 100644 --- a/python/jittor/test/test_nano_string.py +++ b/python/jittor/test/test_nano_string.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 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 391a26ce..4993de47 100644 --- a/python/jittor/test/test_nano_vector.py +++ b/python/jittor/test/test_nano_vector.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 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 bf5656f1..fcedbd80 100644 --- a/python/jittor/test/test_nccl.py +++ b/python/jittor/test/test_nccl.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 Jittor. All Rights Reserved. # Maintainers: # Dun Liang . # diff --git a/python/jittor/test/test_nccl_ops.py b/python/jittor/test/test_nccl_ops.py index 4a65349a..1ef45b80 100644 --- a/python/jittor/test/test_nccl_ops.py +++ b/python/jittor/test/test_nccl_ops.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 Jittor. All Rights Reserved. # Maintainers: # Guoye Yang <498731903@qq.com> # Guowei Yang <471184555@qq.com> diff --git a/python/jittor/test/test_new_fused_op.py b/python/jittor/test/test_new_fused_op.py index 31d3315d..32b9c488 100644 --- a/python/jittor/test/test_new_fused_op.py +++ b/python/jittor/test/test_new_fused_op.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 Jittor. All Rights Reserved. # Maintainers: # Guowei Yang <471184555@qq.com> # Dun Liang . diff --git a/python/jittor/test/test_node.py b/python/jittor/test/test_node.py index fd01112f..8ab0c421 100644 --- a/python/jittor/test/test_node.py +++ b/python/jittor/test/test_node.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 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 9e746d85..9f90b7d8 100644 --- a/python/jittor/test/test_notebooks.py +++ b/python/jittor/test/test_notebooks.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 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 417967d7..526a2632 100644 --- a/python/jittor/test/test_numpy_code_op.py +++ b/python/jittor/test/test_numpy_code_op.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 Jittor. All Rights Reserved. # Maintainers: # Guowei Yang <471184555@qq.com> # Dun Liang . diff --git a/python/jittor/test/test_op_compiler.py b/python/jittor/test/test_op_compiler.py index 22144a6d..58a02663 100644 --- a/python/jittor/test/test_op_compiler.py +++ b/python/jittor/test/test_op_compiler.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 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 6df1c7a8..ca201c0a 100644 --- a/python/jittor/test/test_optimizer.py +++ b/python/jittor/test/test_optimizer.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 Jittor. All Rights Reserved. # Maintainers: # Dun Liang . # diff --git a/python/jittor/test/test_pad.py b/python/jittor/test/test_pad.py index e6759e81..dd8c786a 100644 --- a/python/jittor/test/test_pad.py +++ b/python/jittor/test/test_pad.py @@ -1,6 +1,6 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 Jittor. All Rights Reserved. # Maintainers: # Wenyang Zhou <576825820@qq.com> # Dun Liang . diff --git a/python/jittor/test/test_parallel_pass.py b/python/jittor/test/test_parallel_pass.py index e3fc61f6..88e3408d 100644 --- a/python/jittor/test/test_parallel_pass.py +++ b/python/jittor/test/test_parallel_pass.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 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 52ad2d47..89d71b92 100644 --- a/python/jittor/test/test_pytorch_converter.py +++ b/python/jittor/test/test_pytorch_converter.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 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 4420e258..9b93758d 100644 --- a/python/jittor/test/test_random_op.py +++ b/python/jittor/test/test_random_op.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 Jittor. All Rights Reserved. # Maintainers: # Guoye Yang <498731903@qq.com> # Dun Liang . diff --git a/python/jittor/test/test_reduce_op.py b/python/jittor/test/test_reduce_op.py index ae5dcac2..638c4843 100644 --- a/python/jittor/test/test_reduce_op.py +++ b/python/jittor/test/test_reduce_op.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 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 f4aef0f7..0a39a6ab 100644 --- a/python/jittor/test/test_reduce_tuner.py +++ b/python/jittor/test/test_reduce_tuner.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 Jittor. All Rights Reserved. # Maintainers: # Guowei Yang <471184555@qq.com> # Dun Liang . diff --git a/python/jittor/test/test_reindex_op.py b/python/jittor/test/test_reindex_op.py index 851203ab..a813fc5c 100644 --- a/python/jittor/test/test_reindex_op.py +++ b/python/jittor/test/test_reindex_op.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 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 9bc9f73b..6cb8d004 100644 --- a/python/jittor/test/test_reindex_reduce_op.py +++ b/python/jittor/test/test_reindex_reduce_op.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 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 8f9a9510..fc03e963 100644 --- a/python/jittor/test/test_relu.py +++ b/python/jittor/test/test_relu.py @@ -1,6 +1,6 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 Jittor. All Rights Reserved. # Maintainers: # Wenyang Zhou <576825820@qq.com> # Dun Liang . diff --git a/python/jittor/test/test_reorder_tuner.py b/python/jittor/test/test_reorder_tuner.py index 74e0f73f..d4de2bf7 100644 --- a/python/jittor/test/test_reorder_tuner.py +++ b/python/jittor/test/test_reorder_tuner.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 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 bd0482d7..0abc9924 100644 --- a/python/jittor/test/test_reshape.py +++ b/python/jittor/test/test_reshape.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 Jittor. All Rights Reserved. # Maintainers: # Guoye Yang <498731903@qq.com> # Dun Liang . diff --git a/python/jittor/test/test_resize_and_crop.py b/python/jittor/test/test_resize_and_crop.py index ec9a7008..4eb017db 100644 --- a/python/jittor/test/test_resize_and_crop.py +++ b/python/jittor/test/test_resize_and_crop.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 Jittor. All Rights Reserved. # Maintainers: # Guoye Yang <498731903@qq.com> # Dun Liang . diff --git a/python/jittor/test/test_resnet.py b/python/jittor/test/test_resnet.py index 6de2288c..78e5db06 100644 --- a/python/jittor/test/test_resnet.py +++ b/python/jittor/test/test_resnet.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 Jittor. All Rights Reserved. # Maintainers: # Guowei Yang <471184555@qq.com> # Meng-Hao Guo diff --git a/python/jittor/test/test_ring_buffer.py b/python/jittor/test/test_ring_buffer.py index d4e4fe14..bedb9110 100644 --- a/python/jittor/test/test_ring_buffer.py +++ b/python/jittor/test/test_ring_buffer.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 Jittor. All Rights Reserved. # Maintainers: # Dun Liang . # diff --git a/python/jittor/test/test_ring_buffer2.py b/python/jittor/test/test_ring_buffer2.py index b77c3673..36fe0ea9 100644 --- a/python/jittor/test/test_ring_buffer2.py +++ b/python/jittor/test/test_ring_buffer2.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 Jittor. All Rights Reserved. # Maintainers: # Dun Liang . # diff --git a/python/jittor/test/test_search_sorted.py b/python/jittor/test/test_search_sorted.py index 97342af0..ecece15e 100644 --- a/python/jittor/test/test_search_sorted.py +++ b/python/jittor/test/test_search_sorted.py @@ -1,6 +1,6 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 Jittor. All Rights Reserved. # Maintainers: # Dun Liang . # @@ -36,7 +36,7 @@ class TestSearchSorted(unittest.TestCase): ret = jt.searchsorted(sorted, values, right=True) assert (ret == [[2, 3, 5], [1, 3, 4]]).all(), ret - + sorted_1d = jt.array([1, 3, 5, 7, 9]) ret = jt.searchsorted(sorted_1d, values) assert (ret == [[1, 3, 4], [1, 3, 4]]).all(), ret diff --git a/python/jittor/test/test_setitem.py b/python/jittor/test/test_setitem.py index aaa40034..b5383dd3 100644 --- a/python/jittor/test/test_setitem.py +++ b/python/jittor/test/test_setitem.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 Jittor. All Rights Reserved. # Maintainers: # Wenyang Zhou <576825820@qq.com>. # diff --git a/python/jittor/test/test_single_process_scope.py b/python/jittor/test/test_single_process_scope.py index f8a1644c..82eb1ec6 100644 --- a/python/jittor/test/test_single_process_scope.py +++ b/python/jittor/test/test_single_process_scope.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 Jittor. All Rights Reserved. # Maintainers: # Wenyang Zhou <576825820@qq.com> # Dun Liang . diff --git a/python/jittor/test/test_slice.py b/python/jittor/test/test_slice.py index 92d7a4d7..e381c4ec 100644 --- a/python/jittor/test/test_slice.py +++ b/python/jittor/test/test_slice.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. +# Copyright (c) 2021 Jittor. # All Rights Reserved. # Maintainers: # Dun Liang . diff --git a/python/jittor/test/test_sparse.py b/python/jittor/test/test_sparse.py index e27ced7c..f1e47b6f 100644 --- a/python/jittor/test/test_sparse.py +++ b/python/jittor/test/test_sparse.py @@ -1,6 +1,6 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 Jittor. All Rights Reserved. # Maintainers: # Xiangli Li <1905692338@qq.com> # Dun Liang . diff --git a/python/jittor/test/test_std.py b/python/jittor/test/test_std.py index ada7590e..7eebc2ef 100644 --- a/python/jittor/test/test_std.py +++ b/python/jittor/test/test_std.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 Jittor. All Rights Reserved. # Maintainers: # Dun Liang . # diff --git a/python/jittor/test/test_stop_fuse.py b/python/jittor/test/test_stop_fuse.py index 703b3f23..a1f6c356 100644 --- a/python/jittor/test/test_stop_fuse.py +++ b/python/jittor/test/test_stop_fuse.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 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 1ec1e4c2..82f4cf01 100644 --- a/python/jittor/test/test_ternary_op.py +++ b/python/jittor/test/test_ternary_op.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 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 86a9beef..c29ffb71 100644 --- a/python/jittor/test/test_trace_var.py +++ b/python/jittor/test/test_trace_var.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 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 c1d39b9e..62ce14d2 100644 --- a/python/jittor/test/test_tracer.py +++ b/python/jittor/test/test_tracer.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 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 1a482e46..3565dd13 100644 --- a/python/jittor/test/test_transpose_op.py +++ b/python/jittor/test/test_transpose_op.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 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 2b5be309..76ae4b9f 100644 --- a/python/jittor/test/test_unary_op.py +++ b/python/jittor/test/test_unary_op.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 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 31e23de3..cc67ed76 100644 --- a/python/jittor/test/test_utils.py +++ b/python/jittor/test/test_utils.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 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 d441ef36..6b11fbcc 100644 --- a/python/jittor/test/test_vgg.py +++ b/python/jittor/test/test_vgg.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 Jittor. All Rights Reserved. # Maintainers: # Guoye Yang <498731903@qq.com> # Dun Liang . diff --git a/python/jittor/test/test_where_op.py b/python/jittor/test/test_where_op.py index ece1b553..b71a5318 100644 --- a/python/jittor/test/test_where_op.py +++ b/python/jittor/test/test_where_op.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 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/transform/__init__.py b/python/jittor/transform/__init__.py index e4d882b2..30ea15f8 100644 --- a/python/jittor/transform/__init__.py +++ b/python/jittor/transform/__init__.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. +# Copyright (c) 2021 Jittor. # All Rights Reserved. # Maintainers: # Dun Liang . diff --git a/python/jittor/utils/asm_tuner.py b/python/jittor/utils/asm_tuner.py index a1d2d540..984a3c06 100755 --- a/python/jittor/utils/asm_tuner.py +++ b/python/jittor/utils/asm_tuner.py @@ -1,6 +1,6 @@ #!/usr/bin/python3 # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 Jittor. All Rights Reserved. # Maintainers: # Guowei Yang <471184555@qq.com> # Dun Liang . diff --git a/python/jittor/utils/jtune.py b/python/jittor/utils/jtune.py index 9c02d219..9f646969 100755 --- a/python/jittor/utils/jtune.py +++ b/python/jittor/utils/jtune.py @@ -1,6 +1,6 @@ #!/usr/bin/python3 # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 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/misc.py b/python/jittor/utils/misc.py index d04bfb2f..bd8c9365 100644 --- a/python/jittor/utils/misc.py +++ b/python/jittor/utils/misc.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 Jittor. All Rights Reserved. # Maintainers: # Meng-Hao Guo # Dun Liang . diff --git a/python/jittor/utils/nvtx.py b/python/jittor/utils/nvtx.py index fd8bba0c..df15569e 100644 --- a/python/jittor/utils/nvtx.py +++ b/python/jittor/utils/nvtx.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. +# Copyright (c) 2021 Jittor. # All Rights Reserved. # Maintainers: # Dun Liang . diff --git a/python/jittor/utils/polish.py b/python/jittor/utils/polish.py index eabbece7..a21dff02 100644 --- a/python/jittor/utils/polish.py +++ b/python/jittor/utils/polish.py @@ -1,6 +1,6 @@ #!/usr/bin/python3 # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 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 79b18769..5b35a24d 100644 --- a/python/jittor/utils/publish.py +++ b/python/jittor/utils/publish.py @@ -1,6 +1,6 @@ #!/usr/bin/python3 # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 Jittor. All Rights Reserved. # Maintainers: # Dun Liang . # diff --git a/python/jittor/utils/pytorch_converter.py b/python/jittor/utils/pytorch_converter.py index 01c010cd..f6257453 100644 --- a/python/jittor/utils/pytorch_converter.py +++ b/python/jittor/utils/pytorch_converter.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 Jittor. All Rights Reserved. # Maintainers: # Wenyang Zhou <576825820@qq.com> # Dun Liang . diff --git a/python/jittor/utils/tracer.py b/python/jittor/utils/tracer.py index 49b8fd2c..1360c11c 100644 --- a/python/jittor/utils/tracer.py +++ b/python/jittor/utils/tracer.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 Jittor. All Rights Reserved. # Maintainers: # Dun Liang . # diff --git a/python/jittor_utils/__init__.py b/python/jittor_utils/__init__.py index ce20df20..4684708e 100644 --- a/python/jittor_utils/__init__.py +++ b/python/jittor_utils/__init__.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 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 35590929..ec0e47ea 100644 --- a/python/jittor_utils/ring_buffer.py +++ b/python/jittor_utils/ring_buffer.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 Jittor. All Rights Reserved. # Maintainers: # Dun Liang . # diff --git a/script/inference_perf.py b/script/inference_perf.py index c88492b5..50923292 100644 --- a/script/inference_perf.py +++ b/script/inference_perf.py @@ -1,5 +1,5 @@ # *************************************************************** -# Copyright (c) 2020 Jittor. All Rights Reserved. +# Copyright (c) 2021 Jittor. All Rights Reserved. # Maintainers: # Wenyang Zhou <576825820@qq.com> # Dun Liang . diff --git a/src/common.h b/src/common.h index 403f82bb..da4c03a0 100644 --- a/src/common.h +++ b/src/common.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 843ac7e4..a0bfc3f5 100644 --- a/src/core.h +++ b/src/core.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 2e3ad707..ada3e6c3 100644 --- a/src/event_queue.cc +++ b/src/event_queue.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 53f8f46c..52059144 100644 --- a/src/event_queue.h +++ b/src/event_queue.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 9c53c194..cec8e898 100644 --- a/src/executor.cc +++ b/src/executor.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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.h b/src/executor.h index 2126a880..0876f47d 100644 --- a/src/executor.h +++ b/src/executor.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 c9ee3f42..ae57b04d 100644 --- a/src/fused_op.cc +++ b/src/fused_op.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 3b2e96ff..ae1700f2 100644 --- a/src/fused_op.h +++ b/src/fused_op.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 cd2407ca..e0eaceba 100644 --- a/src/fuser.h +++ b/src/fuser.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 Jittor. All Rights Reserved. // Maintainers: // Guowei Yang <471184555@qq.com> // Dun Liang . diff --git a/src/grad.cc b/src/grad.cc index f5833738..a48a2d33 100644 --- a/src/grad.cc +++ b/src/grad.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 e5be9c10..69f67158 100644 --- a/src/grad.h +++ b/src/grad.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 cfd35111..932ffe53 100644 --- a/src/graph.cc +++ b/src/graph.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 6fc18101..eac5d346 100644 --- a/src/graph.h +++ b/src/graph.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 6dbd79ea..bca287ba 100644 --- a/src/init.cc +++ b/src/init.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 67142c40..cbc2b8b8 100644 --- a/src/init.h +++ b/src/init.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 afdecdba..e9f23765 100755 --- a/src/jit_compiler.cc +++ b/src/jit_compiler.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 eb2c232a..91bfa4cd 100644 --- a/src/jit_compiler.h +++ b/src/jit_compiler.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 b5d21fa5..365ce780 100644 --- a/src/jit_key.cc +++ b/src/jit_key.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 adb9fc1c..3d9799fd 100644 --- a/src/jit_key.h +++ b/src/jit_key.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 cd9c242c..901ce841 100644 --- a/src/lock.cc +++ b/src/lock.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 Jittor. All Rights Reserved. // Maintainers: // Wenyang Zhou <576825820@qq.com> // Dun Liang diff --git a/src/lock.h b/src/lock.h index 5676ede6..a4db3f0d 100644 --- a/src/lock.h +++ b/src/lock.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 Jittor. All Rights Reserved. // Maintainers: // Wenyang Zhou <576825820@qq.com> // Dun Liang diff --git a/src/mem/allocator.cc b/src/mem/allocator.cc index d3ec59f2..8a9d09d8 100644 --- a/src/mem/allocator.cc +++ b/src/mem/allocator.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 34553800..797b7970 100644 --- a/src/mem/allocator.h +++ b/src/mem/allocator.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 916bfef3..1a708468 100644 --- a/src/mem/allocator/aligned_allocator.cc +++ b/src/mem/allocator/aligned_allocator.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 9689f8f1..d108becc 100644 --- a/src/mem/allocator/aligned_allocator.h +++ b/src/mem/allocator/aligned_allocator.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 c87d0d80..a0bbd341 100644 --- a/src/mem/allocator/cuda_device_allocator.cc +++ b/src/mem/allocator/cuda_device_allocator.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 0c6e64b5..fed27801 100644 --- a/src/mem/allocator/cuda_device_allocator.h +++ b/src/mem/allocator/cuda_device_allocator.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 b6f3df71..d801e3c8 100644 --- a/src/mem/allocator/cuda_dual_allocator.cc +++ b/src/mem/allocator/cuda_dual_allocator.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 8df1e380..c8663114 100644 --- a/src/mem/allocator/cuda_dual_allocator.h +++ b/src/mem/allocator/cuda_dual_allocator.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 5cefe893..7dd76e2b 100644 --- a/src/mem/allocator/cuda_host_allocator.cc +++ b/src/mem/allocator/cuda_host_allocator.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 4f8021e3..99f522f6 100644 --- a/src/mem/allocator/cuda_host_allocator.h +++ b/src/mem/allocator/cuda_host_allocator.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 9dff7f43..9177a239 100644 --- a/src/mem/allocator/cuda_managed_allocator.cc +++ b/src/mem/allocator/cuda_managed_allocator.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 3a24ae2b..0dd4c611 100644 --- a/src/mem/allocator/cuda_managed_allocator.h +++ b/src/mem/allocator/cuda_managed_allocator.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 fa73c7e7..919a0cc1 100644 --- a/src/mem/allocator/nfef_allocator.cc +++ b/src/mem/allocator/nfef_allocator.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 e6f71527..8c8ee9bd 100644 --- a/src/mem/allocator/nfef_allocator.h +++ b/src/mem/allocator/nfef_allocator.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 7185b58f..10abd322 100644 --- a/src/mem/allocator/sfrl_allocator.cc +++ b/src/mem/allocator/sfrl_allocator.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 Jittor. All Rights Reserved. // Maintainers: // Guoye Yang <498731903@qq.com> // Dun Liang . diff --git a/src/mem/allocator/sfrl_allocator.h b/src/mem/allocator/sfrl_allocator.h index ab8a1790..234845ca 100644 --- a/src/mem/allocator/sfrl_allocator.h +++ b/src/mem/allocator/sfrl_allocator.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 Jittor. All Rights Reserved. // Maintainers: // Guoye Yang <498731903@qq.com> // Dun Liang . diff --git a/src/mem/allocator/stat_allocator.cc b/src/mem/allocator/stat_allocator.cc index 7648b673..afe6d9a0 100644 --- a/src/mem/allocator/stat_allocator.cc +++ b/src/mem/allocator/stat_allocator.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 e569af6c..7cc93e68 100644 --- a/src/mem/allocator/stat_allocator.h +++ b/src/mem/allocator/stat_allocator.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 375f5f7d..ced2ea4f 100644 --- a/src/mem/mem_info.cc +++ b/src/mem/mem_info.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 e0196023..de5425d4 100644 --- a/src/mem/mem_info.h +++ b/src/mem/mem_info.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 cb487fc8..0cb60152 100644 --- a/src/misc/cpu_atomic.cc +++ b/src/misc/cpu_atomic.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 62719392..632c5f79 100644 --- a/src/misc/cpu_atomic.h +++ b/src/misc/cpu_atomic.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 3f7ce4a8..3b2fc00f 100644 --- a/src/misc/cstr.h +++ b/src/misc/cstr.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 f75bf36a..dd03a107 100644 --- a/src/misc/cuda_atomic.h +++ b/src/misc/cuda_atomic.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 f0a3c5ca..854430bc 100644 --- a/src/misc/cuda_flags.cc +++ b/src/misc/cuda_flags.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 2de8fbc6..f8aafdaa 100644 --- a/src/misc/cuda_flags.h +++ b/src/misc/cuda_flags.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 ceb29147..dad5667b 100644 --- a/src/misc/cuda_limits.h +++ b/src/misc/cuda_limits.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 acf7c4a2..8d0239ee 100644 --- a/src/misc/deleter.h +++ b/src/misc/deleter.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 33811996..5839fc4c 100644 --- a/src/misc/fast_shared_ptr.h +++ b/src/misc/fast_shared_ptr.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 5c5e486e..c3d6c02c 100644 --- a/src/misc/hash.h +++ b/src/misc/hash.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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/nan_checker.cc b/src/misc/nan_checker.cc index df7f983a..73850f21 100644 --- a/src/misc/nan_checker.cc +++ b/src/misc/nan_checker.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 Jittor. 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/misc/nan_checker.cu b/src/misc/nan_checker.cu index 64c5b511..6e8195f0 100644 --- a/src/misc/nan_checker.cu +++ b/src/misc/nan_checker.cu @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 Jittor. 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/misc/nan_checker.h b/src/misc/nan_checker.h index 1b865c96..2e86ed83 100644 --- a/src/misc/nan_checker.h +++ b/src/misc/nan_checker.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 Jittor. 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/misc/nano_string.cc b/src/misc/nano_string.cc index 15d8d1bd..143bb31c 100644 --- a/src/misc/nano_string.cc +++ b/src/misc/nano_string.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 27f5e620..699bef89 100644 --- a/src/misc/nano_string.h +++ b/src/misc/nano_string.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 db26c0a9..86115cc6 100644 --- a/src/misc/nano_vector.h +++ b/src/misc/nano_vector.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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/ring_buffer.cc b/src/misc/ring_buffer.cc index 9c3b5379..bf0268ea 100644 --- a/src/misc/ring_buffer.cc +++ b/src/misc/ring_buffer.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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/ring_buffer.h b/src/misc/ring_buffer.h index eef78db9..a270be6c 100644 --- a/src/misc/ring_buffer.h +++ b/src/misc/ring_buffer.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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/stack_vector.h b/src/misc/stack_vector.h index 464b4cc7..e9c5b738 100644 --- a/src/misc/stack_vector.h +++ b/src/misc/stack_vector.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 30cb78f8..0098728d 100644 --- a/src/misc/str_utils.h +++ b/src/misc/str_utils.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 f91e63b8..09fdd32c 100644 --- a/src/misc/string_view_map.h +++ b/src/misc/string_view_map.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 caaae739..48667f20 100644 --- a/src/node.h +++ b/src/node.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 e1a62274..e799cec7 100644 --- a/src/numpy_func.h +++ b/src/numpy_func.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 Jittor. All Rights Reserved. // Maintainers: // Guowei Yang <471184555@qq.com> // Dun Liang . diff --git a/src/op.cc b/src/op.cc index cd5df113..7cbfec26 100644 --- a/src/op.cc +++ b/src/op.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 3af00e67..fc0896b3 100644 --- a/src/op.h +++ b/src/op.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 e3f86dfd..5aba2622 100644 --- a/src/op_compiler.cc +++ b/src/op_compiler.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 8d66f998..4ce7cecd 100644 --- a/src/op_compiler.h +++ b/src/op_compiler.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 7a351c5f..c672a837 100644 --- a/src/ops/arg_reduce_op.cc +++ b/src/ops/arg_reduce_op.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 Jittor. All Rights Reserved. // Maintainers: // Guoye Yang <498731903@qq.com> // Dun Liang . diff --git a/src/ops/arg_reduce_op.h b/src/ops/arg_reduce_op.h index 09e689f8..ad6b4a27 100644 --- a/src/ops/arg_reduce_op.h +++ b/src/ops/arg_reduce_op.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 Jittor. All Rights Reserved. // Maintainers: // Guoye Yang <498731903@qq.com> // Dun Liang . diff --git a/src/ops/argsort_op.cc b/src/ops/argsort_op.cc index 15f9a5ee..5bf3afc2 100644 --- a/src/ops/argsort_op.cc +++ b/src/ops/argsort_op.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 Jittor. All Rights Reserved. // Maintainers: // Guoye Yang <498731903@qq.com> // Dun Liang . diff --git a/src/ops/argsort_op.h b/src/ops/argsort_op.h index 1d83cb6d..10d35d68 100644 --- a/src/ops/argsort_op.h +++ b/src/ops/argsort_op.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 Jittor. All Rights Reserved. // Maintainers: // Guoye Yang <498731903@qq.com> // Dun Liang . diff --git a/src/ops/array_op.cc b/src/ops/array_op.cc index dfcfff40..bdcbedf6 100644 --- a/src/ops/array_op.cc +++ b/src/ops/array_op.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 f83c7aec..36016d07 100644 --- a/src/ops/array_op.h +++ b/src/ops/array_op.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 b22ca5ad..43dee1ff 100644 --- a/src/ops/binary_op.cc +++ b/src/ops/binary_op.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 76f30317..6d3ec488 100644 --- a/src/ops/binary_op.h +++ b/src/ops/binary_op.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 453d4404..d96b880e 100644 --- a/src/ops/binary_op_defs.h +++ b/src/ops/binary_op_defs.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 d5a0edf6..ca834ff7 100644 --- a/src/ops/broadcast_to_op.cc +++ b/src/ops/broadcast_to_op.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 c7813f07..ba17565a 100644 --- a/src/ops/broadcast_to_op.h +++ b/src/ops/broadcast_to_op.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 c68fc76b..0dd3ff4f 100644 --- a/src/ops/candidate_op.cc +++ b/src/ops/candidate_op.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 d82c9ec6..0753f355 100644 --- a/src/ops/candidate_op.h +++ b/src/ops/candidate_op.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 Jittor. All Rights Reserved. // Maintainers: // Guoye Yang <498731903@qq.com> // Dun Liang . diff --git a/src/ops/clone_op.cc b/src/ops/clone_op.cc index bd3126fb..17bc4893 100644 --- a/src/ops/clone_op.cc +++ b/src/ops/clone_op.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 Jittor. All Rights Reserved. // Maintainers: // Dun Liang . // diff --git a/src/ops/clone_op.h b/src/ops/clone_op.h index 4f312699..071634fc 100644 --- a/src/ops/clone_op.h +++ b/src/ops/clone_op.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 Jittor. All Rights Reserved. // Maintainers: // Dun Liang . // diff --git a/src/ops/code_op.cc b/src/ops/code_op.cc index 6f41f227..a583c6f4 100644 --- a/src/ops/code_op.cc +++ b/src/ops/code_op.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 febf765f..ef58931a 100644 --- a/src/ops/code_op.h +++ b/src/ops/code_op.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 d0e2eabb..535f0d3f 100644 --- a/src/ops/copy_op.cc +++ b/src/ops/copy_op.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 Jittor. All Rights Reserved. // Maintainers: // Dun Liang . // diff --git a/src/ops/copy_op.h b/src/ops/copy_op.h index e3b27685..fcaa20c9 100644 --- a/src/ops/copy_op.h +++ b/src/ops/copy_op.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 Jittor. All Rights Reserved. // Maintainers: // Dun Liang . // diff --git a/src/ops/empty_op.cc b/src/ops/empty_op.cc index 3d4ede1a..fe2e6098 100644 --- a/src/ops/empty_op.cc +++ b/src/ops/empty_op.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 Jittor. All Rights Reserved. // Maintainers: // Dun Liang . // diff --git a/src/ops/empty_op.h b/src/ops/empty_op.h index 56510832..3a6cfe93 100644 --- a/src/ops/empty_op.h +++ b/src/ops/empty_op.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 Jittor. All Rights Reserved. // Maintainers: // Dun Liang . // diff --git a/src/ops/fetch_op.cc b/src/ops/fetch_op.cc index 4d26575b..101860e7 100644 --- a/src/ops/fetch_op.cc +++ b/src/ops/fetch_op.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. +// Copyright (c) 2021 Jittor. // All Rights Reserved. // Maintainers: Dun Liang . // diff --git a/src/ops/fetch_op.h b/src/ops/fetch_op.h index dc58428f..9df508ea 100644 --- a/src/ops/fetch_op.h +++ b/src/ops/fetch_op.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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/getitem_op.cc b/src/ops/getitem_op.cc index 1b63bfb8..59ac5162 100644 --- a/src/ops/getitem_op.cc +++ b/src/ops/getitem_op.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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/getitem_op.h b/src/ops/getitem_op.h index cb1e96f7..cc60f097 100644 --- a/src/ops/getitem_op.h +++ b/src/ops/getitem_op.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 dafbafc7..5e99f96e 100644 --- a/src/ops/index_op.cc +++ b/src/ops/index_op.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 20bd7027..7e3809dc 100644 --- a/src/ops/index_op.h +++ b/src/ops/index_op.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 013db7c5..48a45568 100644 --- a/src/ops/numpy_code_op.cc +++ b/src/ops/numpy_code_op.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 Jittor. All Rights Reserved. // Maintainers: // Guowei Yang <471184555@qq.com> // Dun Liang . diff --git a/src/ops/numpy_code_op.h b/src/ops/numpy_code_op.h index 9c8df069..076abfae 100644 --- a/src/ops/numpy_code_op.h +++ b/src/ops/numpy_code_op.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 Jittor. All Rights Reserved. // Maintainers: // Guowei Yang <471184555@qq.com> // Dun Liang . diff --git a/src/ops/op_register.cc b/src/ops/op_register.cc index d82ef2fc..7c9a5647 100644 --- a/src/ops/op_register.cc +++ b/src/ops/op_register.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 e61b4ef9..989e588c 100644 --- a/src/ops/op_register.h +++ b/src/ops/op_register.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 010af8e2..c5733f13 100644 --- a/src/ops/op_utils.cc +++ b/src/ops/op_utils.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 d6c1d005..d0de4e30 100644 --- a/src/ops/random_op.cc +++ b/src/ops/random_op.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 28e337ff..fc88eda1 100644 --- a/src/ops/random_op.h +++ b/src/ops/random_op.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 e24bf1e5..fca06e13 100644 --- a/src/ops/reduce_op.cc +++ b/src/ops/reduce_op.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 54f413a1..3a334876 100644 --- a/src/ops/reduce_op.h +++ b/src/ops/reduce_op.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 ecae2502..03110d7d 100644 --- a/src/ops/reindex_op.cc +++ b/src/ops/reindex_op.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 51c840f1..9ca76f77 100644 --- a/src/ops/reindex_op.h +++ b/src/ops/reindex_op.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 50f71694..76b92cba 100644 --- a/src/ops/reindex_reduce_op.cc +++ b/src/ops/reindex_reduce_op.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 31d8e82d..37d7e376 100644 --- a/src/ops/reindex_reduce_op.h +++ b/src/ops/reindex_reduce_op.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 27aea3dd..76d3caaf 100644 --- a/src/ops/reshape_op.cc +++ b/src/ops/reshape_op.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 Jittor. All Rights Reserved. // Maintainers: // Guoye Yang <498731903@qq.com> // Dun Liang . diff --git a/src/ops/reshape_op.h b/src/ops/reshape_op.h index 20f04f5f..1e86f925 100644 --- a/src/ops/reshape_op.h +++ b/src/ops/reshape_op.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 Jittor. All Rights Reserved. // Maintainers: // Guoye Yang <498731903@qq.com> // Dun Liang . diff --git a/src/ops/setitem_op.cc b/src/ops/setitem_op.cc index 1e88cff8..0b8ae47d 100644 --- a/src/ops/setitem_op.cc +++ b/src/ops/setitem_op.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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/setitem_op.h b/src/ops/setitem_op.h index cc4c543c..8cf3ce7c 100644 --- a/src/ops/setitem_op.h +++ b/src/ops/setitem_op.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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/tape_op.cc b/src/ops/tape_op.cc index 8cddbede..7202f597 100644 --- a/src/ops/tape_op.cc +++ b/src/ops/tape_op.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 Jittor. All Rights Reserved. // Maintainers: // Dun Liang . // diff --git a/src/ops/tape_op.h b/src/ops/tape_op.h index e934c873..23ff4ece 100644 --- a/src/ops/tape_op.h +++ b/src/ops/tape_op.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 Jittor. All Rights Reserved. // Maintainers: // Dun Liang . // diff --git a/src/ops/ternary_op.cc b/src/ops/ternary_op.cc index 45536e23..681d017e 100644 --- a/src/ops/ternary_op.cc +++ b/src/ops/ternary_op.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 2ca44361..2332cb82 100644 --- a/src/ops/ternary_op.h +++ b/src/ops/ternary_op.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 75080a95..85888b95 100644 --- a/src/ops/transpose_op.cc +++ b/src/ops/transpose_op.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 2d347883..1c0046a7 100644 --- a/src/ops/transpose_op.h +++ b/src/ops/transpose_op.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 d09530d3..77860b8f 100644 --- a/src/ops/unary_op.cc +++ b/src/ops/unary_op.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 7f931701..c1c1de06 100644 --- a/src/ops/unary_op.h +++ b/src/ops/unary_op.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 23e256c5..70be537e 100644 --- a/src/ops/unary_op_defs.h +++ b/src/ops/unary_op_defs.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 0cf31899..acb7a868 100644 --- a/src/ops/where_op.cc +++ b/src/ops/where_op.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 adfeffe2..73f016c1 100644 --- a/src/ops/where_op.h +++ b/src/ops/where_op.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 c9353b83..5097dc19 100644 --- a/src/opt/expr.cc +++ b/src/opt/expr.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 d5291ef2..f4030293 100644 --- a/src/opt/expr.h +++ b/src/opt/expr.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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/gopt/setitem_gopt.cc b/src/opt/gopt/setitem_gopt.cc index 44414457..0f068a48 100644 --- a/src/opt/gopt/setitem_gopt.cc +++ b/src/opt/gopt/setitem_gopt.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 129189ae..20882ad1 100644 --- a/src/opt/jit_searcher.cc +++ b/src/opt/jit_searcher.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 8bb0456c..98db878b 100644 --- a/src/opt/jit_searcher.h +++ b/src/opt/jit_searcher.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 b33ef8c0..d1e5e370 100644 --- a/src/opt/kernel_ir.cc +++ b/src/opt/kernel_ir.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 f8b300e3..26ec780d 100644 --- a/src/opt/kernel_ir.h +++ b/src/opt/kernel_ir.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 72eff072..a5795a32 100644 --- a/src/opt/pass/assume_aligned_pass.cc +++ b/src/opt/pass/assume_aligned_pass.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 eb4d2c4c..d92defa4 100644 --- a/src/opt/pass/assume_aligned_pass.h +++ b/src/opt/pass/assume_aligned_pass.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 e2d07ce9..3200b63a 100644 --- a/src/opt/pass/atomic_tuner_pass.h +++ b/src/opt/pass/atomic_tuner_pass.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 Jittor. All Rights Reserved. // Maintainers: // Guowei Yang <471184555@qq.com> // Dun Liang . diff --git a/src/opt/pass/check_cache_pass.cc b/src/opt/pass/check_cache_pass.cc index ed3b59ac..1e18f7ff 100644 --- a/src/opt/pass/check_cache_pass.cc +++ b/src/opt/pass/check_cache_pass.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 Jittor. All Rights Reserved. // Maintainers: // Guoye Yang <498731903@qq.com> // Dun Liang . diff --git a/src/opt/pass/check_cache_pass.h b/src/opt/pass/check_cache_pass.h index 98f03f86..f0680934 100644 --- a/src/opt/pass/check_cache_pass.h +++ b/src/opt/pass/check_cache_pass.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 Jittor. All Rights Reserved. // Maintainers: // Guoye Yang <498731903@qq.com> // Dun Liang . diff --git a/src/opt/pass/compile_shapes_pass.cc b/src/opt/pass/compile_shapes_pass.cc index a16042fc..741ee461 100644 --- a/src/opt/pass/compile_shapes_pass.cc +++ b/src/opt/pass/compile_shapes_pass.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 0971c9a8..a06937f5 100644 --- a/src/opt/pass/compile_shapes_pass.h +++ b/src/opt/pass/compile_shapes_pass.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 1ae2dec5..94404043 100644 --- a/src/opt/pass/const_var_pass.cc +++ b/src/opt/pass/const_var_pass.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 85317cf4..03355589 100644 --- a/src/opt/pass/const_var_pass.h +++ b/src/opt/pass/const_var_pass.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 f9ebee76..e6992352 100644 --- a/src/opt/pass/expand_empty_block_pass.cc +++ b/src/opt/pass/expand_empty_block_pass.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 6255c439..a88bd52c 100644 --- a/src/opt/pass/expand_empty_block_pass.h +++ b/src/opt/pass/expand_empty_block_pass.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 8aa7d4d3..e65b7fe6 100644 --- a/src/opt/pass/fake_main_pass.cc +++ b/src/opt/pass/fake_main_pass.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 cfc2217c..abda59e8 100644 --- a/src/opt/pass/fake_main_pass.h +++ b/src/opt/pass/fake_main_pass.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 d610c4ef..1f316a65 100644 --- a/src/opt/pass/float_atomic_fix_pass.cc +++ b/src/opt/pass/float_atomic_fix_pass.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 Jittor. All Rights Reserved. // Maintainers: // Dun Liang . // diff --git a/src/opt/pass/float_atomic_fix_pass.h b/src/opt/pass/float_atomic_fix_pass.h index 7b9a9b43..78bb7c4f 100644 --- a/src/opt/pass/float_atomic_fix_pass.h +++ b/src/opt/pass/float_atomic_fix_pass.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 Jittor. All Rights Reserved. // Maintainers: // Dun Liang . // diff --git a/src/opt/pass/insert_profile_loop_pass.cc b/src/opt/pass/insert_profile_loop_pass.cc index 02e0a81b..c43d8cd0 100644 --- a/src/opt/pass/insert_profile_loop_pass.cc +++ b/src/opt/pass/insert_profile_loop_pass.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 30eb0485..c2fc8870 100644 --- a/src/opt/pass/insert_profile_loop_pass.h +++ b/src/opt/pass/insert_profile_loop_pass.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 43988219..06c71783 100644 --- a/src/opt/pass/loop_to_func_pass.cc +++ b/src/opt/pass/loop_to_func_pass.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 50e904f6..c97c30f3 100644 --- a/src/opt/pass/loop_to_func_pass.h +++ b/src/opt/pass/loop_to_func_pass.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 68b278a3..a6b4fc00 100644 --- a/src/opt/pass/loop_var_analyze_pass.cc +++ b/src/opt/pass/loop_var_analyze_pass.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 68afe891..92f61d69 100644 --- a/src/opt/pass/loop_var_analyze_pass.h +++ b/src/opt/pass/loop_var_analyze_pass.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 caf95aa4..1e381808 100644 --- a/src/opt/pass/mark_raw_pass.cc +++ b/src/opt/pass/mark_raw_pass.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 9e63037e..f38e7525 100644 --- a/src/opt/pass/mark_raw_pass.h +++ b/src/opt/pass/mark_raw_pass.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 24790116..f6f275a7 100644 --- a/src/opt/pass/merge_loop_pass.cc +++ b/src/opt/pass/merge_loop_pass.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 79b9cace..28640331 100644 --- a/src/opt/pass/merge_loop_pass.h +++ b/src/opt/pass/merge_loop_pass.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 005720bb..96d842bc 100644 --- a/src/opt/pass/merge_loop_var_pass.cc +++ b/src/opt/pass/merge_loop_var_pass.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 aff7d89e..41ab2055 100644 --- a/src/opt/pass/merge_loop_var_pass.h +++ b/src/opt/pass/merge_loop_var_pass.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 5a5d9df3..13ef203c 100644 --- a/src/opt/pass/parallel_pass.h +++ b/src/opt/pass/parallel_pass.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 ca7141c0..7741e9e2 100644 --- a/src/opt/pass/pass.cc +++ b/src/opt/pass/pass.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 da023740..ce12e6be 100644 --- a/src/opt/pass/pass.h +++ b/src/opt/pass/pass.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 a809da21..c70f29f8 100644 --- a/src/opt/pass/remove_intermediate_pass.cc +++ b/src/opt/pass/remove_intermediate_pass.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 6738316e..a4f152f6 100644 --- a/src/opt/pass/remove_intermediate_pass.h +++ b/src/opt/pass/remove_intermediate_pass.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 2797549f..19b88fcd 100644 --- a/src/opt/pass/remove_loop_pass.cc +++ b/src/opt/pass/remove_loop_pass.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 6133d5d8..bb0090ea 100644 --- a/src/opt/pass/remove_loop_pass.h +++ b/src/opt/pass/remove_loop_pass.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 620fe9b1..988db9db 100644 --- a/src/opt/pass/rename_loop_index_pass.cc +++ b/src/opt/pass/rename_loop_index_pass.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 b39d8066..81a5351c 100644 --- a/src/opt/pass/rename_loop_index_pass.h +++ b/src/opt/pass/rename_loop_index_pass.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 6686b9e3..02dc519b 100644 --- a/src/opt/pass/reorder_loop_pass.cc +++ b/src/opt/pass/reorder_loop_pass.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 ee9d9d3a..4f62925e 100644 --- a/src/opt/pass/reorder_loop_pass.h +++ b/src/opt/pass/reorder_loop_pass.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 f371501b..6e4333f5 100644 --- a/src/opt/pass/replace_for_num_pass.cc +++ b/src/opt/pass/replace_for_num_pass.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 d0039c69..1a6239e6 100644 --- a/src/opt/pass/replace_for_num_pass.h +++ b/src/opt/pass/replace_for_num_pass.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 b3f73078..a2942845 100644 --- a/src/opt/pass/restride_pass.cc +++ b/src/opt/pass/restride_pass.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 8f182bff..58c5837a 100644 --- a/src/opt/pass/restride_pass.h +++ b/src/opt/pass/restride_pass.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 742e0035..1d754871 100644 --- a/src/opt/pass/solve_conflict_define_pass.cc +++ b/src/opt/pass/solve_conflict_define_pass.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 87d25142..cf402b6d 100644 --- a/src/opt/pass/solve_conflict_define_pass.h +++ b/src/opt/pass/solve_conflict_define_pass.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 726fdeb3..c36e9789 100644 --- a/src/opt/pass/split_loop_pass.cc +++ b/src/opt/pass/split_loop_pass.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 aad67cc9..694a5ac8 100644 --- a/src/opt/pass/split_loop_pass.h +++ b/src/opt/pass/split_loop_pass.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 1c4e6e16..a40080a8 100644 --- a/src/opt/pass/unroll_pass.cc +++ b/src/opt/pass/unroll_pass.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 5cde8874..0aefee40 100644 --- a/src/opt/pass/unroll_pass.h +++ b/src/opt/pass/unroll_pass.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 f445aaa4..21876d0f 100644 --- a/src/opt/pass/use_movnt_pass.cc +++ b/src/opt/pass/use_movnt_pass.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 Jittor. All Rights Reserved. // Maintainers: // Guowei Yang <471184555@qq.com> // Dun Liang . diff --git a/src/opt/pass/use_movnt_pass.h b/src/opt/pass/use_movnt_pass.h index 392979f0..9bad55d2 100644 --- a/src/opt/pass/use_movnt_pass.h +++ b/src/opt/pass/use_movnt_pass.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 Jittor. All Rights Reserved. // Maintainers: // Guowei Yang <471184555@qq.com> // Dun Liang . diff --git a/src/opt/pass/vectorize_pass.cc b/src/opt/pass/vectorize_pass.cc index 87b91561..d70d0ca5 100644 --- a/src/opt/pass/vectorize_pass.cc +++ b/src/opt/pass/vectorize_pass.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 9d676e08..1cce76f9 100644 --- a/src/opt/pass/vectorize_pass.h +++ b/src/opt/pass/vectorize_pass.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 ee1b8b6e..94bdc037 100644 --- a/src/opt/pass_manager.cc +++ b/src/opt/pass_manager.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 6800ce24..7d81dc5f 100644 --- a/src/opt/pass_manager.h +++ b/src/opt/pass_manager.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 1add179c..bd177c64 100644 --- a/src/opt/tuner/broadcast_tuner.cc +++ b/src/opt/tuner/broadcast_tuner.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 Jittor. All Rights Reserved. // Maintainers: // Guowei Yang <471184555@qq.com> // Dun Liang . diff --git a/src/opt/tuner/broadcast_tuner.h b/src/opt/tuner/broadcast_tuner.h index 7bab9af1..4f98056b 100644 --- a/src/opt/tuner/broadcast_tuner.h +++ b/src/opt/tuner/broadcast_tuner.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 Jittor. All Rights Reserved. // Maintainers: // Guowei Yang <471184555@qq.com> // Dun Liang . diff --git a/src/opt/tuner/conv_tuner.cc b/src/opt/tuner/conv_tuner.cc index 503cdc2f..eedfc739 100644 --- a/src/opt/tuner/conv_tuner.cc +++ b/src/opt/tuner/conv_tuner.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 Jittor. All Rights Reserved. // Maintainers: // Guowei Yang <471184555@qq.com> // Dun Liang . diff --git a/src/opt/tuner/conv_tuner.h b/src/opt/tuner/conv_tuner.h index b2121f55..508baf87 100644 --- a/src/opt/tuner/conv_tuner.h +++ b/src/opt/tuner/conv_tuner.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 Jittor. All Rights Reserved. // Maintainers: // Guowei Yang <471184555@qq.com> // Dun Liang . diff --git a/src/opt/tuner/matmul_tuner.cc b/src/opt/tuner/matmul_tuner.cc index ba56e944..43e47e8a 100644 --- a/src/opt/tuner/matmul_tuner.cc +++ b/src/opt/tuner/matmul_tuner.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 Jittor. All Rights Reserved. // Maintainers: // Dun Liang . // Guoye Yang <498731903@qq.com> diff --git a/src/opt/tuner/matmul_tuner.h b/src/opt/tuner/matmul_tuner.h index aa96eb57..21100361 100644 --- a/src/opt/tuner/matmul_tuner.h +++ b/src/opt/tuner/matmul_tuner.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 Jittor. All Rights Reserved. // Maintainers: // Dun Liang . // diff --git a/src/opt/tuner/reduce_tuner.cc b/src/opt/tuner/reduce_tuner.cc index ab7be67c..922637cf 100644 --- a/src/opt/tuner/reduce_tuner.cc +++ b/src/opt/tuner/reduce_tuner.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 Jittor. All Rights Reserved. // Maintainers: // Guowei Yang <471184555@qq.com> // Dun Liang . diff --git a/src/opt/tuner/reduce_tuner.h b/src/opt/tuner/reduce_tuner.h index e032e048..6f8a5d6f 100644 --- a/src/opt/tuner/reduce_tuner.h +++ b/src/opt/tuner/reduce_tuner.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 Jittor. All Rights Reserved. // Maintainers: // Guowei Yang <471184555@qq.com> // Dun Liang . diff --git a/src/opt/tuner/reorder_tuner.cc b/src/opt/tuner/reorder_tuner.cc index d7711f41..24e9859e 100644 --- a/src/opt/tuner/reorder_tuner.cc +++ b/src/opt/tuner/reorder_tuner.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 02bf1b4d..c1ebfcd9 100644 --- a/src/opt/tuner/reorder_tuner.h +++ b/src/opt/tuner/reorder_tuner.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 5f655704..adc539af 100644 --- a/src/opt/tuner/tuner.cc +++ b/src/opt/tuner/tuner.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 8e29e1f9..d3d70e7f 100644 --- a/src/opt/tuner/tuner.h +++ b/src/opt/tuner/tuner.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 9f4c8b19..e71087ee 100644 --- a/src/opt/tuner_manager.cc +++ b/src/opt/tuner_manager.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 659d675b..4075f8be 100644 --- a/src/opt/tuner_manager.h +++ b/src/opt/tuner_manager.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 1b430a72..e25d5b6d 100644 --- a/src/opt/var_relay.cc +++ b/src/opt/var_relay.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 439fda05..c5c8ec69 100644 --- a/src/opt/var_relay.h +++ b/src/opt/var_relay.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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/parallel_compiler.cc b/src/parallel_compiler.cc index 8b8926c9..7fe4abdd 100644 --- a/src/parallel_compiler.cc +++ b/src/parallel_compiler.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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/parallel_compiler.h b/src/parallel_compiler.h index 12bc43c8..3266e44f 100644 --- a/src/parallel_compiler.h +++ b/src/parallel_compiler.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 2034bd14..da55170c 100644 --- a/src/profiler/cache_info.cc +++ b/src/profiler/cache_info.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 Jittor. All Rights Reserved. // Maintainers: // Guoye Yang <498731903@qq.com> // Dun Liang . diff --git a/src/profiler/cache_info.h b/src/profiler/cache_info.h index 500ce6a8..27635ff1 100644 --- a/src/profiler/cache_info.h +++ b/src/profiler/cache_info.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 Jittor. All Rights Reserved. // Maintainers: // Guoye Yang <498731903@qq.com> // Dun Liang . diff --git a/src/profiler/memory_checker.cc b/src/profiler/memory_checker.cc index b5fc321c..83f4ec9a 100644 --- a/src/profiler/memory_checker.cc +++ b/src/profiler/memory_checker.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 Jittor. All Rights Reserved. // Maintainers: // Guoye Yang <498731903@qq.com> // Dun Liang . diff --git a/src/profiler/memory_checker.h b/src/profiler/memory_checker.h index 39324544..fbf0fba1 100644 --- a/src/profiler/memory_checker.h +++ b/src/profiler/memory_checker.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 Jittor. All Rights Reserved. // Maintainers: // Guoye Yang <498731903@qq.com> // Dun Liang . diff --git a/src/profiler/profiler.cc b/src/profiler/profiler.cc index 46a65ef8..d01640ee 100644 --- a/src/profiler/profiler.cc +++ b/src/profiler/profiler.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 53ba7e05..917f5402 100644 --- a/src/profiler/profiler.h +++ b/src/profiler/profiler.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 9f033078..3ef5602d 100644 --- a/src/profiler/profiler_guard.h +++ b/src/profiler/profiler_guard.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 6ee981df..d1705af7 100644 --- a/src/profiler/replacement.cc +++ b/src/profiler/replacement.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 Jittor. All Rights Reserved. // Maintainers: // Guoye Yang <498731903@qq.com> // Dun Liang . diff --git a/src/profiler/replacement.h b/src/profiler/replacement.h index 2dc4bf2c..36ec2c51 100644 --- a/src/profiler/replacement.h +++ b/src/profiler/replacement.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 Jittor. All Rights Reserved. // Maintainers: // Guoye Yang <498731903@qq.com> // Dun Liang . diff --git a/src/profiler/simple_profiler.h b/src/profiler/simple_profiler.h index ebe3e04d..26f6b650 100644 --- a/src/profiler/simple_profiler.h +++ b/src/profiler/simple_profiler.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 2a651631..b3d70f75 100644 --- a/src/profiler/vtop.cc +++ b/src/profiler/vtop.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 Jittor. All Rights Reserved. // Maintainers: // Guoye Yang <498731903@qq.com> // Dun Liang . diff --git a/src/pybind/core.cc b/src/pybind/core.cc index c7bb03bd..f52df7a2 100644 --- a/src/pybind/core.cc +++ b/src/pybind/core.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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/pybind/py_var_tracer.cc b/src/pybind/py_var_tracer.cc index dafb5606..769a3f96 100644 --- a/src/pybind/py_var_tracer.cc +++ b/src/pybind/py_var_tracer.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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/pybind/py_var_tracer.h b/src/pybind/py_var_tracer.h index b1e0ddc9..d797b847 100644 --- a/src/pybind/py_var_tracer.h +++ b/src/pybind/py_var_tracer.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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/pybind/py_var_tracer_interface.h b/src/pybind/py_var_tracer_interface.h index f91d0aa2..0eaa321b 100644 --- a/src/pybind/py_var_tracer_interface.h +++ b/src/pybind/py_var_tracer_interface.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 b08a2f0d..5e5b3c6d 100644 --- a/src/pyjt/numpy.cc +++ b/src/pyjt/numpy.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 f1e04221..e820e648 100644 --- a/src/pyjt/numpy.h +++ b/src/pyjt/numpy.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 c3c3862b..274924cc 100644 --- a/src/pyjt/py_arg_printer.cc +++ b/src/pyjt/py_arg_printer.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 21f8d851..d1003913 100644 --- a/src/pyjt/py_arg_printer.h +++ b/src/pyjt/py_arg_printer.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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_array_op.cc b/src/pyjt/py_array_op.cc index 490bacb1..f00b6761 100644 --- a/src/pyjt/py_array_op.cc +++ b/src/pyjt/py_array_op.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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_caller.cc b/src/pyjt/py_caller.cc index 2c17f259..79d92213 100644 --- a/src/pyjt/py_caller.cc +++ b/src/pyjt/py_caller.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 Jittor. All Rights Reserved. // Maintainers: // Dun Liang . // diff --git a/src/pyjt/py_caller.h b/src/pyjt/py_caller.h index d6658b49..d7bf3897 100644 --- a/src/pyjt/py_caller.h +++ b/src/pyjt/py_caller.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 Jittor. All Rights Reserved. // Maintainers: // Dun Liang . // diff --git a/src/pyjt/py_converter.h b/src/pyjt/py_converter.h index d02b09b9..793ff289 100644 --- a/src/pyjt/py_converter.h +++ b/src/pyjt/py_converter.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 Jittor. All Rights Reserved. // Maintainers: // Dun Liang . // Guowei Yang <471184555@qq.com> diff --git a/src/pyjt/py_obj_holder.h b/src/pyjt/py_obj_holder.h index 1f49b565..51a06f50 100644 --- a/src/pyjt/py_obj_holder.h +++ b/src/pyjt/py_obj_holder.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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_ring_buffer.cc b/src/pyjt/py_ring_buffer.cc index dcaa55b8..de22a386 100644 --- a/src/pyjt/py_ring_buffer.cc +++ b/src/pyjt/py_ring_buffer.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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_ring_buffer.h b/src/pyjt/py_ring_buffer.h index b2b95411..2c7359ad 100644 --- a/src/pyjt/py_ring_buffer.h +++ b/src/pyjt/py_ring_buffer.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 f575aa1f..f753d406 100644 --- a/src/test/test_expr.cc +++ b/src/test/test_expr.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 634823bd..9bead214 100644 --- a/src/test/test_fast_shared_ptr.cc +++ b/src/test/test_fast_shared_ptr.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 19523715..a01a9a5a 100644 --- a/src/test/test_jit_key.cc +++ b/src/test/test_jit_key.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 d276b606..9f92ff47 100644 --- a/src/test/test_kernel_ir.cc +++ b/src/test/test_kernel_ir.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 fc91dd8b..dec7b4bf 100644 --- a/src/test/test_nano_vector.cc +++ b/src/test/test_nano_vector.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 921d2ab6..212f7f7a 100644 --- a/src/test/test_op_compiler.cc +++ b/src/test/test_op_compiler.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 7c342f5c..596cadc7 100644 --- a/src/test/test_op_relay.cc +++ b/src/test/test_op_relay.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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_setitem_op.cc b/src/test/test_setitem_op.cc index 109fc5ac..62a0ffc5 100644 --- a/src/test/test_setitem_op.cc +++ b/src/test/test_setitem_op.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 d8fb5bf2..f74b9e03 100644 --- a/src/test/test_sfrl_allocator.cc +++ b/src/test/test_sfrl_allocator.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 deede100..e3942146 100644 --- a/src/types.h +++ b/src/types.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 a1982121..df37c27c 100644 --- a/src/update_queue.cc +++ b/src/update_queue.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 3f69b9ef..804528ba 100644 --- a/src/update_queue.h +++ b/src/update_queue.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 4880defd..84bc9934 100644 --- a/src/utils/cache_compile.cc +++ b/src/utils/cache_compile.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 aa45d8fa..2c387b2e 100644 --- a/src/utils/cache_compile.h +++ b/src/utils/cache_compile.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 6cba52d9..3950d4ac 100644 --- a/src/utils/flags.cc +++ b/src/utils/flags.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 978d4042..69d38d4e 100644 --- a/src/utils/flags.h +++ b/src/utils/flags.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 64a640fc..3a959566 100644 --- a/src/utils/jit_utils.cc +++ b/src/utils/jit_utils.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 c16b1449..bc3e59d9 100644 --- a/src/utils/log.cc +++ b/src/utils/log.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 524deb76..d7b67669 100644 --- a/src/utils/log.h +++ b/src/utils/log.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 cba407a3..0bef16a3 100644 --- a/src/utils/mwsr_list.cc +++ b/src/utils/mwsr_list.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 19bb95a8..56c69e06 100644 --- a/src/utils/mwsr_list.h +++ b/src/utils/mwsr_list.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 e5355b59..9f31585a 100644 --- a/src/utils/tracer.cc +++ b/src/utils/tracer.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 6de387e4..f4dbdb7f 100644 --- a/src/utils/tracer.h +++ b/src/utils/tracer.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 87c39fd8..8674957a 100644 --- a/src/var.cc +++ b/src/var.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 60cf9fe0..78e09aa8 100644 --- a/src/var.h +++ b/src/var.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 62adbfb4..a008cea1 100644 --- a/src/var_holder.cc +++ b/src/var_holder.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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 1d9c296a..744c699c 100644 --- a/src/var_holder.h +++ b/src/var_holder.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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_slices.cc b/src/var_slices.cc index f23a4010..496773f2 100644 --- a/src/var_slices.cc +++ b/src/var_slices.cc @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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_slices.h b/src/var_slices.h index cab5609e..63332afe 100644 --- a/src/var_slices.h +++ b/src/var_slices.h @@ -1,5 +1,5 @@ // *************************************************************** -// Copyright (c) 2020 Jittor. All Rights Reserved. +// Copyright (c) 2021 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.