Browse Source

chore(mge): update copyright years

GitOrigin-RevId: 46104ac891
tags/v1.3.0
Megvii Engine Team 4 years ago
parent
commit
c51a687cef
100 changed files with 100 additions and 100 deletions
  1. +1
    -1
      dnn/include/megdnn/dtype/bfloat16.hpp
  2. +1
    -1
      dnn/include/megdnn/dtype/half.hpp
  3. +1
    -1
      dnn/include/megdnn/dtype/half_common_epilogue.h
  4. +1
    -1
      dnn/include/megdnn/dtype/half_common_prologue.h
  5. +1
    -1
      dnn/src/arm_common/cvt_color/opr_impl.cpp
  6. +1
    -1
      dnn/src/arm_common/elemwise/neon_mathfun.cpp
  7. +1
    -1
      dnn/src/arm_common/resize/resize_cv.cpp
  8. +1
    -1
      dnn/src/arm_common/separable_filter/filter.h
  9. +1
    -1
      dnn/src/arm_common/separable_filter/opr_impl.cpp
  10. +1
    -1
      dnn/src/arm_common/warp_affine/warp_affine_cv.cpp
  11. +1
    -1
      dnn/src/arm_common/warp_perspective/warp_perspective_cv.cpp
  12. +1
    -1
      dnn/src/common/cv/bordermode-inl.h
  13. +1
    -1
      dnn/src/common/cv/common.h
  14. +1
    -1
      dnn/src/common/cv/filter.cpp
  15. +1
    -1
      dnn/src/common/cv/filter.h
  16. +1
    -1
      dnn/src/common/cv/helper.h
  17. +1
    -1
      dnn/src/common/cv/interp_helper.cpp
  18. +1
    -1
      dnn/src/common/cv/interp_helper.h
  19. +1
    -1
      dnn/src/common/elemwise/erfinv.h
  20. +1
    -1
      dnn/src/common/hash_ct.h
  21. +1
    -1
      dnn/src/common/warp_common.h
  22. +1
    -1
      dnn/src/common/winograd/winograd_generator.cpp
  23. +1
    -1
      dnn/src/common/winograd/winograd_generator.h
  24. +1
    -1
      dnn/src/cuda/conv_bias/quint4x4x32_wmma/activation_u4.cpp
  25. +1
    -1
      dnn/src/cuda/convolution/chanwise/bwd_small.cu
  26. +1
    -1
      dnn/src/cuda/convolution/forward/algos.cpp
  27. +1
    -1
      dnn/src/cuda/convolution/forward/algos.h
  28. +1
    -1
      dnn/src/cuda/cvt_color/cvt_color.cu
  29. +1
    -1
      dnn/src/cuda/cvt_color/cvt_color.cuh
  30. +1
    -1
      dnn/src/cuda/gaussian_blur/gaussian_blur.cu
  31. +1
    -1
      dnn/src/cuda/local/cuda-convnet2/cudaconv2.cuh
  32. +1
    -1
      dnn/src/cuda/local/cuda-convnet2/filter_acts.cu
  33. +1
    -1
      dnn/src/cuda/local/cuda-convnet2/filter_acts/filter_act_color.cuh
  34. +1
    -1
      dnn/src/cuda/local/cuda-convnet2/filter_acts/filter_act_color_scale0_ckimg0.cu
  35. +1
    -1
      dnn/src/cuda/local/cuda-convnet2/filter_acts/filter_act_color_scale0_ckimg1.cu
  36. +1
    -1
      dnn/src/cuda/local/cuda-convnet2/filter_acts/filter_act_color_scale1_ckimg0.cu
  37. +1
    -1
      dnn/src/cuda/local/cuda-convnet2/filter_acts/filter_act_color_scale1_ckimg1.cu
  38. +1
    -1
      dnn/src/cuda/local/cuda-convnet2/filter_acts/filter_act_sparse2.cuh
  39. +1
    -1
      dnn/src/cuda/local/cuda-convnet2/filter_acts/filter_act_sparse2_scale0_ckimg0.cu
  40. +1
    -1
      dnn/src/cuda/local/cuda-convnet2/filter_acts/filter_act_sparse2_scale0_ckimg1.cu
  41. +1
    -1
      dnn/src/cuda/local/cuda-convnet2/filter_acts/filter_act_sparse2_scale1_ckimg0.cu
  42. +1
    -1
      dnn/src/cuda/local/cuda-convnet2/filter_acts/filter_act_sparse2_scale1_ckimg1.cu
  43. +1
    -1
      dnn/src/cuda/local/cuda-convnet2/filter_acts/filter_act_sparse2_y4x32i4f16c4_tex.cu
  44. +1
    -1
      dnn/src/cuda/local/cuda-convnet2/filter_acts/filter_act_templates.cuh
  45. +1
    -1
      dnn/src/cuda/local/cuda-convnet2/img_acts.cu
  46. +1
    -1
      dnn/src/cuda/local/cuda-convnet2/img_acts/img_act_color.cuh
  47. +1
    -1
      dnn/src/cuda/local/cuda-convnet2/img_acts/img_act_color_ff.cu
  48. +1
    -1
      dnn/src/cuda/local/cuda-convnet2/img_acts/img_act_color_ft.cu
  49. +1
    -1
      dnn/src/cuda/local/cuda-convnet2/img_acts/img_act_manycolor.cuh
  50. +1
    -1
      dnn/src/cuda/local/cuda-convnet2/img_acts/img_act_manycolor_kepler.cuh
  51. +1
    -1
      dnn/src/cuda/local/cuda-convnet2/img_acts/img_act_manycolor_kepler_fff.cu
  52. +1
    -1
      dnn/src/cuda/local/cuda-convnet2/img_acts/img_act_manycolor_kepler_ftf.cu
  53. +1
    -1
      dnn/src/cuda/local/cuda-convnet2/img_acts/img_act_medium_color.cu
  54. +1
    -1
      dnn/src/cuda/local/cuda-convnet2/img_acts/img_act_medium_color.cuh
  55. +1
    -1
      dnn/src/cuda/local/cuda-convnet2/img_acts/img_act_templates.cuh
  56. +1
    -1
      dnn/src/cuda/local/cuda-convnet2/nvmatrix.cuh
  57. +1
    -1
      dnn/src/cuda/local/cuda-convnet2/weight_acts.cu
  58. +1
    -1
      dnn/src/cuda/local/cuda-convnet2/weight_acts/weight_acts_c_kepler_sw_by_16_c_1_ff.cu
  59. +1
    -1
      dnn/src/cuda/local/cuda-convnet2/weight_acts/weight_acts_c_kepler_sw_by_16_c_1_ft.cu
  60. +1
    -1
      dnn/src/cuda/local/cuda-convnet2/weight_acts/weight_acts_c_kepler_sw_by_16_c_2_ff.cu
  61. +1
    -1
      dnn/src/cuda/local/cuda-convnet2/weight_acts/weight_acts_c_kepler_sw_by_16_c_2_ft.cu
  62. +1
    -1
      dnn/src/cuda/local/cuda-convnet2/weight_acts/weight_acts_c_kepler_sw_by_16_c_3_ff.cu
  63. +1
    -1
      dnn/src/cuda/local/cuda-convnet2/weight_acts/weight_acts_c_kepler_sw_by_16_f4.cu
  64. +1
    -1
      dnn/src/cuda/local/cuda-convnet2/weight_acts/weight_acts_c_kepler_sw_by_16_pt_4.cu
  65. +1
    -1
      dnn/src/cuda/local/cuda-convnet2/weight_acts/weight_acts_c_kepler_sw_by_8.cu
  66. +1
    -1
      dnn/src/cuda/local/cuda-convnet2/weight_acts/wet_act_c_kepler.cuh
  67. +1
    -1
      dnn/src/cuda/local/cuda-convnet2/weight_acts/wet_act_c_kepler_sw.cuh
  68. +1
    -1
      dnn/src/cuda/local/cuda-convnet2/weight_acts/wet_act_mc_mf_kepler.cuh
  69. +1
    -1
      dnn/src/cuda/local/cuda-convnet2/weight_acts/wet_act_mc_mf_kepler_sw.cuh
  70. +1
    -1
      dnn/src/cuda/local/cuda-convnet2/weight_acts/wet_act_mc_mf_kepler_sw_by_4_A_scale_f.cu
  71. +1
    -1
      dnn/src/cuda/local/cuda-convnet2/weight_acts/wet_act_mc_mf_kepler_sw_by_4_B_scale_f.cu
  72. +1
    -1
      dnn/src/cuda/local/cuda-convnet2/weight_acts/wet_act_mc_mf_kepler_sw_by_4_C_scale_f.cu
  73. +1
    -1
      dnn/src/cuda/local/cuda-convnet2/weight_acts/wet_act_mc_mf_kepler_sw_by_4_D_scale_f.cu
  74. +1
    -1
      dnn/src/cuda/local/cuda-convnet2/weight_acts/wet_act_mc_mf_kepler_sw_by_8_A_scale_f.cu
  75. +1
    -1
      dnn/src/cuda/local/cuda-convnet2/weight_acts/wet_act_mc_mf_kepler_sw_by_8_B_scale_f.cu
  76. +1
    -1
      dnn/src/cuda/local/cuda-convnet2/weight_acts/wet_act_mc_mf_kepler_sw_by_8_C_scale_f.cu
  77. +1
    -1
      dnn/src/cuda/local/cuda-convnet2/weight_acts/wet_act_mc_mf_kepler_sw_by_8_D_scale_f.cu
  78. +1
    -1
      dnn/src/cuda/local/cuda-convnet2/weight_acts/wet_act_templates.cuh
  79. +1
    -1
      dnn/src/cuda/resize/resize_cv.cu
  80. +1
    -1
      dnn/src/cuda/warp_affine/warp_affine_cv.cu
  81. +1
    -1
      dnn/src/cuda/warp_perspective/warp_perspective_cv.cu
  82. +1
    -1
      dnn/src/fallback/gaussian_blur/filter.h
  83. +1
    -1
      dnn/src/fallback/gaussian_blur/opr_impl.cpp
  84. +1
    -1
      dnn/src/naive/cvt_color/opr_impl.cpp
  85. +1
    -1
      dnn/src/naive/gaussian_blur/opr_impl.cpp
  86. +1
    -1
      dnn/src/naive/matrix_mul/algorithms.h
  87. +1
    -1
      dnn/src/naive/resize/resize_cv.cpp
  88. +1
    -1
      dnn/src/naive/separable_conv/opr_impl.cpp
  89. +1
    -1
      dnn/src/naive/separable_filter/opr_impl.cpp
  90. +1
    -1
      dnn/src/naive/warp_affine/warp_affine_cv.cpp
  91. +1
    -1
      dnn/src/naive/warp_perspective/warp_perspective_cv.cpp
  92. +1
    -1
      dnn/src/x86/cvt_color/opr_impl.cpp
  93. +1
    -1
      dnn/src/x86/elemwise/avx_util/avx_mathfun.cpp
  94. +1
    -1
      dnn/src/x86/elemwise/sse_util/sse_mathfun.cpp
  95. +1
    -1
      dnn/src/x86/gaussian_blur/filter.h
  96. +1
    -1
      dnn/src/x86/gaussian_blur/opr_impl.cpp
  97. +1
    -1
      dnn/src/x86/resize/resize_cv.cpp
  98. +1
    -1
      dnn/src/x86/separable_conv/opr_impl.cpp
  99. +1
    -1
      dnn/src/x86/separable_conv/sep_conv_common.h
  100. +1
    -1
      dnn/src/x86/separable_conv/sep_conv_filter.h

