Browse Source

chore(license): apply change caused by bot forward rebase

GitOrigin-RevId: 2707bc03c9
release-1.10
Megvii Engine Team 3 years ago
parent
commit
c2500cdb7e
27 changed files with 0 additions and 306 deletions
  1. +0
    -11
      dnn/src/arm_common/conv_bias/int8/chanwise_direct_dot.cpp
  2. +0
    -12
      dnn/src/arm_common/conv_bias/int8/chanwise_im2col_dot.cpp
  3. +0
    -12
      dnn/src/arm_common/conv_bias/int8/direct_kernels/dot_direct_nchw_large.h
  4. +0
    -12
      dnn/src/arm_common/conv_bias/int8/direct_kernels/dot_direct_nchw_large_common.h
  5. +0
    -12
      dnn/src/arm_common/conv_bias/int8/direct_kernels/dot_direct_nchw_larget_9x9s1.cpp
  6. +0
    -13
      dnn/src/arm_common/conv_bias/int8/direct_kernels/dot_direct_nchw_larget_9x9s2.cpp
  7. +0
    -12
      dnn/src/fallback/conv_bias/gi/block_helper.h
  8. +0
    -12
      dnn/src/fallback/conv_bias/gi/fp32/do_conv_stride1.cpp
  9. +0
    -11
      dnn/src/fallback/conv_bias/gi/fp32/do_conv_stride2.cpp
  10. +0
    -11
      dnn/src/fallback/conv_bias/gi/fp32/helper.h
  11. +0
    -11
      dnn/src/fallback/conv_bias/gi/intrinsic_helper.h
  12. +0
    -12
      dnn/src/fallback/conv_bias/gi/postprocess_helper.h
  13. +0
    -11
      dnn/src/fallback/conv_bias/gi/utils.h
  14. +0
    -11
      dnn/src/fallback/gi_intrinsic_helper.h
  15. +0
    -12
      dnn/src/fallback/matrix_mul/gi/fp32/exec_sgemv.cpp
  16. +0
    -10
      dnn/src/fallback/matrix_mul/gi/fp32/exec_sgemv.h
  17. +0
    -11
      dnn/src/fallback/matrix_mul/gi/fp32/strategy_mk4_4x8.cpp
  18. +0
    -11
      dnn/src/fallback/pooling/gi/algo.cpp
  19. +0
    -11
      dnn/src/fallback/pooling/gi/algo.h
  20. +0
    -11
      dnn/src/fallback/pooling/gi/do_max_pooling_3x3_s2x2_float.cpp
  21. +0
    -11
      dnn/src/fallback/pooling/gi/do_max_pooling_3x3_s2x2_float.h
  22. +0
    -11
      dnn/src/fallback/pooling/gi/do_max_pooling_w4x4_s2x2.cpp
  23. +0
    -11
      dnn/src/fallback/pooling/gi/do_max_pooling_w4x4_s2x2.h
  24. +0
    -11
      dnn/src/fallback/pooling/gi/kern_fp32_pooling_nchw44.h
  25. +0
    -12
      dnn/src/fallback/pooling/gi/pooling_helper.h
  26. +0
    -11
      dnn/test/fallback/gi.cpp
  27. +0
    -10
      dnn/test/fallback/pooling.cpp

+ 0
- 11
dnn/src/arm_common/conv_bias/int8/chanwise_direct_dot.cpp View File

@@ -1,14 +1,3 @@
/**
* \file dnn/src/arm_common/conv_bias/int8/chanwise_direct_dot.cpp
* MegEngine is Licensed under the Apache License, Version 2.0 (the "License")
*
* 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
* "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or
* implied.
*/
#include <arm_neon.h>
#include "src/arm_common/conv_bias/int8/algos.h"
#include "src/arm_common/conv_bias/int8/direct_kernels/dot_direct_nchw_large.h"


+ 0
- 12
dnn/src/arm_common/conv_bias/int8/chanwise_im2col_dot.cpp View File

@@ -1,15 +1,3 @@
/**
* \file dnn/src/arm_common/conv_bias/int8/chanwise_im2col_dot.cpp
* MegEngine is Licensed under the Apache License, Version 2.0 (the "License")
*
* 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
* "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or
* implied.
*/

