已合并
A2卷积conv3d头文件整改 #3048
唐云飞创建于 3月23日
A2卷积conv3d头文件整改 #3048
已合并
唐云飞创建于 3月23日
共 12 个文件变更+12-12
Mconv/conv3d_v2/op_kernel/conv3d/conv3d_api_impl.h+1-1文件内容审核中,请稍后刷新重试
@@ -22,7 +22,7 @@
22#include "kernel_operator.h"22#include "kernel_operator.h"
23#include "kernel_tiling/kernel_tiling.h"23#include "kernel_tiling/kernel_tiling.h"
24#include "../conv3d_v2_tiling_data.h"24#include "../conv3d_v2_tiling_data.h"
25-#include "kernel_utils.h"25+#include "kernel_common.h"
26 26 
27namespace Conv3dFunc {27namespace Conv3dFunc {
28 28 
Mconv/conv3d_v2/op_kernel/conv3d/conv3d_common_set_func.h+1-1文件内容审核中,请稍后刷新重试
@@ -16,7 +16,7 @@
16#ifndef CONV3D_INTF_H16#ifndef CONV3D_INTF_H
17#define CONV3D_INTF_H17#define CONV3D_INTF_H
18 18 
19-#include "kernel_utils.h"19+#include "kernel_common.h"
20#include "conv3d_util.h"20#include "conv3d_util.h"
21#include "conv3d_common_func.h"21#include "conv3d_common_func.h"
22#include "../conv_common/conv_common_func.h"22#include "../conv_common/conv_common_func.h"
@@ -18,7 +18,7 @@
18 18 
19#include "kernel_operator.h"19#include "kernel_operator.h"
20#include "kernel_tiling/kernel_tiling.h"20#include "kernel_tiling/kernel_tiling.h"
21-#include "kernel_utils.h"21+#include "kernel_common.h"
22#include "../conv_common/conv_util.h"22#include "../conv_common/conv_util.h"
23 23 
24using namespace AscendC;24using namespace AscendC;
Mconv/conv3d_v2/op_kernel/conv_common/conv_config.h+1-1文件内容审核中,请稍后刷新重试
Mconv/conv3d_v2/op_kernel/conv_common/conv_framework_util.h+1-1文件内容审核中,请稍后刷新重试
Mconv/conv3d_v2/op_kernel/conv_common/conv_util.h+1-1文件内容审核中,请稍后刷新重试
@@ -21,7 +21,7 @@
21#include "kernel_operator_data_copy_intf.h"21#include "kernel_operator_data_copy_intf.h"
22#include "kernel_operator_mm_intf.h"22#include "kernel_operator_mm_intf.h"
23#include "kernel_operator_fixpipe_intf.h"23#include "kernel_operator_fixpipe_intf.h"
24-#include "kernel_utils.h"24+#include "kernel_common.h"
25 25 
26using namespace AscendC;26using namespace AscendC;
27using namespace conv;27using namespace conv;
Mconv/conv3d_v2/op_kernel/impl/conv3d_mte2_hw_mode_sub_api.h+1-1文件内容审核中,请稍后刷新重试
@@ -21,7 +21,7 @@
21#include "kernel_operator_data_copy_intf.h"21#include "kernel_operator_data_copy_intf.h"
22#include "kernel_operator_mm_intf.h"22#include "kernel_operator_mm_intf.h"
23#include "kernel_operator_fixpipe_intf.h"23#include "kernel_operator_fixpipe_intf.h"
24-#include "kernel_utils.h"24+#include "kernel_common.h"
25 25 
26using namespace AscendC;26using namespace AscendC;
27using namespace conv;27using namespace conv;
Mconv/conv3d_v2/op_kernel/impl/conv3d_mte2_sub_api.h+1-1文件内容审核中,请稍后刷新重试