+ 1
- 1
dnn/include/megdnn/dtype/bfloat16.hpp View File

@@ -31,7 +31,7 @@
* "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
* This file has been modified by Megvii ("Megvii Modifications").
* All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved.
* All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved.
*
* --------------------------------------------------------------------------
*/


+ 1
- 1
dnn/include/megdnn/dtype/half.hpp View File

@@ -31,7 +31,7 @@
* "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
* This file has been modified by Megvii ("Megvii Modifications").
* All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved.
* All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved.
*
* --------------------------------------------------------------------------
*/


+ 1
- 1
dnn/include/megdnn/dtype/half_common_epilogue.h View File

@@ -31,7 +31,7 @@
* "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
* This file has been modified by Megvii ("Megvii Modifications").
* All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved.
* All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved.
*
* --------------------------------------------------------------------------
*/


+ 1
- 1
dnn/include/megdnn/dtype/half_common_prologue.h View File

@@ -31,7 +31,7 @@
* "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
* This file has been modified by Megvii ("Megvii Modifications").
* All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved.
* All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved.
*
* --------------------------------------------------------------------------
*/


+ 1
- 1
dnn/src/arm_common/cvt_color/opr_impl.cpp View File

@@ -54,7 +54,7 @@
* "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
* This file has been modified by Megvii ("Megvii Modifications").
* All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved.
* All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved.
*
* ---------------------------------------------------------------------------
*/