#include "megdnn/arch.h"
#if MGB_ENABLE_DOT
#include "src/arm_common/simd_macro/marm_neon.h"


+ 0
- 12
dnn/src/arm_common/conv_bias/int8/direct_kernels/dot_direct_nchw_large.h View File

@@ -1,15 +1,3 @@
/**
* \file
* dnn/src/arm_common/conv_bias/int8/direct_kernels/dot_direct_nchw_large.h
* MegEngine is Licensed under the Apache License, Version 2.0 (the "License")
*
* 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
* "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or
* implied.
*/
#pragma once
#include "megdnn/arch.h"
#if MGB_ENABLE_DOT


+ 0
- 12
dnn/src/arm_common/conv_bias/int8/direct_kernels/dot_direct_nchw_large_common.h View File

@@ -1,15 +1,3 @@
/**
* \file
* dnn/src/arm_common/conv_bias/int8/direct_kernels/dot_direct_nchw44_common.h
* MegEngine is Licensed under the Apache License, Version 2.0 (the "License")
*
* 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
* "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or
* implied.
*/
#pragma once
#include "megdnn/arch.h"
#if MGB_ENABLE_DOT


+ 0
- 12
dnn/src/arm_common/conv_bias/int8/direct_kernels/dot_direct_nchw_larget_9x9s1.cpp View File

@@ -1,15 +1,3 @@
/**
* \file
* dnn/src/arm_common/conv_bias/int8/direct_kernels/dot_direct_nchw_larget_9x9s1.cpp
* MegEngine is Licensed under the Apache License, Version 2.0 (the "License")
*
* 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
* "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or
* implied.
*/
#include "megdnn/arch.h"
#if MGB_ENABLE_DOT
#include "src/arm_common/simd_macro/marm_neon.h"


+ 0
- 13
dnn/src/arm_common/conv_bias/int8/direct_kernels/dot_direct_nchw_larget_9x9s2.cpp View File

@@ -1,16 +1,3 @@
/**
* \file
* dnn/src/arm_common/conv_bias/int8/direct_kernels/dot_direct_nchw_larget_9x9s2.cpp
* MegEngine is Licensed under the Apache License, Version 2.0 (the "License")
*
* 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
* "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or
* implied.
*/

#include "megdnn/arch.h"
#if MGB_ENABLE_DOT
#include "src/arm_common/simd_macro/marm_neon.h"


+ 0
- 12
dnn/src/fallback/conv_bias/gi/block_helper.h View File

@@ -1,15 +1,3 @@
/**
* \file dnn/src/fallback/conv_bias/gi/block_helper.h
* MegEngine is Licensed under the Apache License, Version 2.0 (the "License")
*
* 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
* "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or
* implied.
*/