+ 1
- 1
dnn/src/arm_common/elemwise/neon_mathfun.cpp View File

@@ -11,7 +11,7 @@
* implied.
*
* This file has been modified by Megvii ("Megvii Modifications").
* All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights
* All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights
* reserved.
*
*/


+ 1
- 1
dnn/src/arm_common/resize/resize_cv.cpp View File

@@ -54,7 +54,7 @@
* "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
* This file has been modified by Megvii ("Megvii Modifications").
* All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved.
* All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved.
*
* ---------------------------------------------------------------------------
*/


+ 1
- 1
dnn/src/arm_common/separable_filter/filter.h View File

@@ -54,7 +54,7 @@
* "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
* This file has been modified by Megvii ("Megvii Modifications").
* All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved.
* All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved.
*
* ---------------------------------------------------------------------------
*/


+ 1
- 1
dnn/src/arm_common/separable_filter/opr_impl.cpp View File

@@ -54,7 +54,7 @@
* "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
* This file has been modified by Megvii ("Megvii Modifications").
* All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved.
* All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved.
*
* ---------------------------------------------------------------------------
*/


+ 1
- 1
dnn/src/arm_common/warp_affine/warp_affine_cv.cpp View File

@@ -54,7 +54,7 @@
* "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
* This file has been modified by Megvii ("Megvii Modifications").
* All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved.
* All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved.
*
* ---------------------------------------------------------------------------
*/


+ 1
- 1
dnn/src/arm_common/warp_perspective/warp_perspective_cv.cpp View File

@@ -54,7 +54,7 @@
* "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
* This file has been modified by Megvii ("Megvii Modifications").
* All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved.
* All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved.
*
* ---------------------------------------------------------------------------
*/


+ 1
- 1
dnn/src/common/cv/bordermode-inl.h View File

@@ -54,7 +54,7 @@
* "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
* This file has been modified by Megvii ("Megvii Modifications").
* All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved.
* All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved.
*
* ---------------------------------------------------------------------------
*/


+ 1
- 1
dnn/src/common/cv/common.h View File

@@ -54,7 +54,7 @@
* "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
* This file has been modified by Megvii ("Megvii Modifications").
* All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved.
* All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved.
*
* ---------------------------------------------------------------------------
*/


+ 1
- 1
dnn/src/common/cv/filter.cpp View File

@@ -54,7 +54,7 @@
* "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
* This file has been modified by Megvii ("Megvii Modifications").
* All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved.
* All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved.
*
* ---------------------------------------------------------------------------
*/


+ 1
- 1
dnn/src/common/cv/filter.h View File

@@ -54,7 +54,7 @@
* "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
* This file has been modified by Megvii ("Megvii Modifications").
* All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved.
* All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved.
*
* ---------------------------------------------------------------------------
*/


+ 1
- 1
dnn/src/common/cv/helper.h View File

@@ -54,7 +54,7 @@
* "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
* This file has been modified by Megvii ("Megvii Modifications").
* All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved.
* All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved.
*
* ---------------------------------------------------------------------------
*/


+ 1
- 1
dnn/src/common/cv/interp_helper.cpp View File

@@ -52,7 +52,7 @@
* "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
* This file has been modified by Megvii ("Megvii Modifications").
* All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved.
* All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved.
*
* ---------------------------------------------------------------------------
*/


+ 1
- 1
dnn/src/common/cv/interp_helper.h View File

@@ -54,7 +54,7 @@
* "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
* This file has been modified by Megvii ("Megvii Modifications").
* All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved.
* All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved.
*
* ---------------------------------------------------------------------------
*/


+ 1
- 1
dnn/src/common/elemwise/erfinv.h View File

@@ -35,7 +35,7 @@
* "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
* This file has been modified by Megvii ("Megvii Modifications").
* All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved.
* All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved.
*
* --------------------------------------------------------------------------
*/


+ 1
- 1
dnn/src/common/hash_ct.h View File

@@ -34,7 +34,7 @@
* implied.
*
* This file has been modified by Megvii ("Megvii Modifications").
* All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights
* All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights
* reserved.
*
* ---------------------------------------------------------------------------


+ 1
- 1
dnn/src/common/warp_common.h View File

@@ -54,7 +54,7 @@
* "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
* This file has been modified by Megvii ("Megvii Modifications").
* All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved.
* All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved.
*
* ---------------------------------------------------------------------------
*/


+ 1
- 1
dnn/src/common/winograd/winograd_generator.cpp View File

@@ -26,7 +26,7 @@
* "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
* This file has been modified by Megvii ("Megvii Modifications").
* All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved.
* All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved.
*
* ----------------------------------------------------------------
*/


+ 1
- 1
dnn/src/common/winograd/winograd_generator.h View File

@@ -26,7 +26,7 @@
* "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
* This file has been modified by Megvii ("Megvii Modifications").
* All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved.
* All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved.
*
* ----------------------------------------------------------------
*/


+ 1
- 1
dnn/src/cuda/conv_bias/quint4x4x32_wmma/activation_u4.cpp View File

@@ -9,7 +9,7 @@
* "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
* This file has been modified by Megvii ("Megvii Modifications").
* All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved.
* All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved.
*/

/* Copyright 2017 The TensorFlow Authors. All Rights Reserved.


+ 1
- 1
dnn/src/cuda/convolution/chanwise/bwd_small.cu View File

@@ -25,7 +25,7 @@
* "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
* This file has been modified by Megvii ("Megvii Modifications").
* All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved.
* All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved.
*
* --------------------------------------------------------------------------
*/


+ 1
- 1
dnn/src/cuda/convolution/forward/algos.cpp View File

@@ -2,7 +2,7 @@
* \file dnn/src/cuda/convolution/forward/algos.cpp
* MegEngine is Licensed under the Apache License, Version 2.0 (the "License")
*
* Copyright (c) 2014-2020 Megvii Inc. All rights reserved.
* Copyright (c) 2014-2021 Megvii Inc. All rights reserved.
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an


+ 1
- 1
dnn/src/cuda/convolution/forward/algos.h View File

@@ -2,7 +2,7 @@
* \file dnn/src/cuda/convolution/forward/algos.h
* MegEngine is Licensed under the Apache License, Version 2.0 (the "License")
*
* Copyright (c) 2014-2020 Megvii Inc. All rights reserved.
* Copyright (c) 2014-2021 Megvii Inc. All rights reserved.
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an


+ 1
- 1
dnn/src/cuda/cvt_color/cvt_color.cu View File

@@ -54,7 +54,7 @@
* "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
* This file has been modified by Megvii ("Megvii Modifications").
* All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved.
* All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved.
*
* ---------------------------------------------------------------------------
*/


+ 1
- 1
dnn/src/cuda/cvt_color/cvt_color.cuh View File

@@ -54,7 +54,7 @@
* "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
* This file has been modified by Megvii ("Megvii Modifications").
* All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved.
* All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved.
*
* ---------------------------------------------------------------------------
*/


+ 1
- 1
dnn/src/cuda/gaussian_blur/gaussian_blur.cu View File

@@ -54,7 +54,7 @@
* "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
* This file has been modified by Megvii ("Megvii Modifications").
* All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved.
* All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved.
*
* ---------------------------------------------------------------------------
*/


+ 1
- 1
dnn/src/cuda/local/cuda-convnet2/cudaconv2.cuh View File

@@ -25,7 +25,7 @@
*
* --------------------------------------------------------------------------
* * This file has been modified by Megvii ("Megvii Modifications").
* * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved.
* * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved.
* --------------------------------------------------------------------------
*/



+ 1
- 1
dnn/src/cuda/local/cuda-convnet2/filter_acts.cu View File

@@ -25,7 +25,7 @@
*
* --------------------------------------------------------------------------
* * This file has been modified by Megvii ("Megvii Modifications").
* * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved.
* * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved.
* --------------------------------------------------------------------------
*/



+ 1
- 1
dnn/src/cuda/local/cuda-convnet2/filter_acts/filter_act_color.cuh View File

@@ -25,7 +25,7 @@
*
* --------------------------------------------------------------------------
* * This file has been modified by Megvii ("Megvii Modifications").
* * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved.
* * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved.
* --------------------------------------------------------------------------
*/
#include "filter_act_templates.cuh"


+ 1
- 1
dnn/src/cuda/local/cuda-convnet2/filter_acts/filter_act_color_scale0_ckimg0.cu View File

@@ -25,7 +25,7 @@
*
* --------------------------------------------------------------------------
* * This file has been modified by Megvii ("Megvii Modifications").
* * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved.
* * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved.
* --------------------------------------------------------------------------
*/
#include "filter_act_color.cuh"


+ 1
- 1
dnn/src/cuda/local/cuda-convnet2/filter_acts/filter_act_color_scale0_ckimg1.cu View File

@@ -25,7 +25,7 @@
*
* --------------------------------------------------------------------------
* * This file has been modified by Megvii ("Megvii Modifications").
* * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved.
* * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved.
* --------------------------------------------------------------------------
*/
#include "filter_act_color.cuh"


+ 1
- 1
dnn/src/cuda/local/cuda-convnet2/filter_acts/filter_act_color_scale1_ckimg0.cu View File

@@ -25,7 +25,7 @@
*
* --------------------------------------------------------------------------
* * This file has been modified by Megvii ("Megvii Modifications").
* * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved.
* * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved.
* --------------------------------------------------------------------------
*/
#include "filter_act_color.cuh"


+ 1
- 1
dnn/src/cuda/local/cuda-convnet2/filter_acts/filter_act_color_scale1_ckimg1.cu View File

@@ -25,7 +25,7 @@
*
* --------------------------------------------------------------------------
* * This file has been modified by Megvii ("Megvii Modifications").
* * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved.
* * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved.
* --------------------------------------------------------------------------
*/
#include "filter_act_color.cuh"


+ 1
- 1
dnn/src/cuda/local/cuda-convnet2/filter_acts/filter_act_sparse2.cuh View File

@@ -25,7 +25,7 @@
*
* --------------------------------------------------------------------------
* * This file has been modified by Megvii ("Megvii Modifications").
* * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved.
* * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved.
* --------------------------------------------------------------------------
*/
#include "filter_act_templates.cuh"