#include "src/common/utils.h"
namespace megdnn {
namespace {


+ 0
- 12
dnn/src/fallback/conv_bias/gi/fp32/do_conv_stride1.cpp View File

@@ -1,15 +1,3 @@
/**
* \file dnn/src/fallback/conv_bias/gi/fp32/do_conv_stride1.cpp
* MegEngine is Licensed under the Apache License, Version 2.0 (the "License")
*
* 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
* "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or
* implied.
*/

#include <algorithm>

#include "src/fallback/conv_bias/gi/fp32/do_conv_stride1.h"


+ 0
- 11
dnn/src/fallback/conv_bias/gi/fp32/do_conv_stride2.cpp View File

@@ -1,14 +1,3 @@
/**
* \file dnn/src/fallback/conv_bias/gi/fp32/do_conv_stride2.cpp
* MegEngine is Licensed under the Apache License, Version 2.0 (the "License")
*
* 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
* "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*/

#include <algorithm>

#include "./do_conv_stride2.h"


+ 0
- 11
dnn/src/fallback/conv_bias/gi/fp32/helper.h View File

@@ -1,14 +1,3 @@
/**
* \file dnn/src/fallback/conv_bias/gi/fp32/helper.h
* MegEngine is Licensed under the Apache License, Version 2.0 (the "License")
*
* 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
* "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*/

#pragma once
#include "src/common/unroll_macro.h"
#include "src/fallback/general_intrinsic/gi_float.h"


+ 0
- 11
dnn/src/fallback/conv_bias/gi/intrinsic_helper.h View File

@@ -1,14 +1,3 @@
/**
* \file dnn/src/fallback/conv_bias/gi/intrinsic_helper.h
* MegEngine is Licensed under the Apache License, Version 2.0 (the "License")
*
* 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
* "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or
* implied.
*/
#pragma once
#include "src/common/unroll_macro.h"
#include "src/fallback/conv_bias/common.h"


+ 0
- 12
dnn/src/fallback/conv_bias/gi/postprocess_helper.h View File

@@ -1,15 +1,3 @@
/**
* \file dnn/src/fallback/conv_bias/gi/postprocess_helper.h
* MegEngine is Licensed under the Apache License, Version 2.0 (the "License")
*
* Copyright (c) 2014-2022 Megvii Inc. All rights reserved.
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or
* implied.
*/

#pragma once

#include "megdnn/basic_types.h"


+ 0
- 11
dnn/src/fallback/conv_bias/gi/utils.h View File

@@ -1,14 +1,3 @@
/**
* \file dnn/src/fallback/conv_bias/gi/utils.h
* MegEngine is Licensed under the Apache License, Version 2.0 (the "License")
*
* 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
* "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*/

#pragma once

#include <cstring>


+ 0
- 11
dnn/src/fallback/gi_intrinsic_helper.h View File

@@ -1,14 +1,3 @@
/**
* \file dnn/src/fallback/gi_intrinsic_helper.h
* MegEngine is Licensed under the Apache License, Version 2.0 (the "License")
*
* Copyright (c) 2014-2022 Megvii Inc. All rights reserved.
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or
* implied.
*/
#pragma once
#include "src/common/unroll_macro.h"
#include "src/fallback/general_intrinsic/gi_float.h"


+ 0
- 12
dnn/src/fallback/matrix_mul/gi/fp32/exec_sgemv.cpp View File

@@ -1,15 +1,3 @@
/**
* \file dnn/src/fallback/matrix_mul/gi/fp32/exec_sgemv.cpp
* MegEngine is Licensed under the Apache License, Version 2.0 (the "License")
*
* Copyright (c) 2014-2022 Megvii Inc. All rights reserved.
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or
* implied.
*/

#include "src/fallback/matrix_mul/gi/fp32/exec_sgemv.h"
#include "include/megdnn/oprs.h"
#include "src/common/unroll_macro.h"


+ 0
- 10
dnn/src/fallback/matrix_mul/gi/fp32/exec_sgemv.h View File

@@ -1,13 +1,3 @@
/**
* \file dnn/src/fallback/matrix_mul/gi/fp32/exec_sgemv.h
* MegEngine is Licensed under the Apache License, Version 2.0 (the "License")
*
* Copyright (c) 2014-2022 Megvii Inc. All rights reserved.
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*/
#pragma once

#include <cstddef>


+ 0
- 11
dnn/src/fallback/matrix_mul/gi/fp32/strategy_mk4_4x8.cpp View File

@@ -1,14 +1,3 @@
/**
* \file dnn/src/fallback/matrix_mul/gi/fp32/strategy_mk4_4x8.cpp
* MegEngine is Licensed under the Apache License, Version 2.0 (the "License")
*
* Copyright (c) 2014-2022 Megvii Inc. All rights reserved.
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*/

#include "src/common/utils.h"
#include "src/fallback/general_intrinsic/gi_float.h"
#include "src/fallback/matrix_mul/generic_strategy.h"


+ 0
- 11
dnn/src/fallback/pooling/gi/algo.cpp View File

@@ -1,14 +1,3 @@
/**
* \file dnn/src/fallback/pooling/gi/algo.cpp
* MegEngine is Licensed under the Apache License, Version 2.0 (the "License")
*
* 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
* "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or
* implied.
*/
#include "algo.h"
#include "do_max_pooling_w4x4_s2x2.h"
#include "megdnn/opr_param_defs.h"


+ 0
- 11
dnn/src/fallback/pooling/gi/algo.h View File

@@ -1,14 +1,3 @@
/**
* \file dnn/src/fallback/pooling/gi/algo.h
* MegEngine is Licensed under the Apache License, Version 2.0 (the "License")
*
* 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
* "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or
* implied.
*/
#pragma once
#include "src/common/utils.h"
#include "src/fallback/pooling/opr_impl.h"


+ 0
- 11
dnn/src/fallback/pooling/gi/do_max_pooling_3x3_s2x2_float.cpp View File

@@ -1,14 +1,3 @@
/**
* \file dnn/src/fallback/pooling/gi/do_max_pooling_3x3_s2x2_float.cpp
* MegEngine is Licensed under the Apache License, Version 2.0 (the "License")
*
* Copyright (c) 2014-2022 Megvii Inc. All rights reserved.
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*/

#include "src/common/utils.h"

#include <algorithm>


+ 0
- 11
dnn/src/fallback/pooling/gi/do_max_pooling_3x3_s2x2_float.h View File

@@ -1,14 +1,3 @@
/**
* \file dnn/src/fallback/pooling/gi/do_max_pooling_3x3_s2x2_float.h
* MegEngine is Licensed under the Apache License, Version 2.0 (the "License")
*
* Copyright (c) 2014-2022 Megvii Inc. All rights reserved.
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*/

#include "src/common/utils.h"

#include "megdnn/arch.h"


+ 0
- 11
dnn/src/fallback/pooling/gi/do_max_pooling_w4x4_s2x2.cpp View File

@@ -1,14 +1,3 @@
/**
* \file dnn/src/fallback/pooling/gi/do_max_pooling_w4x4_s2x2.cpp
* MegEngine is Licensed under the Apache License, Version 2.0 (the "License")
*
* 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
* "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or
* implied.
*/
#include "do_max_pooling_w4x4_s2x2.h"
#include "pooling_helper.h"



+ 0
- 11
dnn/src/fallback/pooling/gi/do_max_pooling_w4x4_s2x2.h View File

@@ -1,14 +1,3 @@
/**
* \file dnn/src/fallback/pooling/gi/do_max_pooling_w4x4_s2x2.h
* MegEngine is Licensed under the Apache License, Version 2.0 (the "License")
*
* 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
* "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or
* implied.
*/
#pragma once
#include "src/fallback/pooling/opr_impl.h"



+ 0
- 11
dnn/src/fallback/pooling/gi/kern_fp32_pooling_nchw44.h View File

@@ -1,14 +1,3 @@
/**
* \file dnn/src/fallback/pooling/gi/kern_fp32_pooling_nchw44.h
* MegEngine is Licensed under the Apache License, Version 2.0 (the "License")
*
* 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
* "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or
* implied.
*/
#pragma once
#include <limits>
#include "megdnn/opr_param_defs.h"


+ 0
- 12
dnn/src/fallback/pooling/gi/pooling_helper.h View File

@@ -1,15 +1,3 @@
/**
* \file dnn/src/fallback/pooling/gi/pooling_helper.h
* MegEngine is Licensed under the Apache License, Version 2.0 (the "License")
*
* 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
* "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or
* implied.
*/

#include "do_max_pooling_3x3_s2x2_float.h"
#include "megdnn/dtype.h"
#include "src/common/unroll_macro.h"


+ 0
- 11
dnn/test/fallback/gi.cpp View File

@@ -1,14 +1,3 @@
/**
* \file dnn/test/fallback/gi.cpp
* MegEngine is Licensed under the Apache License, Version 2.0 (the "License")
*
* Copyright (c) 2014-2022 Megvii Inc. All rights reserved.
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*/

#include <vector>
#include "test/fallback/fixture.h"



+ 0
- 10
dnn/test/fallback/pooling.cpp View File

@@ -1,13 +1,3 @@
/**
* \file dnn/test/fallback/pooling.cpp
* MegEngine is Licensed under the Apache License, Version 2.0 (the "License")
*
* Copyright (c) 2014-2022 Megvii Inc. All rights reserved.
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*/
#include "test/fallback/fixture.h"

#include "test/common/benchmarker.h"


Loading…
Cancel
Save