+ 1
- 1
dnn/src/cuda/local/cuda-convnet2/filter_acts/filter_act_sparse2_scale0_ckimg0.cu View File

@@ -25,7 +25,7 @@
*
* --------------------------------------------------------------------------
* * This file has been modified by Megvii ("Megvii Modifications").
* * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved.
* * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved.
* --------------------------------------------------------------------------
*/
#include "filter_act_sparse2.cuh"


+ 1
- 1
dnn/src/cuda/local/cuda-convnet2/filter_acts/filter_act_sparse2_scale0_ckimg1.cu View File

@@ -25,7 +25,7 @@
*
* --------------------------------------------------------------------------
* * This file has been modified by Megvii ("Megvii Modifications").
* * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved.
* * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved.
* --------------------------------------------------------------------------
*/
#include "filter_act_sparse2.cuh"


+ 1
- 1
dnn/src/cuda/local/cuda-convnet2/filter_acts/filter_act_sparse2_scale1_ckimg0.cu View File

@@ -25,7 +25,7 @@
*
* --------------------------------------------------------------------------
* * This file has been modified by Megvii ("Megvii Modifications").
* * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved.
* * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved.
* --------------------------------------------------------------------------
*/
#include "filter_act_sparse2.cuh"


+ 1
- 1
dnn/src/cuda/local/cuda-convnet2/filter_acts/filter_act_sparse2_scale1_ckimg1.cu View File

@@ -25,7 +25,7 @@
*
* --------------------------------------------------------------------------
* * This file has been modified by Megvii ("Megvii Modifications").
* * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved.
* * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved.
* --------------------------------------------------------------------------
*/
#include "filter_act_sparse2.cuh"


+ 1
- 1
dnn/src/cuda/local/cuda-convnet2/filter_acts/filter_act_sparse2_y4x32i4f16c4_tex.cu View File

@@ -25,7 +25,7 @@
*
* --------------------------------------------------------------------------
* * This file has been modified by Megvii ("Megvii Modifications").
* * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved.
* * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved.
* --------------------------------------------------------------------------
*/
#include "filter_act_templates.cuh"


+ 1
- 1
dnn/src/cuda/local/cuda-convnet2/filter_acts/filter_act_templates.cuh View File

@@ -25,7 +25,7 @@
*
* --------------------------------------------------------------------------
* * This file has been modified by Megvii ("Megvii Modifications").
* * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved.
* * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved.
* --------------------------------------------------------------------------
*/
#include "../nvmatrix.cuh"


+ 1
- 1
dnn/src/cuda/local/cuda-convnet2/img_acts.cu View File

@@ -25,7 +25,7 @@
*
* --------------------------------------------------------------------------
* * This file has been modified by Megvii ("Megvii Modifications").
* * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved.
* * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved.
* --------------------------------------------------------------------------
*/



+ 1
- 1
dnn/src/cuda/local/cuda-convnet2/img_acts/img_act_color.cuh View File

@@ -25,7 +25,7 @@
*
* --------------------------------------------------------------------------
* * This file has been modified by Megvii ("Megvii Modifications").
* * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved.
* * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved.
* --------------------------------------------------------------------------
*/
#include "img_act_templates.cuh"


+ 1
- 1
dnn/src/cuda/local/cuda-convnet2/img_acts/img_act_color_ff.cu View File

@@ -25,7 +25,7 @@
*
* --------------------------------------------------------------------------
* * This file has been modified by Megvii ("Megvii Modifications").
* * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved.
* * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved.
* --------------------------------------------------------------------------
*/
#include "img_act_color.cuh"


+ 1
- 1
dnn/src/cuda/local/cuda-convnet2/img_acts/img_act_color_ft.cu View File

@@ -25,7 +25,7 @@
*
* --------------------------------------------------------------------------
* * This file has been modified by Megvii ("Megvii Modifications").
* * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved.
* * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved.
* --------------------------------------------------------------------------
*/
#include "img_act_color.cuh"


+ 1
- 1
dnn/src/cuda/local/cuda-convnet2/img_acts/img_act_manycolor.cuh View File

@@ -25,7 +25,7 @@
*
* --------------------------------------------------------------------------
* * This file has been modified by Megvii ("Megvii Modifications").
* * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved.
* * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved.
* --------------------------------------------------------------------------
*/



+ 1
- 1
dnn/src/cuda/local/cuda-convnet2/img_acts/img_act_manycolor_kepler.cuh View File

@@ -25,7 +25,7 @@
*
* --------------------------------------------------------------------------
* * This file has been modified by Megvii ("Megvii Modifications").
* * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved.
* * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved.
* --------------------------------------------------------------------------
*/
#include "img_act_templates.cuh"


+ 1
- 1
dnn/src/cuda/local/cuda-convnet2/img_acts/img_act_manycolor_kepler_fff.cu View File

@@ -25,7 +25,7 @@
*
* --------------------------------------------------------------------------
* * This file has been modified by Megvii ("Megvii Modifications").
* * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved.
* * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved.
* --------------------------------------------------------------------------
*/
#include "img_act_manycolor_kepler.cuh"


+ 1
- 1
dnn/src/cuda/local/cuda-convnet2/img_acts/img_act_manycolor_kepler_ftf.cu View File

@@ -25,7 +25,7 @@
*
* --------------------------------------------------------------------------
* * This file has been modified by Megvii ("Megvii Modifications").
* * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved.
* * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved.
* --------------------------------------------------------------------------
*/
#include "img_act_manycolor_kepler.cuh"


+ 1
- 1
dnn/src/cuda/local/cuda-convnet2/img_acts/img_act_medium_color.cu View File

@@ -25,7 +25,7 @@
*
* --------------------------------------------------------------------------
* * This file has been modified by Megvii ("Megvii Modifications").
* * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved.
* * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved.
* --------------------------------------------------------------------------
*/
#include "img_act_medium_color.cuh"


+ 1
- 1
dnn/src/cuda/local/cuda-convnet2/img_acts/img_act_medium_color.cuh View File

@@ -25,7 +25,7 @@
*
* --------------------------------------------------------------------------
* * This file has been modified by Megvii ("Megvii Modifications").
* * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved.
* * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved.
* --------------------------------------------------------------------------
*/
#include "img_act_templates.cuh"


+ 1
- 1
dnn/src/cuda/local/cuda-convnet2/img_acts/img_act_templates.cuh View File

@@ -25,7 +25,7 @@
*
* --------------------------------------------------------------------------
* * This file has been modified by Megvii ("Megvii Modifications").
* * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved.
* * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved.
* --------------------------------------------------------------------------
*/
#include "../nvmatrix.cuh"


+ 1
- 1
dnn/src/cuda/local/cuda-convnet2/nvmatrix.cuh View File

@@ -25,7 +25,7 @@
*
* --------------------------------------------------------------------------
* * This file has been modified by Megvii ("Megvii Modifications").
* * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved.
* * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved.
* --------------------------------------------------------------------------
*/



+ 1
- 1
dnn/src/cuda/local/cuda-convnet2/weight_acts.cu View File

@@ -25,7 +25,7 @@
*
* --------------------------------------------------------------------------
* * This file has been modified by Megvii ("Megvii Modifications").
* * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved.
* * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved.
* --------------------------------------------------------------------------
*/



+ 1
- 1
dnn/src/cuda/local/cuda-convnet2/weight_acts/weight_acts_c_kepler_sw_by_16_c_1_ff.cu View File

@@ -25,7 +25,7 @@
*
* --------------------------------------------------------------------------
* * This file has been modified by Megvii ("Megvii Modifications").
* * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved.
* * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved.
* --------------------------------------------------------------------------
*/
#include "wet_act_c_kepler_sw.cuh"


+ 1
- 1
dnn/src/cuda/local/cuda-convnet2/weight_acts/weight_acts_c_kepler_sw_by_16_c_1_ft.cu View File

@@ -25,7 +25,7 @@
*
* --------------------------------------------------------------------------
* * This file has been modified by Megvii ("Megvii Modifications").
* * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved.
* * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved.
* --------------------------------------------------------------------------
*/
#include "wet_act_c_kepler_sw.cuh"


+ 1
- 1
dnn/src/cuda/local/cuda-convnet2/weight_acts/weight_acts_c_kepler_sw_by_16_c_2_ff.cu View File

@@ -25,7 +25,7 @@
*
* --------------------------------------------------------------------------
* * This file has been modified by Megvii ("Megvii Modifications").
* * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved.
* * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved.
* --------------------------------------------------------------------------
*/
#include "wet_act_c_kepler_sw.cuh"


+ 1
- 1
dnn/src/cuda/local/cuda-convnet2/weight_acts/weight_acts_c_kepler_sw_by_16_c_2_ft.cu View File

@@ -25,7 +25,7 @@
*
* --------------------------------------------------------------------------
* * This file has been modified by Megvii ("Megvii Modifications").
* * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved.
* * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved.
* --------------------------------------------------------------------------
*/
#include "wet_act_c_kepler_sw.cuh"


+ 1
- 1
dnn/src/cuda/local/cuda-convnet2/weight_acts/weight_acts_c_kepler_sw_by_16_c_3_ff.cu View File

@@ -25,7 +25,7 @@
*
* --------------------------------------------------------------------------
* * This file has been modified by Megvii ("Megvii Modifications").
* * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved.
* * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved.
* --------------------------------------------------------------------------
*/
#include "wet_act_c_kepler_sw.cuh"


+ 1
- 1
dnn/src/cuda/local/cuda-convnet2/weight_acts/weight_acts_c_kepler_sw_by_16_f4.cu View File

@@ -25,7 +25,7 @@
*
* --------------------------------------------------------------------------
* * This file has been modified by Megvii ("Megvii Modifications").
* * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved.
* * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved.
* --------------------------------------------------------------------------
*/
#include "wet_act_c_kepler_sw.cuh"


+ 1
- 1
dnn/src/cuda/local/cuda-convnet2/weight_acts/weight_acts_c_kepler_sw_by_16_pt_4.cu View File

@@ -25,7 +25,7 @@
*
* --------------------------------------------------------------------------
* * This file has been modified by Megvii ("Megvii Modifications").
* * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved.
* * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved.
* --------------------------------------------------------------------------
*/
#include "wet_act_c_kepler_sw.cuh"


+ 1
- 1
dnn/src/cuda/local/cuda-convnet2/weight_acts/weight_acts_c_kepler_sw_by_8.cu View File

@@ -25,7 +25,7 @@
*
* --------------------------------------------------------------------------
* * This file has been modified by Megvii ("Megvii Modifications").
* * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved.
* * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved.
* --------------------------------------------------------------------------
*/
#include "wet_act_c_kepler_sw.cuh"


+ 1
- 1
dnn/src/cuda/local/cuda-convnet2/weight_acts/wet_act_c_kepler.cuh View File

@@ -25,7 +25,7 @@
*
* --------------------------------------------------------------------------
* * This file has been modified by Megvii ("Megvii Modifications").
* * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved.
* * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved.
* --------------------------------------------------------------------------
*/
#include "wet_act_templates.cuh"


+ 1
- 1
dnn/src/cuda/local/cuda-convnet2/weight_acts/wet_act_c_kepler_sw.cuh View File

@@ -25,7 +25,7 @@
*
* --------------------------------------------------------------------------
* * This file has been modified by Megvii ("Megvii Modifications").
* * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved.
* * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved.
* --------------------------------------------------------------------------
*/
#include "wet_act_templates.cuh"


+ 1
- 1
dnn/src/cuda/local/cuda-convnet2/weight_acts/wet_act_mc_mf_kepler.cuh View File

@@ -25,7 +25,7 @@
*
* --------------------------------------------------------------------------
* * This file has been modified by Megvii ("Megvii Modifications").
* * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved.
* * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved.
* --------------------------------------------------------------------------
*/
#include "wet_act_templates.cuh"


+ 1
- 1
dnn/src/cuda/local/cuda-convnet2/weight_acts/wet_act_mc_mf_kepler_sw.cuh View File

@@ -25,7 +25,7 @@
*
* --------------------------------------------------------------------------
* * This file has been modified by Megvii ("Megvii Modifications").
* * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved.
* * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved.
* --------------------------------------------------------------------------
*/
#include "wet_act_templates.cuh"


+ 1
- 1
dnn/src/cuda/local/cuda-convnet2/weight_acts/wet_act_mc_mf_kepler_sw_by_4_A_scale_f.cu View File

@@ -25,7 +25,7 @@
*
* --------------------------------------------------------------------------
* * This file has been modified by Megvii ("Megvii Modifications").
* * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved.
* * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved.
* --------------------------------------------------------------------------
*/
#include "wet_act_mc_mf_kepler_sw.cuh"


+ 1
- 1
dnn/src/cuda/local/cuda-convnet2/weight_acts/wet_act_mc_mf_kepler_sw_by_4_B_scale_f.cu View File

@@ -25,7 +25,7 @@
*
* --------------------------------------------------------------------------
* * This file has been modified by Megvii ("Megvii Modifications").
* * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved.
* * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved.
* --------------------------------------------------------------------------
*/
#include "wet_act_mc_mf_kepler_sw.cuh"


+ 1
- 1
dnn/src/cuda/local/cuda-convnet2/weight_acts/wet_act_mc_mf_kepler_sw_by_4_C_scale_f.cu View File

@@ -25,7 +25,7 @@
*
* --------------------------------------------------------------------------
* * This file has been modified by Megvii ("Megvii Modifications").
* * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved.
* * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved.
* --------------------------------------------------------------------------
*/
#include "wet_act_mc_mf_kepler_sw.cuh"


+ 1
- 1
dnn/src/cuda/local/cuda-convnet2/weight_acts/wet_act_mc_mf_kepler_sw_by_4_D_scale_f.cu View File

@@ -25,7 +25,7 @@
*
* --------------------------------------------------------------------------
* * This file has been modified by Megvii ("Megvii Modifications").
* * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved.
* * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved.
* --------------------------------------------------------------------------
*/
#include "wet_act_mc_mf_kepler_sw.cuh"


+ 1
- 1
dnn/src/cuda/local/cuda-convnet2/weight_acts/wet_act_mc_mf_kepler_sw_by_8_A_scale_f.cu View File

@@ -25,7 +25,7 @@
*
* --------------------------------------------------------------------------
* * This file has been modified by Megvii ("Megvii Modifications").
* * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved.
* * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved.
* --------------------------------------------------------------------------
*/
#include "wet_act_mc_mf_kepler_sw.cuh"


+ 1
- 1
dnn/src/cuda/local/cuda-convnet2/weight_acts/wet_act_mc_mf_kepler_sw_by_8_B_scale_f.cu View File

@@ -25,7 +25,7 @@
*
* --------------------------------------------------------------------------
* * This file has been modified by Megvii ("Megvii Modifications").
* * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved.
* * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved.
* --------------------------------------------------------------------------
*/
#include "wet_act_mc_mf_kepler_sw.cuh"


+ 1
- 1
dnn/src/cuda/local/cuda-convnet2/weight_acts/wet_act_mc_mf_kepler_sw_by_8_C_scale_f.cu View File

@@ -25,7 +25,7 @@
*
* --------------------------------------------------------------------------
* * This file has been modified by Megvii ("Megvii Modifications").
* * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved.
* * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved.
* --------------------------------------------------------------------------
*/
#include "wet_act_mc_mf_kepler_sw.cuh"


+ 1
- 1
dnn/src/cuda/local/cuda-convnet2/weight_acts/wet_act_mc_mf_kepler_sw_by_8_D_scale_f.cu View File

@@ -25,7 +25,7 @@
*
* --------------------------------------------------------------------------
* * This file has been modified by Megvii ("Megvii Modifications").
* * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved.
* * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved.
* --------------------------------------------------------------------------
*/
#include "wet_act_mc_mf_kepler_sw.cuh"


+ 1
- 1
dnn/src/cuda/local/cuda-convnet2/weight_acts/wet_act_templates.cuh View File

@@ -25,7 +25,7 @@
*
* --------------------------------------------------------------------------
* * This file has been modified by Megvii ("Megvii Modifications").
* * All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved.
* * All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved.
* --------------------------------------------------------------------------
*/
#include "../nvmatrix.cuh"


+ 1
- 1
dnn/src/cuda/resize/resize_cv.cu View File

@@ -54,7 +54,7 @@
* "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
* This file has been modified by Megvii ("Megvii Modifications").
* All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved.
* All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved.
*
* ---------------------------------------------------------------------------
*/


+ 1
- 1
dnn/src/cuda/warp_affine/warp_affine_cv.cu View File

@@ -54,7 +54,7 @@
* "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
* This file has been modified by Megvii ("Megvii Modifications").
* All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved.
* All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved.
*
* ---------------------------------------------------------------------------
*/


+ 1
- 1
dnn/src/cuda/warp_perspective/warp_perspective_cv.cu View File

@@ -54,7 +54,7 @@
* "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
* This file has been modified by Megvii ("Megvii Modifications").
* All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved.
* All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved.
*
* ---------------------------------------------------------------------------
*/


+ 1
- 1
dnn/src/fallback/gaussian_blur/filter.h View File

@@ -54,7 +54,7 @@
* "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
* This file has been modified by Megvii ("Megvii Modifications").
* All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved.
* All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved.
*
* ---------------------------------------------------------------------------
*/


+ 1
- 1
dnn/src/fallback/gaussian_blur/opr_impl.cpp View File

@@ -54,7 +54,7 @@
* "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
* This file has been modified by Megvii ("Megvii Modifications").
* All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved.
* All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved.
*
* ---------------------------------------------------------------------------
*/


+ 1
- 1
dnn/src/naive/cvt_color/opr_impl.cpp View File

@@ -54,7 +54,7 @@
* "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
* This file has been modified by Megvii ("Megvii Modifications").
* All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved.
* All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved.
*
* ---------------------------------------------------------------------------
*/


+ 1
- 1
dnn/src/naive/gaussian_blur/opr_impl.cpp View File

@@ -54,7 +54,7 @@
* "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
* This file has been modified by Megvii ("Megvii Modifications").
* All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved.
* All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved.
*
* ---------------------------------------------------------------------------
*/


+ 1
- 1
dnn/src/naive/matrix_mul/algorithms.h View File

@@ -2,7 +2,7 @@
* \file dnn/src/naive/matrix_mul/algorithms.h
* MegEngine is Licensed under the Apache License, Version 2.0 (the "License")
*
* Copyright (c) 2014-2020 Megvii Inc. All rights reserved.
* Copyright (c) 2014-2021 Megvii Inc. All rights reserved.
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an


+ 1
- 1
dnn/src/naive/resize/resize_cv.cpp View File

@@ -54,7 +54,7 @@
* "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
* This file has been modified by Megvii ("Megvii Modifications").
* All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved.
* All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved.
*
* ---------------------------------------------------------------------------
*/


+ 1
- 1
dnn/src/naive/separable_conv/opr_impl.cpp View File

@@ -54,7 +54,7 @@
* "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
* This file has been modified by Megvii ("Megvii Modifications").
* All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved.
* All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved.
*
* ---------------------------------------------------------------------------
*/


+ 1
- 1
dnn/src/naive/separable_filter/opr_impl.cpp View File

@@ -54,7 +54,7 @@
* "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
* This file has been modified by Megvii ("Megvii Modifications").
* All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved.
* All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved.
*
* ---------------------------------------------------------------------------
*/


+ 1
- 1
dnn/src/naive/warp_affine/warp_affine_cv.cpp View File

@@ -54,7 +54,7 @@
* "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
* This file has been modified by Megvii ("Megvii Modifications").
* All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved.
* All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved.
*
* ---------------------------------------------------------------------------
*/


+ 1
- 1
dnn/src/naive/warp_perspective/warp_perspective_cv.cpp View File

@@ -54,7 +54,7 @@
* "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
* This file has been modified by Megvii ("Megvii Modifications").
* All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved.
* All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved.
*
* ---------------------------------------------------------------------------
*/


+ 1
- 1
dnn/src/x86/cvt_color/opr_impl.cpp View File

@@ -54,7 +54,7 @@
* "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
* This file has been modified by Megvii ("Megvii Modifications").
* All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved.
* All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved.
*
* ---------------------------------------------------------------------------
*/


+ 1
- 1
dnn/src/x86/elemwise/avx_util/avx_mathfun.cpp View File

@@ -40,7 +40,7 @@
* "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
* This file has been modified by Megvii ("Megvii Modifications").
* All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved.
* All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved.
*
* --------------------------------------------------------------------------
*/


+ 1
- 1
dnn/src/x86/elemwise/sse_util/sse_mathfun.cpp View File

@@ -41,7 +41,7 @@
* "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
* This file has been modified by Megvii ("Megvii Modifications").
* All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved.
* All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved.
*
* --------------------------------------------------------------------------
*/


+ 1
- 1
dnn/src/x86/gaussian_blur/filter.h View File

@@ -54,7 +54,7 @@
* "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
* This file has been modified by Megvii ("Megvii Modifications").
* All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved.
* All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved.
*
* ---------------------------------------------------------------------------
*/


+ 1
- 1
dnn/src/x86/gaussian_blur/opr_impl.cpp View File

@@ -54,7 +54,7 @@
* "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
* This file has been modified by Megvii ("Megvii Modifications").
* All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved.
* All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved.
*
* ---------------------------------------------------------------------------
*/


+ 1
- 1
dnn/src/x86/resize/resize_cv.cpp View File

@@ -54,7 +54,7 @@
* "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
* This file has been modified by Megvii ("Megvii Modifications").
* All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved.
* All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved.
*
* ---------------------------------------------------------------------------
*/


+ 1
- 1
dnn/src/x86/separable_conv/opr_impl.cpp View File

@@ -54,7 +54,7 @@
* "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
* This file has been modified by Megvii ("Megvii Modifications").
* All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved.
* All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved.
*
* ---------------------------------------------------------------------------
*/


+ 1
- 1
dnn/src/x86/separable_conv/sep_conv_common.h View File

@@ -54,7 +54,7 @@
* "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
* This file has been modified by Megvii ("Megvii Modifications").
* All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved.
* All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved.
*
* ---------------------------------------------------------------------------
*/


+ 1
- 1
dnn/src/x86/separable_conv/sep_conv_filter.h View File

@@ -54,7 +54,7 @@
* "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
* This file has been modified by Megvii ("Megvii Modifications").
* All Megvii Modifications are Copyright (C) 2014-2019 Megvii Inc. All rights reserved.
* All Megvii Modifications are Copyright (C) 2014-2021 Megvii Inc. All rights reserved.
*
* ---------------------------------------------------------------------------
*/


Some files were not shown because too many files changed in this diff

Loading…
Cancel
Save