blob: 2983e2e21d93ba8b9e46a6024a7086a2f4e67d43 [file] [log] [blame]
Georgios Pinitas41984a02019-12-11 12:05:17 +00001//
Jakub Sujake812c0c2024-01-22 10:32:38 +00002// Copyright © 2020-2024 Arm Ltd. All rights reserved.
Georgios Pinitas41984a02019-12-11 12:05:17 +00003// SPDX-License-Identifier: MIT
4//
5
Jakub Sujak93f7c3f2021-09-28 16:08:24 +01006// OpenCL sources are NOT required by ArmNN or its Android NNAPI driver and are used for CI purposes only.
7opencl_srcs = [
8 "src/core/CL/cl_kernels/activation_float_helpers.h",
9 "src/core/CL/cl_kernels/activation_quant_helpers.h",
10 "src/core/CL/cl_kernels/common/activation_layer.cl",
11 "src/core/CL/cl_kernels/common/activation_layer_quant.cl",
12 "src/core/CL/cl_kernels/common/arg_min_max.cl",
13 "src/core/CL/cl_kernels/common/batchnormalization_layer.cl",
14 "src/core/CL/cl_kernels/common/bitwise_op.cl",
15 "src/core/CL/cl_kernels/common/bounding_box_transform.cl",
16 "src/core/CL/cl_kernels/common/bounding_box_transform_quantized.cl",
17 "src/core/CL/cl_kernels/common/cast.cl",
18 "src/core/CL/cl_kernels/common/col2im.cl",
19 "src/core/CL/cl_kernels/common/comparisons.cl",
20 "src/core/CL/cl_kernels/common/concatenate.cl",
21 "src/core/CL/cl_kernels/common/convert_fc_weights.cl",
22 "src/core/CL/cl_kernels/common/convolution_layer.cl",
23 "src/core/CL/cl_kernels/common/copy_tensor.cl",
24 "src/core/CL/cl_kernels/common/crop_tensor.cl",
25 "src/core/CL/cl_kernels/common/deconvolution_layer.cl",
26 "src/core/CL/cl_kernels/common/dequantization_layer.cl",
27 "src/core/CL/cl_kernels/common/elementwise_operation.cl",
28 "src/core/CL/cl_kernels/common/elementwise_operation_quantized.cl",
29 "src/core/CL/cl_kernels/common/elementwise_unary.cl",
Ramy Elgammal14d7b532023-01-30 04:56:47 +000030 "src/core/CL/cl_kernels/common/elementwise_unary_quantized.cl",
Jakub Sujak93f7c3f2021-09-28 16:08:24 +010031 "src/core/CL/cl_kernels/common/fft.cl",
32 "src/core/CL/cl_kernels/common/fft_digit_reverse.cl",
33 "src/core/CL/cl_kernels/common/fft_scale.cl",
34 "src/core/CL/cl_kernels/common/fill_border.cl",
35 "src/core/CL/cl_kernels/common/floor.cl",
36 "src/core/CL/cl_kernels/common/gather.cl",
37 "src/core/CL/cl_kernels/common/gemm.cl",
Gunes Bayir4bfc70e2021-12-10 16:17:56 +000038 "src/core/CL/cl_kernels/common/gemm_reshaped_only_rhs_mmul.cl",
ramelg019cca5922021-11-11 10:05:00 +000039 "src/core/CL/cl_kernels/common/gemm_utils.cl",
Jakub Sujak93f7c3f2021-09-28 16:08:24 +010040 "src/core/CL/cl_kernels/common/gemmlowp.cl",
Freddie Liardete572dff2022-05-16 14:09:10 +010041 "src/core/CL/cl_kernels/common/gemmlowp_reshaped_only_rhs_mmul.cl",
Jakub Sujak93f7c3f2021-09-28 16:08:24 +010042 "src/core/CL/cl_kernels/common/gemv.cl",
43 "src/core/CL/cl_kernels/common/generate_proposals.cl",
44 "src/core/CL/cl_kernels/common/generate_proposals_quantized.cl",
45 "src/core/CL/cl_kernels/common/instance_normalization.cl",
46 "src/core/CL/cl_kernels/common/l2_normalize.cl",
Ramy Elgammal2b6ebfe2023-03-09 21:15:37 +000047 "src/core/CL/cl_kernels/common/mat_mul.cl",
SiCong Lia8d80582023-05-19 14:23:37 +010048 "src/core/CL/cl_kernels/common/mat_mul_mmul.cl",
Gunes Bayir9d0c4de2023-04-13 18:22:58 +010049 "src/core/CL/cl_kernels/common/mat_mul_quantized.cl",
Gunes Bayire87fa662023-09-07 12:20:33 +010050 "src/core/CL/cl_kernels/common/mat_mul_quantized_mmul.cl",
Jakub Sujak93f7c3f2021-09-28 16:08:24 +010051 "src/core/CL/cl_kernels/common/mean_stddev_normalization.cl",
52 "src/core/CL/cl_kernels/common/memset.cl",
53 "src/core/CL/cl_kernels/common/minmax_layer.cl",
54 "src/core/CL/cl_kernels/common/nonmax.cl",
55 "src/core/CL/cl_kernels/common/pad_layer.cl",
56 "src/core/CL/cl_kernels/common/permute.cl",
57 "src/core/CL/cl_kernels/common/pixelwise_mul_float.cl",
58 "src/core/CL/cl_kernels/common/pixelwise_mul_int.cl",
59 "src/core/CL/cl_kernels/common/qlstm_layer_normalization.cl",
60 "src/core/CL/cl_kernels/common/quantization_layer.cl",
61 "src/core/CL/cl_kernels/common/range.cl",
62 "src/core/CL/cl_kernels/common/reduction_operation.cl",
63 "src/core/CL/cl_kernels/common/reshape_layer.cl",
64 "src/core/CL/cl_kernels/common/reverse.cl",
65 "src/core/CL/cl_kernels/common/roi_align_layer.cl",
66 "src/core/CL/cl_kernels/common/roi_align_layer_quantized.cl",
67 "src/core/CL/cl_kernels/common/roi_pooling_layer.cl",
68 "src/core/CL/cl_kernels/common/select.cl",
69 "src/core/CL/cl_kernels/common/slice_ops.cl",
70 "src/core/CL/cl_kernels/common/softmax_layer.cl",
Jakub Sujak93f7c3f2021-09-28 16:08:24 +010071 "src/core/CL/cl_kernels/common/stack_layer.cl",
72 "src/core/CL/cl_kernels/common/tile.cl",
73 "src/core/CL/cl_kernels/common/transpose.cl",
74 "src/core/CL/cl_kernels/common/unpooling_layer.cl",
75 "src/core/CL/cl_kernels/gemm_helpers.h",
76 "src/core/CL/cl_kernels/helpers.h",
77 "src/core/CL/cl_kernels/helpers_asymm.h",
78 "src/core/CL/cl_kernels/load_store_utility.h",
79 "src/core/CL/cl_kernels/nchw/batch_to_space.cl",
80 "src/core/CL/cl_kernels/nchw/batchnormalization_layer.cl",
81 "src/core/CL/cl_kernels/nchw/channel_shuffle.cl",
82 "src/core/CL/cl_kernels/nchw/depth_to_space.cl",
83 "src/core/CL/cl_kernels/nchw/dequantization_layer.cl",
Adnan AlSinan30124352021-12-02 19:12:20 +000084 "src/core/CL/cl_kernels/nchw/direct_convolution.cl",
Jakub Sujak93f7c3f2021-09-28 16:08:24 +010085 "src/core/CL/cl_kernels/nchw/im2col.cl",
86 "src/core/CL/cl_kernels/nchw/normalization_layer.cl",
87 "src/core/CL/cl_kernels/nchw/normalize_planar_yuv_layer.cl",
88 "src/core/CL/cl_kernels/nchw/normalize_planar_yuv_layer_quantized.cl",
89 "src/core/CL/cl_kernels/nchw/pooling_layer.cl",
90 "src/core/CL/cl_kernels/nchw/prior_box_layer.cl",
Jakub Sujak93f7c3f2021-09-28 16:08:24 +010091 "src/core/CL/cl_kernels/nchw/reorg_layer.cl",
92 "src/core/CL/cl_kernels/nchw/scale.cl",
93 "src/core/CL/cl_kernels/nchw/space_to_batch.cl",
94 "src/core/CL/cl_kernels/nchw/space_to_depth.cl",
95 "src/core/CL/cl_kernels/nchw/upsample_layer.cl",
96 "src/core/CL/cl_kernels/nchw/winograd_filter_transform.cl",
97 "src/core/CL/cl_kernels/nchw/winograd_input_transform.cl",
98 "src/core/CL/cl_kernels/nchw/winograd_output_transform.cl",
99 "src/core/CL/cl_kernels/nhwc/batch_to_space.cl",
100 "src/core/CL/cl_kernels/nhwc/batchnormalization_layer.cl",
101 "src/core/CL/cl_kernels/nhwc/channel_shuffle.cl",
102 "src/core/CL/cl_kernels/nhwc/depth_to_space.cl",
103 "src/core/CL/cl_kernels/nhwc/dequantization_layer.cl",
104 "src/core/CL/cl_kernels/nhwc/direct_convolution.cl",
Giorgio Arena945ae9e2021-10-13 11:13:04 +0100105 "src/core/CL/cl_kernels/nhwc/direct_convolution3d.cl",
Jakub Sujak93f7c3f2021-09-28 16:08:24 +0100106 "src/core/CL/cl_kernels/nhwc/dwc_native_fp_nhwc.cl",
107 "src/core/CL/cl_kernels/nhwc/dwc_native_quantized_nhwc.cl",
108 "src/core/CL/cl_kernels/nhwc/im2col.cl",
Gian Marco Iodice5d016812022-11-17 11:03:39 +0000109 "src/core/CL/cl_kernels/nhwc/indirect_convolution.cl",
Jakub Sujak93f7c3f2021-09-28 16:08:24 +0100110 "src/core/CL/cl_kernels/nhwc/normalization_layer.cl",
111 "src/core/CL/cl_kernels/nhwc/normalize_planar_yuv_layer.cl",
112 "src/core/CL/cl_kernels/nhwc/normalize_planar_yuv_layer_quantized.cl",
ramelg0137515692022-02-26 22:06:20 +0000113 "src/core/CL/cl_kernels/nhwc/pooling_3d_layer.cl",
Mohammed Suhail Munshi5e549fa2022-03-16 11:14:06 +0000114 "src/core/CL/cl_kernels/nhwc/pooling_3d_layer_quantized.cl",
Jakub Sujak93f7c3f2021-09-28 16:08:24 +0100115 "src/core/CL/cl_kernels/nhwc/pooling_layer.cl",
116 "src/core/CL/cl_kernels/nhwc/pooling_layer_quantized.cl",
Jakub Sujak93f7c3f2021-09-28 16:08:24 +0100117 "src/core/CL/cl_kernels/nhwc/reorg_layer.cl",
118 "src/core/CL/cl_kernels/nhwc/scale.cl",
119 "src/core/CL/cl_kernels/nhwc/space_to_batch.cl",
120 "src/core/CL/cl_kernels/nhwc/space_to_depth.cl",
Gunes Bayirec0113d2022-11-09 09:26:27 +0000121 "src/core/CL/cl_kernels/nhwc/transposed_convolution.cl",
Jakub Sujak93f7c3f2021-09-28 16:08:24 +0100122 "src/core/CL/cl_kernels/nhwc/upsample_layer.cl",
123 "src/core/CL/cl_kernels/nhwc/winograd_filter_transform.cl",
124 "src/core/CL/cl_kernels/nhwc/winograd_input_transform.cl",
125 "src/core/CL/cl_kernels/nhwc/winograd_output_transform.cl",
126 "src/core/CL/cl_kernels/repeat.h",
127 "src/core/CL/cl_kernels/tile_helpers.h",
128 "src/core/CL/cl_kernels/types.h",
129 "src/core/CL/cl_kernels/warp_helpers.h",
130
131]
132
Georgios Pinitas41984a02019-12-11 12:05:17 +0000133bootstrap_go_package {
134 name: "arm_compute_library_nn_driver",
135 pkgPath: "arm_compute_library_nn_driver",
136 deps: [
137 "blueprint",
138 "blueprint-pathtools",
139 "blueprint-proptools",
140 "soong",
141 "soong-android",
142 "soong-cc",
143 ],
144 srcs: [
145 "scripts/arm_compute_library_nn_driver.go",
146 ],
147 pluginFor: [ "soong_build" ],
148}
149
150arm_compute_library_defaults {
151 name: "acl-default-cppflags",
152 cppflags: [
153 "-std=c++14",
154 "-fexceptions",
155 "-DBOOST_NO_AUTO_PTR",
156 "-DEMBEDDED_KERNELS",
157 "-DARM_COMPUTE_ASSERTS_ENABLED",
158 "-DARM_COMPUTE_CPP_SCHEDULER",
Georgios Pinitas84f8aa7e2021-06-08 18:54:48 +0100159 "-DENABLE_NEON",
Michalis Spyrou31c7c262021-06-23 13:31:59 +0100160 "-DARM_COMPUTE_ENABLE_NEON",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000161 "-Wno-unused-parameter",
162 "-DNO_DOT_IN_TOOLCHAIN",
Jakub Sujakda9cb702023-06-20 15:04:59 +0100163 "-Wno-implicit-fallthrough",
Jakub Sujake812c0c2024-01-22 10:32:38 +0000164 "-fPIC"
Georgios Pinitas41984a02019-12-11 12:05:17 +0000165 ],
166 rtti: true,
167}
168
169cc_library_static {
170 name: "arm_compute_library",
171 defaults: ["acl-default-cppflags"],
172 proprietary: true,
173 local_include_dirs: ["build/android-arm64v8a/src/core",
174 "build/android-arm64v8a/src/core/CL",
Georgios Pinitasde5930f2020-10-21 10:45:44 +0100175 "src/core/common",
176 "src/core/helpers",
Viet-Hoa Do99b6fd22023-04-27 17:06:10 +0100177 "src/core/NEON/kernels/arm_gemm",
Michele Di Giorgiof3ad9512020-07-01 10:37:11 +0100178 "src/core/NEON/kernels/assembly",
Georgios Pinitasde5930f2020-10-21 10:45:44 +0100179 "src/core/NEON/kernels/convolution/common",
Sang-Hoon Park37f4b2e2021-05-18 10:50:26 +0100180 "src/core/NEON/kernels/convolution/winograd",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100181 "src/cpu/kernels/assembly"],
Georgios Pinitas41984a02019-12-11 12:05:17 +0000182 export_include_dirs: [".", "./include"],
183 srcs: [
Georgios Pinitas8a5146f2021-01-12 15:51:07 +0000184 "src/c/AclContext.cpp",
Georgios Pinitas06ac6e42021-07-05 08:08:52 +0100185 "src/c/AclOperator.cpp",
Georgios Pinitasc3c352e2021-03-18 10:59:40 +0000186 "src/c/AclQueue.cpp",
Georgios Pinitas3f26ef42021-02-23 10:01:33 +0000187 "src/c/AclTensor.cpp",
188 "src/c/AclTensorPack.cpp",
Georgios Pinitas8a5146f2021-01-12 15:51:07 +0000189 "src/c/AclVersion.cpp",
190 "src/c/cl/AclOpenClExt.cpp",
Georgios Pinitas41648142021-08-03 08:24:00 +0100191 "src/c/operators/AclActivation.cpp",
Georgios Pinitas8a5146f2021-01-12 15:51:07 +0000192 "src/common/AllocatorWrapper.cpp",
Georgios Pinitas41648142021-08-03 08:24:00 +0100193 "src/common/IOperator.cpp",
Sang-Hoon Parkc6fcfb42021-03-31 15:18:16 +0100194 "src/common/ITensorV2.cpp",
Georgios Pinitas3f26ef42021-02-23 10:01:33 +0000195 "src/common/TensorPack.cpp",
Georgios Pinitas08302c12021-06-09 10:08:27 +0100196 "src/common/cpuinfo/CpuInfo.cpp",
197 "src/common/cpuinfo/CpuIsaInfo.cpp",
198 "src/common/cpuinfo/CpuModel.cpp",
Georgios Pinitas3f26ef42021-02-23 10:01:33 +0000199 "src/common/utils/LegacySupport.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000200 "src/core/AccessWindowAutoPadding.cpp",
201 "src/core/AccessWindowStatic.cpp",
202 "src/core/AccessWindowTranspose.cpp",
Viet-Hoa Do500e10b2023-09-12 17:49:38 +0100203 "src/core/CL/CLCommandBuffer.cpp",
204 "src/core/CL/CLCompatCommandBuffer.cpp",
Michalis Spyrou11d49182020-03-26 10:31:32 +0000205 "src/core/CL/CLCompileContext.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000206 "src/core/CL/CLHelpers.cpp",
207 "src/core/CL/CLKernelLibrary.cpp",
Viet-Hoa Do500e10b2023-09-12 17:49:38 +0100208 "src/core/CL/CLMutableCommandBuffer.cpp",
Gian Marco Iodice781cba72020-06-19 16:56:57 +0100209 "src/core/CL/CLUtils.cpp",
Giorgio Arenaba2dd822021-07-28 16:10:03 +0100210 "src/core/CL/DefaultLWSHeuristics.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000211 "src/core/CL/ICLKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000212 "src/core/CL/ICLSimple2DKernel.cpp",
213 "src/core/CL/ICLSimple3DKernel.cpp",
214 "src/core/CL/ICLSimpleKernel.cpp",
215 "src/core/CL/ICLTensor.cpp",
216 "src/core/CL/OpenCL.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000217 "src/core/CL/kernels/CLArgMinMaxLayerKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000218 "src/core/CL/kernels/CLBatchNormalizationLayerKernel.cpp",
219 "src/core/CL/kernels/CLBatchToSpaceLayerKernel.cpp",
Manuel Bottini63bb7ca2020-12-02 13:22:14 +0000220 "src/core/CL/kernels/CLBitwiseKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000221 "src/core/CL/kernels/CLBoundingBoxTransformKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000222 "src/core/CL/kernels/CLChannelShuffleLayerKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000223 "src/core/CL/kernels/CLComparisonKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000224 "src/core/CL/kernels/CLDeconvolutionLayerUpsampleKernel.cpp",
225 "src/core/CL/kernels/CLDeconvolutionReshapeOutputKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000226 "src/core/CL/kernels/CLDepthToSpaceLayerKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000227 "src/core/CL/kernels/CLDepthwiseConvolutionLayerNativeKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000228 "src/core/CL/kernels/CLFFTDigitReverseKernel.cpp",
229 "src/core/CL/kernels/CLFFTRadixStageKernel.cpp",
230 "src/core/CL/kernels/CLFFTScaleKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000231 "src/core/CL/kernels/CLFillBorderKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000232 "src/core/CL/kernels/CLFuseBatchNormalizationKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000233 "src/core/CL/kernels/CLGatherKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000234 "src/core/CL/kernels/CLGenerateProposalsLayerKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000235 "src/core/CL/kernels/CLInstanceNormalizationLayerKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000236 "src/core/CL/kernels/CLL2NormalizeLayerKernel.cpp",
Gian Marco Iodice4d81d752020-07-14 15:05:31 +0100237 "src/core/CL/kernels/CLMaxUnpoolingLayerKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000238 "src/core/CL/kernels/CLMeanStdDevNormalizationKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000239 "src/core/CL/kernels/CLNormalizationLayerKernel.cpp",
240 "src/core/CL/kernels/CLNormalizePlanarYUVLayerKernel.cpp",
241 "src/core/CL/kernels/CLPadLayerKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000242 "src/core/CL/kernels/CLPriorBoxLayerKernel.cpp",
Sheri Zhangb18252d2020-04-07 11:04:57 +0100243 "src/core/CL/kernels/CLQLSTMLayerNormalizationKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000244 "src/core/CL/kernels/CLROIAlignLayerKernel.cpp",
245 "src/core/CL/kernels/CLROIPoolingLayerKernel.cpp",
246 "src/core/CL/kernels/CLRangeKernel.cpp",
247 "src/core/CL/kernels/CLReductionOperationKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000248 "src/core/CL/kernels/CLReorgLayerKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000249 "src/core/CL/kernels/CLReverseKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000250 "src/core/CL/kernels/CLSelectKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000251 "src/core/CL/kernels/CLSpaceToBatchLayerKernel.cpp",
252 "src/core/CL/kernels/CLSpaceToDepthLayerKernel.cpp",
253 "src/core/CL/kernels/CLStackLayerKernel.cpp",
254 "src/core/CL/kernels/CLStridedSliceKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000255 "src/core/CL/kernels/CLTileKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000256 "src/core/CPP/CPPTypes.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000257 "src/core/CPP/kernels/CPPBoxWithNonMaximaSuppressionLimitKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000258 "src/core/CPP/kernels/CPPNonMaximumSuppressionKernel.cpp",
259 "src/core/CPP/kernels/CPPPermuteKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000260 "src/core/CPP/kernels/CPPTopKVKernel.cpp",
261 "src/core/CPP/kernels/CPPUpsampleKernel.cpp",
262 "src/core/Error.cpp",
263 "src/core/GPUTarget.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000264 "src/core/Helpers.cpp",
265 "src/core/IAccessWindow.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000266 "src/core/IKernel.cpp",
267 "src/core/ITensor.cpp",
Georgios Pinitas0499dff2020-07-31 22:21:38 +0100268 "src/core/ITensorPack.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000269 "src/core/NEON/kernels/NEBatchNormalizationLayerKernel.cpp",
270 "src/core/NEON/kernels/NEBatchToSpaceLayerKernel.cpp",
271 "src/core/NEON/kernels/NEBitwiseAndKernel.cpp",
272 "src/core/NEON/kernels/NEBitwiseNotKernel.cpp",
273 "src/core/NEON/kernels/NEBitwiseOrKernel.cpp",
274 "src/core/NEON/kernels/NEBitwiseXorKernel.cpp",
275 "src/core/NEON/kernels/NEBoundingBoxTransformKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000276 "src/core/NEON/kernels/NEChannelShuffleLayerKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000277 "src/core/NEON/kernels/NECropKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000278 "src/core/NEON/kernels/NEDepthToSpaceLayerKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000279 "src/core/NEON/kernels/NEFFTDigitReverseKernel.cpp",
280 "src/core/NEON/kernels/NEFFTRadixStageKernel.cpp",
281 "src/core/NEON/kernels/NEFFTScaleKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000282 "src/core/NEON/kernels/NEFillBorderKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000283 "src/core/NEON/kernels/NEFuseBatchNormalizationKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000284 "src/core/NEON/kernels/NEGatherKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000285 "src/core/NEON/kernels/NEGenerateProposalsLayerKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000286 "src/core/NEON/kernels/NEInstanceNormalizationLayerKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000287 "src/core/NEON/kernels/NEL2NormalizeLayerKernel.cpp",
Georgios Pinitas58bce682020-11-13 11:38:58 +0000288 "src/core/NEON/kernels/NELogicalKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000289 "src/core/NEON/kernels/NEMeanStdDevNormalizationKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000290 "src/core/NEON/kernels/NENormalizationLayerKernel.cpp",
291 "src/core/NEON/kernels/NEPadLayerKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000292 "src/core/NEON/kernels/NEPriorBoxLayerKernel.cpp",
Sang-Hoon Park0d008f72020-03-13 14:56:05 +0000293 "src/core/NEON/kernels/NEQLSTMLayerNormalizationKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000294 "src/core/NEON/kernels/NEROIAlignLayerKernel.cpp",
295 "src/core/NEON/kernels/NEROIPoolingLayerKernel.cpp",
296 "src/core/NEON/kernels/NERangeKernel.cpp",
297 "src/core/NEON/kernels/NEReductionOperationKernel.cpp",
David Svantesson3b162e52023-03-28 14:13:32 +0000298 "src/core/NEON/kernels/NEReorderKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000299 "src/core/NEON/kernels/NEReorgLayerKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000300 "src/core/NEON/kernels/NEReverseKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000301 "src/core/NEON/kernels/NESelectKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000302 "src/core/NEON/kernels/NESpaceToBatchLayerKernel.cpp",
303 "src/core/NEON/kernels/NESpaceToDepthLayerKernel.cpp",
304 "src/core/NEON/kernels/NEStackLayerKernel.cpp",
305 "src/core/NEON/kernels/NEStridedSliceKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000306 "src/core/NEON/kernels/NETileKernel.cpp",
ramelg01c827e992022-04-08 03:52:28 +0100307 "src/core/NEON/kernels/arm_conv/addressing.cpp",
Pablo Marquez Tello4e2bbbb2023-01-09 17:21:01 +0000308 "src/core/NEON/kernels/arm_conv/depthwise/depthwise_common.cpp",
Michele Di Giorgiod02d5ed2021-01-22 09:47:04 +0000309 "src/core/NEON/kernels/arm_conv/depthwise/depthwise_fp16.cpp",
310 "src/core/NEON/kernels/arm_conv/depthwise/depthwise_fp32.cpp",
311 "src/core/NEON/kernels/arm_conv/depthwise/depthwise_s8q.cpp",
ramelg018a164882022-04-07 02:42:52 +0100312 "src/core/NEON/kernels/arm_conv/depthwise/depthwise_strategies_common.cpp",
Michele Di Giorgiod02d5ed2021-01-22 09:47:04 +0000313 "src/core/NEON/kernels/arm_conv/depthwise/depthwise_u8q.cpp",
314 "src/core/NEON/kernels/arm_conv/depthwise/depthwise_u8s8u8q.cpp",
ramelg018a164882022-04-07 02:42:52 +0100315 "src/core/NEON/kernels/arm_conv/depthwise/interleaves/generic.cpp",
316 "src/core/NEON/kernels/arm_conv/depthwise/interleaves/generic_quantized_dot_product.cpp",
Michael Tyler8deee9b2023-06-30 11:26:05 +0100317 "src/core/NEON/kernels/arm_conv/depthwise/premultiply.cpp",
Michele Di Giorgiod556d7b2020-10-27 10:56:31 +0000318 "src/core/NEON/kernels/arm_conv/pooling/kernels/cpp_nhwc_1x1_stride_any_depthfirst/generic.cpp",
319 "src/core/NEON/kernels/arm_conv/pooling/pooling_fp16.cpp",
320 "src/core/NEON/kernels/arm_conv/pooling/pooling_fp32.cpp",
321 "src/core/NEON/kernels/arm_conv/pooling/pooling_s8.cpp",
322 "src/core/NEON/kernels/arm_conv/pooling/pooling_s8q.cpp",
323 "src/core/NEON/kernels/arm_conv/pooling/pooling_u8.cpp",
324 "src/core/NEON/kernels/arm_conv/pooling/pooling_u8q.cpp",
Georgios Pinitasc7b183a2020-03-06 18:12:09 +0000325 "src/core/NEON/kernels/arm_gemm/gemm_bf16.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000326 "src/core/NEON/kernels/arm_gemm/gemm_fp16.cpp",
327 "src/core/NEON/kernels/arm_gemm/gemm_fp32.cpp",
328 "src/core/NEON/kernels/arm_gemm/gemm_int16.cpp",
329 "src/core/NEON/kernels/arm_gemm/gemm_int8.cpp",
330 "src/core/NEON/kernels/arm_gemm/gemm_qint8.cpp",
331 "src/core/NEON/kernels/arm_gemm/gemm_quint8.cpp",
332 "src/core/NEON/kernels/arm_gemm/gemm_uint16.cpp",
333 "src/core/NEON/kernels/arm_gemm/gemm_uint8.cpp",
Viet-Hoa Do03b29712022-06-01 11:47:14 +0100334 "src/core/NEON/kernels/arm_gemm/interleave_indirect-sve.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +0000335 "src/core/NEON/kernels/arm_gemm/interleave_indirect.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +0100336 "src/core/NEON/kernels/arm_gemm/mergeresults-fp16.cpp",
Michalis Spyrou20fca522021-06-07 14:23:57 +0100337 "src/core/NEON/kernels/arm_gemm/mergeresults-sve.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000338 "src/core/NEON/kernels/arm_gemm/mergeresults.cpp",
Viet-Hoa Do03b29712022-06-01 11:47:14 +0100339 "src/core/NEON/kernels/arm_gemm/misc-sve.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000340 "src/core/NEON/kernels/arm_gemm/misc.cpp",
341 "src/core/NEON/kernels/arm_gemm/quantized.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +0000342 "src/core/NEON/kernels/arm_gemm/rowsum_indirect_s8.cpp",
343 "src/core/NEON/kernels/arm_gemm/rowsum_indirect_u8.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +0100344 "src/core/NEON/kernels/arm_gemm/transform-sve.cpp",
345 "src/core/NEON/kernels/arm_gemm/transform.cpp",
Sheri Zhang8d5d78b2020-12-15 20:25:31 +0000346 "src/core/NEON/kernels/batchnormalization/impl/NEON/fp16.cpp",
347 "src/core/NEON/kernels/batchnormalization/impl/NEON/fp32.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000348 "src/core/NEON/kernels/convolution/common/padding.cpp",
349 "src/core/NEON/kernels/convolution/common/qasymm8.cpp",
350 "src/core/NEON/kernels/convolution/common/qsymm8.cpp",
351 "src/core/NEON/kernels/convolution/common/utils.cpp",
ramelg01a1f78512022-06-29 16:28:10 +0100352 "src/core/NEON/kernels/convolution/winograd/input_transforms/arm_fp32_1x8.cpp",
353 "src/core/NEON/kernels/convolution/winograd/input_transforms/arm_fp32_4x4.cpp",
354 "src/core/NEON/kernels/convolution/winograd/input_transforms/arm_fp32_6x6.cpp",
355 "src/core/NEON/kernels/convolution/winograd/input_transforms_fp16.cpp",
356 "src/core/NEON/kernels/convolution/winograd/input_transforms_fp32.cpp",
357 "src/core/NEON/kernels/convolution/winograd/output_transforms/arm_fp32_1x2_1x7.cpp",
358 "src/core/NEON/kernels/convolution/winograd/output_transforms/arm_fp32_1x4_1x5.cpp",
359 "src/core/NEON/kernels/convolution/winograd/output_transforms/arm_fp32_1x6_1x3.cpp",
360 "src/core/NEON/kernels/convolution/winograd/output_transforms/arm_fp32_2x2_3x3.cpp",
361 "src/core/NEON/kernels/convolution/winograd/output_transforms/arm_fp32_2x2_5x5.cpp",
362 "src/core/NEON/kernels/convolution/winograd/output_transforms/arm_fp32_4x4_3x3.cpp",
363 "src/core/NEON/kernels/convolution/winograd/output_transforms_fp16.cpp",
364 "src/core/NEON/kernels/convolution/winograd/output_transforms_fp32.cpp",
ramelg01a1f78512022-06-29 16:28:10 +0100365 "src/core/NEON/kernels/convolution/winograd/weight_transforms/arm_fp32_2x2_3x3.cpp",
366 "src/core/NEON/kernels/convolution/winograd/weight_transforms/arm_fp32_2x2_5x5.cpp",
367 "src/core/NEON/kernels/convolution/winograd/weight_transforms/arm_fp32_4x4_3x3.cpp",
368 "src/core/NEON/kernels/convolution/winograd/weight_transforms/cpp_fp32_1x2_1x7.cpp",
369 "src/core/NEON/kernels/convolution/winograd/weight_transforms/cpp_fp32_1x4_1x5.cpp",
370 "src/core/NEON/kernels/convolution/winograd/weight_transforms/cpp_fp32_1x6_1x3.cpp",
371 "src/core/NEON/kernels/convolution/winograd/weight_transforms_fp16.cpp",
372 "src/core/NEON/kernels/convolution/winograd/weight_transforms_fp32.cpp",
373 "src/core/NEON/kernels/convolution/winograd/winograd_fp16.cpp",
374 "src/core/NEON/kernels/convolution/winograd/winograd_fp32.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000375 "src/core/Rounding.cpp",
Matthew Bentham758b5ba2020-03-05 23:37:48 +0000376 "src/core/Size2D.cpp",
Adnan AlSinane4563a02021-09-01 15:32:03 +0100377 "src/core/Size3D.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000378 "src/core/SubTensorInfo.cpp",
379 "src/core/TensorInfo.cpp",
380 "src/core/Utils.cpp",
381 "src/core/Validate.cpp",
Georgios Pinitas51545e42020-02-11 15:29:01 +0000382 "src/core/Version.cpp",
Mohammed Suhail Munshi7467ba82023-12-05 14:27:31 +0000383 "src/core/helpers/LUTManager.cpp",
Sang-Hoon Park68dd25f2020-10-19 16:00:11 +0100384 "src/core/helpers/SoftmaxHelpers.cpp",
Anitha Rajb566b6e2023-08-23 11:40:06 +0100385 "src/core/helpers/Utils.cpp",
Sang-Hoon Park68dd25f2020-10-19 16:00:11 +0100386 "src/core/helpers/WindowHelpers.cpp",
Matthew Bentham314d3e22023-06-23 10:53:52 +0000387 "src/core/utils/ActivationFunctionUtils.cpp",
Michele Di Giorgiod02d5ed2021-01-22 09:47:04 +0000388 "src/core/utils/AssemblyUtils.cpp",
Matthew Bentham314d3e22023-06-23 10:53:52 +0000389 "src/core/utils/DataLayoutUtils.cpp",
390 "src/core/utils/DataTypeUtils.cpp",
391 "src/core/utils/FormatUtils.cpp",
392 "src/core/utils/InterpolationPolicyUtils.cpp",
Viet-Hoa Doef9da002023-09-27 16:39:05 +0100393 "src/core/utils/Math.cpp",
Sang-Hoon Park3687ee12020-06-24 13:34:04 +0100394 "src/core/utils/ScaleUtils.cpp",
Matthew Bentham314d3e22023-06-23 10:53:52 +0000395 "src/core/utils/StringUtils.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000396 "src/core/utils/helpers/fft.cpp",
397 "src/core/utils/helpers/tensor_transform.cpp",
398 "src/core/utils/io/FileHandler.cpp",
399 "src/core/utils/logging/FilePrinter.cpp",
400 "src/core/utils/logging/Helpers.cpp",
401 "src/core/utils/logging/Logger.cpp",
402 "src/core/utils/logging/LoggerRegistry.cpp",
403 "src/core/utils/misc/MMappedFile.cpp",
404 "src/core/utils/quantization/AsymmHelpers.cpp",
Georgios Pinitas8a5146f2021-01-12 15:51:07 +0000405 "src/cpu/CpuContext.cpp",
Georgios Pinitasc3c352e2021-03-18 10:59:40 +0000406 "src/cpu/CpuQueue.cpp",
Georgios Pinitas3f26ef42021-02-23 10:01:33 +0000407 "src/cpu/CpuTensor.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100408 "src/cpu/kernels/CpuActivationKernel.cpp",
409 "src/cpu/kernels/CpuAddKernel.cpp",
Gunes Bayirae72a462023-01-29 13:24:24 +0000410 "src/cpu/kernels/CpuAddMulAddKernel.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100411 "src/cpu/kernels/CpuCastKernel.cpp",
412 "src/cpu/kernels/CpuCol2ImKernel.cpp",
413 "src/cpu/kernels/CpuConcatenateBatchKernel.cpp",
414 "src/cpu/kernels/CpuConcatenateDepthKernel.cpp",
415 "src/cpu/kernels/CpuConcatenateHeightKernel.cpp",
416 "src/cpu/kernels/CpuConcatenateWidthKernel.cpp",
417 "src/cpu/kernels/CpuConvertFullyConnectedWeightsKernel.cpp",
418 "src/cpu/kernels/CpuConvertQuantizedSignednessKernel.cpp",
419 "src/cpu/kernels/CpuCopyKernel.cpp",
420 "src/cpu/kernels/CpuDepthwiseConv2dNativeKernel.cpp",
421 "src/cpu/kernels/CpuDequantizeKernel.cpp",
422 "src/cpu/kernels/CpuDirectConv2dKernel.cpp",
423 "src/cpu/kernels/CpuDirectConv2dOutputStageKernel.cpp",
Sheri Zhang6d9c9822021-09-24 16:02:57 +0100424 "src/cpu/kernels/CpuDirectConv3dKernel.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100425 "src/cpu/kernels/CpuElementwiseKernel.cpp",
426 "src/cpu/kernels/CpuElementwiseUnaryKernel.cpp",
427 "src/cpu/kernels/CpuFillKernel.cpp",
428 "src/cpu/kernels/CpuFloorKernel.cpp",
429 "src/cpu/kernels/CpuGemmInterleave4x4Kernel.cpp",
430 "src/cpu/kernels/CpuGemmLowpMatrixMultiplyKernel.cpp",
431 "src/cpu/kernels/CpuGemmLowpMatrixReductionKernel.cpp",
432 "src/cpu/kernels/CpuGemmLowpOffsetContributionKernel.cpp",
433 "src/cpu/kernels/CpuGemmLowpOffsetContributionOutputStageKernel.cpp",
434 "src/cpu/kernels/CpuGemmLowpQuantizeDownInt32ScaleKernel.cpp",
435 "src/cpu/kernels/CpuGemmLowpQuantizeDownInt32ToInt16ScaleByFixedPointKernel.cpp",
436 "src/cpu/kernels/CpuGemmLowpQuantizeDownInt32ToInt8ScaleByFixedPointKernel.cpp",
437 "src/cpu/kernels/CpuGemmLowpQuantizeDownInt32ToUint8ScaleByFixedPointKernel.cpp",
438 "src/cpu/kernels/CpuGemmMatrixAdditionKernel.cpp",
439 "src/cpu/kernels/CpuGemmMatrixMultiplyKernel.cpp",
440 "src/cpu/kernels/CpuGemmTranspose1xWKernel.cpp",
441 "src/cpu/kernels/CpuIm2ColKernel.cpp",
Dana Zlotnik149203b2022-01-26 12:38:03 +0200442 "src/cpu/kernels/CpuMaxUnpoolingLayerKernel.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100443 "src/cpu/kernels/CpuMulKernel.cpp",
444 "src/cpu/kernels/CpuPermuteKernel.cpp",
445 "src/cpu/kernels/CpuPool2dKernel.cpp",
Adnan AlSinan171fc3d2022-03-15 18:46:42 +0000446 "src/cpu/kernels/CpuPool3dKernel.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100447 "src/cpu/kernels/CpuQuantizeKernel.cpp",
448 "src/cpu/kernels/CpuReshapeKernel.cpp",
449 "src/cpu/kernels/CpuScaleKernel.cpp",
450 "src/cpu/kernels/CpuSoftmaxKernel.cpp",
451 "src/cpu/kernels/CpuSubKernel.cpp",
452 "src/cpu/kernels/CpuTransposeKernel.cpp",
453 "src/cpu/kernels/CpuWeightsReshapeKernel.cpp",
454 "src/cpu/kernels/CpuWinogradConv2dKernel.cpp",
Dana Zlotnik32291712021-11-25 09:58:27 +0200455 "src/cpu/kernels/activation/generic/neon/fp16.cpp",
456 "src/cpu/kernels/activation/generic/neon/fp32.cpp",
Viet-Hoa Do29db3d22022-08-10 11:56:49 +0100457 "src/cpu/kernels/activation/generic/neon/lut.cpp",
Dana Zlotnik32291712021-11-25 09:58:27 +0200458 "src/cpu/kernels/activation/generic/neon/qasymm8.cpp",
459 "src/cpu/kernels/activation/generic/neon/qasymm8_signed.cpp",
460 "src/cpu/kernels/activation/generic/neon/qsymm16.cpp",
Dana Zlotnikbd2942d2021-11-15 08:46:04 +0200461 "src/cpu/kernels/add/generic/neon/fp16.cpp",
462 "src/cpu/kernels/add/generic/neon/fp32.cpp",
463 "src/cpu/kernels/add/generic/neon/impl.cpp",
464 "src/cpu/kernels/add/generic/neon/integer.cpp",
465 "src/cpu/kernels/add/generic/neon/qasymm8.cpp",
466 "src/cpu/kernels/add/generic/neon/qasymm8_signed.cpp",
467 "src/cpu/kernels/add/generic/neon/qsymm16.cpp",
Gunes Bayirae72a462023-01-29 13:24:24 +0000468 "src/cpu/kernels/addmuladd/generic/neon/fp16.cpp",
469 "src/cpu/kernels/addmuladd/generic/neon/fp32.cpp",
470 "src/cpu/kernels/addmuladd/generic/neon/qasymm8.cpp",
471 "src/cpu/kernels/addmuladd/generic/neon/qasymm8_signed.cpp",
Dana Zlotnik3475ffe2022-01-03 14:37:10 +0200472 "src/cpu/kernels/boundingboxtransform/generic/neon/fp16.cpp",
473 "src/cpu/kernels/boundingboxtransform/generic/neon/fp32.cpp",
474 "src/cpu/kernels/boundingboxtransform/generic/neon/impl.cpp",
475 "src/cpu/kernels/boundingboxtransform/generic/neon/qsymm16.cpp",
Yair Schwarzbaum298b2c02022-02-01 08:55:56 +0200476 "src/cpu/kernels/cast/generic/neon/fp16.cpp",
alerah0127619932021-11-24 17:21:43 +0200477 "src/cpu/kernels/crop/generic/neon/fp16.cpp",
478 "src/cpu/kernels/crop/generic/neon/fp32.cpp",
alerah0127619932021-11-24 17:21:43 +0200479 "src/cpu/kernels/crop/generic/neon/integer.cpp",
Viet-Hoa Do47370942023-11-13 17:20:45 +0000480 "src/cpu/kernels/depth_to_space/nchw/any/impl.cpp",
481 "src/cpu/kernels/depth_to_space/nhwc/any/impl.cpp",
Dana Zlotnikebbae942022-02-03 12:52:15 +0200482 "src/cpu/kernels/depthwiseconv2d/generic/neon/fp16.cpp",
483 "src/cpu/kernels/depthwiseconv2d/generic/neon/fp32.cpp",
484 "src/cpu/kernels/depthwiseconv2d/generic/neon/impl.cpp",
485 "src/cpu/kernels/depthwiseconv2d/generic/neon/qasymm8.cpp",
486 "src/cpu/kernels/depthwiseconv2d/generic/neon/qasymm8_signed.cpp",
alerah01c9e519d2022-01-31 19:04:10 +0200487 "src/cpu/kernels/directconv2d/nchw/all.cpp",
Pablo Marquez Telloe5362e72023-10-16 14:14:14 +0100488 "src/cpu/kernels/directconv2d/nchw/fp16.cpp",
489 "src/cpu/kernels/directconv2d/nhwc/neon/fp16.cpp",
alerah01c9e519d2022-01-31 19:04:10 +0200490 "src/cpu/kernels/directconv2d/nhwc/neon/fp32.cpp",
491 "src/cpu/kernels/directconv2d/nhwc/neon/impl.cpp",
Pablo Marquez Telloe5362e72023-10-16 14:14:14 +0100492 "src/cpu/kernels/directconv2d/nhwc/neon/qasymm8.cpp",
Dana Zlotnikd5c496d2021-11-28 14:46:12 +0200493 "src/cpu/kernels/elementwise_binary/generic/neon/fp16.cpp",
494 "src/cpu/kernels/elementwise_binary/generic/neon/fp32.cpp",
495 "src/cpu/kernels/elementwise_binary/generic/neon/integer.cpp",
496 "src/cpu/kernels/elementwise_binary/generic/neon/qasymm8.cpp",
497 "src/cpu/kernels/elementwise_binary/generic/neon/qasymm8_signed.cpp",
Dana Zlotnikd5c496d2021-11-28 14:46:12 +0200498 "src/cpu/kernels/elementwise_unary/generic/neon/fp16.cpp",
499 "src/cpu/kernels/elementwise_unary/generic/neon/fp32.cpp",
500 "src/cpu/kernels/elementwise_unary/generic/neon/integer.cpp",
Viet-Hoa Dofd472f02023-03-15 14:05:06 +0000501 "src/cpu/kernels/elementwise_unary/generic/neon/q8.cpp",
Ramy Elgammal8b7f42a2023-03-31 16:16:15 +0100502 "src/cpu/kernels/elementwise_unary/generic/neon/qasymm8.cpp",
503 "src/cpu/kernels/elementwise_unary/generic/neon/qasymm8_signed.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100504 "src/cpu/kernels/floor/neon/fp16.cpp",
505 "src/cpu/kernels/floor/neon/fp32.cpp",
Yair Schwarzbaum41a729e2021-11-15 20:42:47 +0200506 "src/cpu/kernels/fuse_batch_normalization/generic/fp16.cpp",
507 "src/cpu/kernels/fuse_batch_normalization/generic/fp32.cpp",
Yair Schwarzbaum41a729e2021-11-15 20:42:47 +0200508 "src/cpu/kernels/fuse_batch_normalization/nchw/all.cpp",
Pablo Marquez Tello8d4cdd42023-11-21 10:10:01 +0000509 "src/cpu/kernels/fuse_batch_normalization/nchw/neon/fp16.cpp",
510 "src/cpu/kernels/fuse_batch_normalization/nchw/neon/fp32.cpp",
Yair Schwarzbaum41a729e2021-11-15 20:42:47 +0200511 "src/cpu/kernels/fuse_batch_normalization/nhwc/neon/fp16.cpp",
512 "src/cpu/kernels/fuse_batch_normalization/nhwc/neon/fp32.cpp",
Dana Zlotnik256ac622022-02-02 15:06:11 +0200513 "src/cpu/kernels/gemm_matrix_add/generic/neon/fp16.cpp",
514 "src/cpu/kernels/gemm_matrix_add/generic/neon/fp32.cpp",
515 "src/cpu/kernels/gemm_matrix_add/generic/neon/impl.cpp",
516 "src/cpu/kernels/gemm_matrix_mul/generic/neon/fp16.cpp",
517 "src/cpu/kernels/gemm_matrix_mul/generic/neon/fp32.cpp",
518 "src/cpu/kernels/gemm_matrix_mul/generic/neon/impl.cpp",
Dana Zlotnik50ce2772021-12-29 13:55:56 +0200519 "src/cpu/kernels/genproposals/generic/neon/fp16.cpp",
520 "src/cpu/kernels/genproposals/generic/neon/fp32.cpp",
521 "src/cpu/kernels/genproposals/generic/neon/impl.cpp",
522 "src/cpu/kernels/genproposals/generic/neon/qsymm16.cpp",
Dana Zlotnikd7e2ec52022-01-03 10:59:41 +0200523 "src/cpu/kernels/instancenorm/generic/neon/fp16.cpp",
524 "src/cpu/kernels/instancenorm/generic/neon/fp32.cpp",
525 "src/cpu/kernels/instancenorm/generic/neon/impl.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100526 "src/cpu/kernels/internal/CpuDepthwiseConv2dAssemblyWrapperKernel.cpp",
527 "src/cpu/kernels/internal/CpuPool2dAssemblyWrapperKernel.cpp",
Yair Schwarzbaum5e993182022-01-10 15:11:07 +0200528 "src/cpu/kernels/l2normlayer/generic/neon/fp16.cpp",
529 "src/cpu/kernels/l2normlayer/generic/neon/fp32.cpp",
Viet-Hoa Dofd472f02023-03-15 14:05:06 +0000530 "src/cpu/kernels/lut/generic/neon/u8.cpp",
Dana Zlotnik143310c2021-12-30 13:24:52 +0200531 "src/cpu/kernels/maxunpool/generic/neon/fp16.cpp",
532 "src/cpu/kernels/maxunpool/generic/neon/fp32.cpp",
Dana Zlotnik143310c2021-12-30 13:24:52 +0200533 "src/cpu/kernels/maxunpool/generic/neon/qasymm8.cpp",
534 "src/cpu/kernels/maxunpool/generic/neon/qasymm8_signed.cpp",
Dana Zlotnik027bcef2021-12-27 17:35:00 +0200535 "src/cpu/kernels/meanstddevnorm/generic/neon/fp16.cpp",
536 "src/cpu/kernels/meanstddevnorm/generic/neon/fp32.cpp",
537 "src/cpu/kernels/meanstddevnorm/generic/neon/impl.cpp",
Murray Kornelsen6e09e142022-07-13 21:40:26 -0400538 "src/cpu/kernels/meanstddevnorm/generic/neon/qasymm8.cpp",
Pablo Marquez Tello568aab62023-11-20 14:20:01 +0000539 "src/cpu/kernels/mul/generic/neon/fp16.cpp",
540 "src/cpu/kernels/mul/generic/neon/fp32.cpp",
Pablo Marquez Telloba933712023-11-13 15:57:54 +0000541 "src/cpu/kernels/norm_layer/generic/neon/fp16.cpp",
542 "src/cpu/kernels/norm_layer/generic/neon/fp32.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100543 "src/cpu/kernels/pool2d/neon/fp16.cpp",
544 "src/cpu/kernels/pool2d/neon/fp32.cpp",
545 "src/cpu/kernels/pool2d/neon/nchw/all.cpp",
546 "src/cpu/kernels/pool2d/neon/qasymm8.cpp",
547 "src/cpu/kernels/pool2d/neon/qasymm8_signed.cpp",
Adnan AlSinan171fc3d2022-03-15 18:46:42 +0000548 "src/cpu/kernels/pool3d/neon/fp16.cpp",
549 "src/cpu/kernels/pool3d/neon/fp32.cpp",
Adnan AlSinan9104cd52022-04-06 16:19:31 +0100550 "src/cpu/kernels/pool3d/neon/qasymm8.cpp",
551 "src/cpu/kernels/pool3d/neon/qasymm8_signed.cpp",
Yair Schwarzbaum9e8a7702021-11-08 10:58:06 +0200552 "src/cpu/kernels/range/generic/neon/fp16.cpp",
553 "src/cpu/kernels/range/generic/neon/fp32.cpp",
Yair Schwarzbaum9e8a7702021-11-08 10:58:06 +0200554 "src/cpu/kernels/range/generic/neon/integer.cpp",
Dana Zlotnik9ae5a4e2022-01-03 16:22:47 +0200555 "src/cpu/kernels/roialign/generic/neon/fp16.cpp",
556 "src/cpu/kernels/roialign/generic/neon/fp32.cpp",
Dana Zlotnik9ae5a4e2022-01-03 16:22:47 +0200557 "src/cpu/kernels/roialign/generic/neon/qasymm8.cpp",
558 "src/cpu/kernels/roialign/generic/neon/qasymm8_signed.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100559 "src/cpu/kernels/scale/neon/fp16.cpp",
560 "src/cpu/kernels/scale/neon/integer.cpp",
561 "src/cpu/kernels/scale/neon/qasymm8.cpp",
562 "src/cpu/kernels/scale/neon/qasymm8_signed.cpp",
Anton Vainer8a9a0fb2022-01-09 14:37:12 +0200563 "src/cpu/kernels/select/generic/neon/fp16.cpp",
564 "src/cpu/kernels/select/generic/neon/fp32.cpp",
Anton Vainer8a9a0fb2022-01-09 14:37:12 +0200565 "src/cpu/kernels/select/generic/neon/integer.cpp",
Dana Zlotnikc48a3e52021-12-21 13:34:42 +0200566 "src/cpu/kernels/softmax/generic/neon/fp16.cpp",
567 "src/cpu/kernels/softmax/generic/neon/fp32.cpp",
Dana Zlotnika538ae52022-02-21 13:12:41 +0200568 "src/cpu/kernels/softmax/generic/neon/impl.cpp",
Dana Zlotnikc48a3e52021-12-21 13:34:42 +0200569 "src/cpu/kernels/softmax/generic/neon/qasymm8.cpp",
570 "src/cpu/kernels/softmax/generic/neon/qasymm8_signed.cpp",
Pablo Marquez Tello67773592023-10-06 13:49:44 +0100571 "src/cpu/kernels/sub/neon/fp16.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100572 "src/cpu/kernels/sub/neon/qasymm8.cpp",
573 "src/cpu/kernels/sub/neon/qasymm8_signed.cpp",
574 "src/cpu/kernels/sub/neon/qsymm16.cpp",
575 "src/cpu/operators/CpuActivation.cpp",
576 "src/cpu/operators/CpuAdd.cpp",
Gunes Bayirae72a462023-01-29 13:24:24 +0000577 "src/cpu/operators/CpuAddMulAdd.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100578 "src/cpu/operators/CpuCast.cpp",
579 "src/cpu/operators/CpuConcatenate.cpp",
580 "src/cpu/operators/CpuConv2d.cpp",
581 "src/cpu/operators/CpuConvertFullyConnectedWeights.cpp",
582 "src/cpu/operators/CpuCopy.cpp",
583 "src/cpu/operators/CpuDepthwiseConv2d.cpp",
584 "src/cpu/operators/CpuDepthwiseConv2dAssemblyDispatch.cpp",
585 "src/cpu/operators/CpuDequantize.cpp",
586 "src/cpu/operators/CpuDirectConv2d.cpp",
Sheri Zhang6d9c9822021-09-24 16:02:57 +0100587 "src/cpu/operators/CpuDirectConv3d.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100588 "src/cpu/operators/CpuElementwise.cpp",
589 "src/cpu/operators/CpuElementwiseUnary.cpp",
590 "src/cpu/operators/CpuFill.cpp",
591 "src/cpu/operators/CpuFlatten.cpp",
592 "src/cpu/operators/CpuFloor.cpp",
593 "src/cpu/operators/CpuFullyConnected.cpp",
594 "src/cpu/operators/CpuGemm.cpp",
595 "src/cpu/operators/CpuGemmConv2d.cpp",
596 "src/cpu/operators/CpuGemmDirectConv2d.cpp",
597 "src/cpu/operators/CpuGemmLowpMatrixMultiplyCore.cpp",
598 "src/cpu/operators/CpuGemmLowpOutputStage.cpp",
Mohammed Suhail Munshia1b1e412023-03-23 22:21:31 +0000599 "src/cpu/operators/CpuMatMul.cpp",
Dana Zlotnik149203b2022-01-26 12:38:03 +0200600 "src/cpu/operators/CpuMaxUnpooling.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100601 "src/cpu/operators/CpuMul.cpp",
602 "src/cpu/operators/CpuPermute.cpp",
603 "src/cpu/operators/CpuPool2d.cpp",
Adnan AlSinan171fc3d2022-03-15 18:46:42 +0000604 "src/cpu/operators/CpuPool3d.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100605 "src/cpu/operators/CpuQuantize.cpp",
606 "src/cpu/operators/CpuReshape.cpp",
607 "src/cpu/operators/CpuScale.cpp",
608 "src/cpu/operators/CpuSoftmax.cpp",
609 "src/cpu/operators/CpuSub.cpp",
610 "src/cpu/operators/CpuTranspose.cpp",
611 "src/cpu/operators/CpuWinogradConv2d.cpp",
612 "src/cpu/operators/internal/CpuGemmAssemblyDispatch.cpp",
SiCong Lif44bbc52022-08-29 18:25:51 +0100613 "src/dynamic_fusion/runtime/gpu/cl/ClKernelRuntime.cpp",
614 "src/dynamic_fusion/runtime/gpu/cl/ClWorkloadRuntime.cpp",
Gunes Bayir1dc6ff12022-12-06 20:48:31 +0000615 "src/dynamic_fusion/sketch/attributes/CastAttributes.cpp",
Jakub Sujak32741722022-11-25 16:43:18 +0000616 "src/dynamic_fusion/sketch/attributes/ClampAttributes.cpp",
SiCong Li5a63d1e2023-01-06 16:28:57 +0000617 "src/dynamic_fusion/sketch/attributes/Conv2dAttributes.cpp",
Gunes Bayir7dc02342022-11-21 21:46:50 +0000618 "src/dynamic_fusion/sketch/attributes/DepthwiseConv2dAttributes.cpp",
Adnan AlSinand9c1d442023-10-06 19:07:48 +0100619 "src/dynamic_fusion/sketch/attributes/MatMulAttributes.cpp",
Mohammed Suhail Munshia18d85c2023-01-03 10:16:16 +0000620 "src/dynamic_fusion/sketch/attributes/Pool2dAttributes.cpp",
Ramy Elgammalf800adf2022-12-14 15:39:29 +0000621 "src/dynamic_fusion/sketch/attributes/ReshapeAttributes.cpp",
Jakub Sujak8ae57142022-12-02 16:09:06 +0000622 "src/dynamic_fusion/sketch/attributes/ResizeAttributes.cpp",
Gunes Bayiraecb5d92022-12-18 21:31:29 +0000623 "src/dynamic_fusion/sketch/attributes/SoftmaxAttributes.cpp",
SiCong Lif44bbc52022-08-29 18:25:51 +0100624 "src/dynamic_fusion/sketch/gpu/GpuKernelArgument.cpp",
625 "src/dynamic_fusion/sketch/gpu/GpuKernelComponentGraph.cpp",
626 "src/dynamic_fusion/sketch/gpu/GpuKernelComponentGroup.cpp",
627 "src/dynamic_fusion/sketch/gpu/GpuKernelComponentStream.cpp",
628 "src/dynamic_fusion/sketch/gpu/GpuLogicalKernel.cpp",
629 "src/dynamic_fusion/sketch/gpu/GpuOperatorGroup.cpp",
630 "src/dynamic_fusion/sketch/gpu/GpuWorkloadContext.cpp",
631 "src/dynamic_fusion/sketch/gpu/GpuWorkloadSketch.cpp",
Jakub Sujak32741722022-11-25 16:43:18 +0000632 "src/dynamic_fusion/sketch/gpu/components/cl/ClComponentActivation.cpp",
Gunes Bayir1dc6ff12022-12-06 20:48:31 +0000633 "src/dynamic_fusion/sketch/gpu/components/cl/ClComponentCast.cpp",
Gunes Bayir7dc02342022-11-21 21:46:50 +0000634 "src/dynamic_fusion/sketch/gpu/components/cl/ClComponentDepthwiseConv2d.cpp",
SiCong Lif44bbc52022-08-29 18:25:51 +0100635 "src/dynamic_fusion/sketch/gpu/components/cl/ClComponentDirectConv2d.cpp",
Ramy Elgammal404462a2022-11-08 02:14:46 +0000636 "src/dynamic_fusion/sketch/gpu/components/cl/ClComponentElementwiseBinary.cpp",
Gunes Bayiraecb5d92022-12-18 21:31:29 +0000637 "src/dynamic_fusion/sketch/gpu/components/cl/ClComponentLogits1DMaxShiftExpSum.cpp",
Ramy Elgammal002e6532023-01-11 18:48:04 +0000638 "src/dynamic_fusion/sketch/gpu/components/cl/ClComponentLogits1DNorm.cpp",
Adnan AlSinand9c1d442023-10-06 19:07:48 +0100639 "src/dynamic_fusion/sketch/gpu/components/cl/ClComponentMatMul.cpp",
Mohammed Suhail Munshia18d85c2023-01-03 10:16:16 +0000640 "src/dynamic_fusion/sketch/gpu/components/cl/ClComponentPool2d.cpp",
Ramy Elgammalf800adf2022-12-14 15:39:29 +0000641 "src/dynamic_fusion/sketch/gpu/components/cl/ClComponentReshape.cpp",
Jakub Sujak8ae57142022-12-02 16:09:06 +0000642 "src/dynamic_fusion/sketch/gpu/components/cl/ClComponentResize.cpp",
SiCong Lif44bbc52022-08-29 18:25:51 +0100643 "src/dynamic_fusion/sketch/gpu/components/cl/ClComponentStore.cpp",
Ramy Elgammal404462a2022-11-08 02:14:46 +0000644 "src/dynamic_fusion/sketch/gpu/operators/GpuAdd.cpp",
Gunes Bayir1dc6ff12022-12-06 20:48:31 +0000645 "src/dynamic_fusion/sketch/gpu/operators/GpuCast.cpp",
Jakub Sujak32741722022-11-25 16:43:18 +0000646 "src/dynamic_fusion/sketch/gpu/operators/GpuClamp.cpp",
SiCong Lif44bbc52022-08-29 18:25:51 +0100647 "src/dynamic_fusion/sketch/gpu/operators/GpuConv2d.cpp",
Gunes Bayir7dc02342022-11-21 21:46:50 +0000648 "src/dynamic_fusion/sketch/gpu/operators/GpuDepthwiseConv2d.cpp",
Adnan AlSinand9c1d442023-10-06 19:07:48 +0100649 "src/dynamic_fusion/sketch/gpu/operators/GpuMatMul.cpp",
Jakub Sujak7359a872023-01-05 14:24:13 +0000650 "src/dynamic_fusion/sketch/gpu/operators/GpuMul.cpp",
Viet-Hoa Dob84e2532022-12-13 13:09:10 +0000651 "src/dynamic_fusion/sketch/gpu/operators/GpuOutput.cpp",
Mohammed Suhail Munshia18d85c2023-01-03 10:16:16 +0000652 "src/dynamic_fusion/sketch/gpu/operators/GpuPool2d.cpp",
Ramy Elgammalf800adf2022-12-14 15:39:29 +0000653 "src/dynamic_fusion/sketch/gpu/operators/GpuReshape.cpp",
Jakub Sujak8ae57142022-12-02 16:09:06 +0000654 "src/dynamic_fusion/sketch/gpu/operators/GpuResize.cpp",
Viet-Hoa Do98aca0f2023-03-02 17:43:45 +0000655 "src/dynamic_fusion/sketch/gpu/operators/GpuSigmoid.cpp",
Ramy Elgammal002e6532023-01-11 18:48:04 +0000656 "src/dynamic_fusion/sketch/gpu/operators/GpuSoftmax.cpp",
Ramy Elgammalec320d92022-12-14 09:20:09 +0000657 "src/dynamic_fusion/sketch/gpu/operators/GpuSub.cpp",
Viet-Hoa Do98aca0f2023-03-02 17:43:45 +0000658 "src/dynamic_fusion/sketch/gpu/operators/GpuTanh.cpp",
Ramy Elgammal404462a2022-11-08 02:14:46 +0000659 "src/dynamic_fusion/sketch/gpu/operators/internal/GpuElementwiseBinaryCommon.cpp",
SiCong Lif44bbc52022-08-29 18:25:51 +0100660 "src/dynamic_fusion/sketch/gpu/template_writer/GpuKernelVariableTable.cpp",
Jakub Sujak32741722022-11-25 16:43:18 +0000661 "src/dynamic_fusion/sketch/gpu/template_writer/cl/ClTemplateActivation.cpp",
Gunes Bayir1dc6ff12022-12-06 20:48:31 +0000662 "src/dynamic_fusion/sketch/gpu/template_writer/cl/ClTemplateCast.cpp",
Gunes Bayir7dc02342022-11-21 21:46:50 +0000663 "src/dynamic_fusion/sketch/gpu/template_writer/cl/ClTemplateDepthwiseConv2d.cpp",
SiCong Lif44bbc52022-08-29 18:25:51 +0100664 "src/dynamic_fusion/sketch/gpu/template_writer/cl/ClTemplateDirectConv2d.cpp",
Ramy Elgammal404462a2022-11-08 02:14:46 +0000665 "src/dynamic_fusion/sketch/gpu/template_writer/cl/ClTemplateElementwiseBinary.cpp",
Gunes Bayiraecb5d92022-12-18 21:31:29 +0000666 "src/dynamic_fusion/sketch/gpu/template_writer/cl/ClTemplateLogits1DMaxShiftExpSum.cpp",
Ramy Elgammal002e6532023-01-11 18:48:04 +0000667 "src/dynamic_fusion/sketch/gpu/template_writer/cl/ClTemplateLogits1DNorm.cpp",
Mohammed Suhail Munshia18d85c2023-01-03 10:16:16 +0000668 "src/dynamic_fusion/sketch/gpu/template_writer/cl/ClTemplatePool2d.cpp",
Ramy Elgammalf800adf2022-12-14 15:39:29 +0000669 "src/dynamic_fusion/sketch/gpu/template_writer/cl/ClTemplateReshape.cpp",
Jakub Sujak8ae57142022-12-02 16:09:06 +0000670 "src/dynamic_fusion/sketch/gpu/template_writer/cl/ClTemplateResize.cpp",
SiCong Lif44bbc52022-08-29 18:25:51 +0100671 "src/dynamic_fusion/sketch/gpu/template_writer/cl/ClTemplateStore.cpp",
672 "src/dynamic_fusion/sketch/gpu/template_writer/cl/ClTemplateWriter.cpp",
Georgios Pinitas8a5146f2021-01-12 15:51:07 +0000673 "src/gpu/cl/ClContext.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100674 "src/gpu/cl/ClKernelLibrary.cpp",
Georgios Pinitasc3c352e2021-03-18 10:59:40 +0000675 "src/gpu/cl/ClQueue.cpp",
Georgios Pinitas3f26ef42021-02-23 10:01:33 +0000676 "src/gpu/cl/ClTensor.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100677 "src/gpu/cl/kernels/ClActivationKernel.cpp",
678 "src/gpu/cl/kernels/ClBatchConcatenateKernel.cpp",
679 "src/gpu/cl/kernels/ClCastKernel.cpp",
680 "src/gpu/cl/kernels/ClCol2ImKernel.cpp",
681 "src/gpu/cl/kernels/ClConvertFullyConnectedWeightsKernel.cpp",
682 "src/gpu/cl/kernels/ClCopyKernel.cpp",
683 "src/gpu/cl/kernels/ClCropKernel.cpp",
684 "src/gpu/cl/kernels/ClDepthConcatenateKernel.cpp",
685 "src/gpu/cl/kernels/ClDequantizeKernel.cpp",
686 "src/gpu/cl/kernels/ClDirectConv2dKernel.cpp",
Giorgio Arena945ae9e2021-10-13 11:13:04 +0100687 "src/gpu/cl/kernels/ClDirectConv3dKernel.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100688 "src/gpu/cl/kernels/ClElementwiseKernel.cpp",
689 "src/gpu/cl/kernels/ClElementwiseUnaryKernel.cpp",
690 "src/gpu/cl/kernels/ClFillKernel.cpp",
691 "src/gpu/cl/kernels/ClFloorKernel.cpp",
692 "src/gpu/cl/kernels/ClGemmLowpMatrixMultiplyNativeKernel.cpp",
693 "src/gpu/cl/kernels/ClGemmLowpMatrixMultiplyReshapedKernel.cpp",
694 "src/gpu/cl/kernels/ClGemmLowpMatrixMultiplyReshapedOnlyRhsKernel.cpp",
Freddie Liardete572dff2022-05-16 14:09:10 +0100695 "src/gpu/cl/kernels/ClGemmLowpMatrixMultiplyReshapedOnlyRhsMMULKernel.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100696 "src/gpu/cl/kernels/ClGemmLowpOffsetContributionKernel.cpp",
697 "src/gpu/cl/kernels/ClGemmLowpOffsetContributionOutputStageKernel.cpp",
698 "src/gpu/cl/kernels/ClGemmLowpQuantizeDownInt32ScaleByFixedPointKernel.cpp",
699 "src/gpu/cl/kernels/ClGemmLowpQuantizeDownInt32ScaleByFloatKernel.cpp",
700 "src/gpu/cl/kernels/ClGemmLowpQuantizeDownInt32ScaleKernel.cpp",
701 "src/gpu/cl/kernels/ClGemmLowpReductionKernel.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100702 "src/gpu/cl/kernels/ClGemmMatrixMultiplyNativeKernel.cpp",
703 "src/gpu/cl/kernels/ClGemmMatrixMultiplyReshapedKernel.cpp",
704 "src/gpu/cl/kernels/ClGemmMatrixMultiplyReshapedOnlyRhsKernel.cpp",
Gunes Bayir4bfc70e2021-12-10 16:17:56 +0000705 "src/gpu/cl/kernels/ClGemmMatrixMultiplyReshapedOnlyRhsMMULKernel.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100706 "src/gpu/cl/kernels/ClGemmReshapeLhsMatrixKernel.cpp",
707 "src/gpu/cl/kernels/ClGemmReshapeRhsMatrixKernel.cpp",
708 "src/gpu/cl/kernels/ClHeightConcatenateKernel.cpp",
709 "src/gpu/cl/kernels/ClIm2ColKernel.cpp",
Gian Marco Iodice5d016812022-11-17 11:03:39 +0000710 "src/gpu/cl/kernels/ClIndirectConv2dAddressPrecalculationKernel.cpp",
Gian Marco Iodice76335eb2022-11-17 11:03:39 +0000711 "src/gpu/cl/kernels/ClIndirectConv2dKernel.cpp",
Gunes Bayir9d0c4de2023-04-13 18:22:58 +0100712 "src/gpu/cl/kernels/ClMatMulLowpNativeKernel.cpp",
Gunes Bayire87fa662023-09-07 12:20:33 +0100713 "src/gpu/cl/kernels/ClMatMulLowpNativeMMULKernel.cpp",
Jakub Sujak1ed6a142023-04-13 21:14:42 +0100714 "src/gpu/cl/kernels/ClMatMulNativeKernel.cpp",
SiCong Lia8d80582023-05-19 14:23:37 +0100715 "src/gpu/cl/kernels/ClMatMulNativeMMULKernel.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100716 "src/gpu/cl/kernels/ClMulKernel.cpp",
717 "src/gpu/cl/kernels/ClPermuteKernel.cpp",
718 "src/gpu/cl/kernels/ClPool2dKernel.cpp",
ramelg0137515692022-02-26 22:06:20 +0000719 "src/gpu/cl/kernels/ClPool3dKernel.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100720 "src/gpu/cl/kernels/ClQuantizeKernel.cpp",
721 "src/gpu/cl/kernels/ClReshapeKernel.cpp",
722 "src/gpu/cl/kernels/ClScaleKernel.cpp",
723 "src/gpu/cl/kernels/ClSoftmaxKernel.cpp",
724 "src/gpu/cl/kernels/ClTransposeKernel.cpp",
Gunes Bayirec0113d2022-11-09 09:26:27 +0000725 "src/gpu/cl/kernels/ClTransposedConvolutionKernel.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100726 "src/gpu/cl/kernels/ClWeightsReshapeKernel.cpp",
727 "src/gpu/cl/kernels/ClWidthConcatenate2TensorsKernel.cpp",
728 "src/gpu/cl/kernels/ClWidthConcatenate4TensorsKernel.cpp",
729 "src/gpu/cl/kernels/ClWidthConcatenateKernel.cpp",
730 "src/gpu/cl/kernels/ClWinogradFilterTransformKernel.cpp",
731 "src/gpu/cl/kernels/ClWinogradInputTransformKernel.cpp",
732 "src/gpu/cl/kernels/ClWinogradOutputTransformKernel.cpp",
733 "src/gpu/cl/kernels/gemm/ClGemmHelpers.cpp",
734 "src/gpu/cl/kernels/gemm/native/ClGemmDefaultConfigNativeBifrost.cpp",
735 "src/gpu/cl/kernels/gemm/native/ClGemmDefaultConfigNativeMidgard.cpp",
736 "src/gpu/cl/kernels/gemm/native/ClGemmDefaultConfigNativeValhall.cpp",
737 "src/gpu/cl/kernels/gemm/reshaped/ClGemmDefaultConfigReshapedBifrost.cpp",
738 "src/gpu/cl/kernels/gemm/reshaped/ClGemmDefaultConfigReshapedValhall.cpp",
739 "src/gpu/cl/kernels/gemm/reshaped_only_rhs/ClGemmDefaultConfigReshapedRhsOnlyBifrost.cpp",
740 "src/gpu/cl/kernels/gemm/reshaped_only_rhs/ClGemmDefaultConfigReshapedRhsOnlyValhall.cpp",
Gunes Bayire87fa662023-09-07 12:20:33 +0100741 "src/gpu/cl/kernels/helpers/MatMulKernelHelpers.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100742 "src/gpu/cl/operators/ClActivation.cpp",
743 "src/gpu/cl/operators/ClAdd.cpp",
744 "src/gpu/cl/operators/ClCast.cpp",
745 "src/gpu/cl/operators/ClConcatenate.cpp",
746 "src/gpu/cl/operators/ClConv2d.cpp",
747 "src/gpu/cl/operators/ClConvertFullyConnectedWeights.cpp",
748 "src/gpu/cl/operators/ClCopy.cpp",
749 "src/gpu/cl/operators/ClCrop.cpp",
750 "src/gpu/cl/operators/ClDequantize.cpp",
751 "src/gpu/cl/operators/ClDirectConv2d.cpp",
Giorgio Arena945ae9e2021-10-13 11:13:04 +0100752 "src/gpu/cl/operators/ClDirectConv3d.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100753 "src/gpu/cl/operators/ClElementwiseOperations.cpp",
754 "src/gpu/cl/operators/ClElementwiseUnary.cpp",
755 "src/gpu/cl/operators/ClFill.cpp",
756 "src/gpu/cl/operators/ClFlatten.cpp",
757 "src/gpu/cl/operators/ClFloor.cpp",
758 "src/gpu/cl/operators/ClFullyConnected.cpp",
759 "src/gpu/cl/operators/ClGemm.cpp",
760 "src/gpu/cl/operators/ClGemmConv2d.cpp",
761 "src/gpu/cl/operators/ClGemmLowpMatrixMultiplyCore.cpp",
762 "src/gpu/cl/operators/ClGemmLowpOutputStage.cpp",
Gian Marco Iodice76335eb2022-11-17 11:03:39 +0000763 "src/gpu/cl/operators/ClIndirectConv2d.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100764 "src/gpu/cl/operators/ClLogicalNot.cpp",
Ramy Elgammalf26ea2f2023-03-24 11:42:03 +0000765 "src/gpu/cl/operators/ClMatMul.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100766 "src/gpu/cl/operators/ClMul.cpp",
767 "src/gpu/cl/operators/ClPRelu.cpp",
768 "src/gpu/cl/operators/ClPermute.cpp",
769 "src/gpu/cl/operators/ClPool2d.cpp",
ramelg0137515692022-02-26 22:06:20 +0000770 "src/gpu/cl/operators/ClPool3d.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100771 "src/gpu/cl/operators/ClQuantize.cpp",
772 "src/gpu/cl/operators/ClReshape.cpp",
773 "src/gpu/cl/operators/ClScale.cpp",
774 "src/gpu/cl/operators/ClSoftmax.cpp",
775 "src/gpu/cl/operators/ClSub.cpp",
776 "src/gpu/cl/operators/ClTranspose.cpp",
Gunes Bayirec0113d2022-11-09 09:26:27 +0000777 "src/gpu/cl/operators/ClTransposedConvolution.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100778 "src/gpu/cl/operators/ClWinogradConv2d.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000779 "src/runtime/Allocator.cpp",
780 "src/runtime/BlobLifetimeManager.cpp",
781 "src/runtime/BlobMemoryPool.cpp",
782 "src/runtime/CL/CLBufferAllocator.cpp",
SiCong Li70858d82021-02-05 09:19:51 +0000783 "src/runtime/CL/CLGEMMHeuristicsHandle.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000784 "src/runtime/CL/CLHelpers.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000785 "src/runtime/CL/CLMemory.cpp",
786 "src/runtime/CL/CLMemoryRegion.cpp",
Michalis Spyrou2aad21a2020-07-02 12:43:53 +0100787 "src/runtime/CL/CLOperator.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000788 "src/runtime/CL/CLRuntimeContext.cpp",
789 "src/runtime/CL/CLScheduler.cpp",
790 "src/runtime/CL/CLSubTensor.cpp",
791 "src/runtime/CL/CLTensor.cpp",
792 "src/runtime/CL/CLTensorAllocator.cpp",
793 "src/runtime/CL/CLTuner.cpp",
794 "src/runtime/CL/ICLSimpleFunction.cpp",
Inki Daeea2ce172020-04-09 10:01:44 +0900795 "src/runtime/CL/Utils.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000796 "src/runtime/CL/functions/CLActivationLayer.cpp",
797 "src/runtime/CL/functions/CLArgMinMaxLayer.cpp",
798 "src/runtime/CL/functions/CLBatchNormalizationLayer.cpp",
799 "src/runtime/CL/functions/CLBatchToSpaceLayer.cpp",
800 "src/runtime/CL/functions/CLBitwiseAnd.cpp",
801 "src/runtime/CL/functions/CLBitwiseNot.cpp",
802 "src/runtime/CL/functions/CLBitwiseOr.cpp",
803 "src/runtime/CL/functions/CLBitwiseXor.cpp",
804 "src/runtime/CL/functions/CLBoundingBoxTransform.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000805 "src/runtime/CL/functions/CLCast.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000806 "src/runtime/CL/functions/CLChannelShuffleLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000807 "src/runtime/CL/functions/CLComparison.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000808 "src/runtime/CL/functions/CLConcatenateLayer.cpp",
Giorgio Arena945ae9e2021-10-13 11:13:04 +0100809 "src/runtime/CL/functions/CLConv3D.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000810 "src/runtime/CL/functions/CLConvertFullyConnectedWeights.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000811 "src/runtime/CL/functions/CLConvolutionLayer.cpp",
812 "src/runtime/CL/functions/CLCopy.cpp",
Sheri Zhang7e20e292021-02-02 11:49:34 +0000813 "src/runtime/CL/functions/CLCrop.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000814 "src/runtime/CL/functions/CLCropResize.cpp",
815 "src/runtime/CL/functions/CLDeconvolutionLayer.cpp",
816 "src/runtime/CL/functions/CLDeconvolutionLayerUpsample.cpp",
817 "src/runtime/CL/functions/CLDepthConvertLayer.cpp",
818 "src/runtime/CL/functions/CLDepthToSpaceLayer.cpp",
819 "src/runtime/CL/functions/CLDepthwiseConvolutionLayer.cpp",
820 "src/runtime/CL/functions/CLDequantizationLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000821 "src/runtime/CL/functions/CLDirectConvolutionLayer.cpp",
822 "src/runtime/CL/functions/CLDirectDeconvolutionLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000823 "src/runtime/CL/functions/CLElementwiseOperations.cpp",
Jakub Sujakee301b32021-06-04 09:46:08 +0100824 "src/runtime/CL/functions/CLElementwiseUnaryLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000825 "src/runtime/CL/functions/CLFFT1D.cpp",
826 "src/runtime/CL/functions/CLFFT2D.cpp",
827 "src/runtime/CL/functions/CLFFTConvolutionLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000828 "src/runtime/CL/functions/CLFill.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000829 "src/runtime/CL/functions/CLFlattenLayer.cpp",
830 "src/runtime/CL/functions/CLFloor.cpp",
831 "src/runtime/CL/functions/CLFullyConnectedLayer.cpp",
832 "src/runtime/CL/functions/CLFuseBatchNormalization.cpp",
833 "src/runtime/CL/functions/CLGEMM.cpp",
834 "src/runtime/CL/functions/CLGEMMConvolutionLayer.cpp",
835 "src/runtime/CL/functions/CLGEMMDeconvolutionLayer.cpp",
836 "src/runtime/CL/functions/CLGEMMLowpMatrixMultiplyCore.cpp",
837 "src/runtime/CL/functions/CLGEMMLowpOutputStage.cpp",
838 "src/runtime/CL/functions/CLGather.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000839 "src/runtime/CL/functions/CLGenerateProposalsLayer.cpp",
Gian Marco Iodice76335eb2022-11-17 11:03:39 +0000840 "src/runtime/CL/functions/CLIndirectConvolutionLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000841 "src/runtime/CL/functions/CLInstanceNormalizationLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000842 "src/runtime/CL/functions/CLL2NormalizeLayer.cpp",
843 "src/runtime/CL/functions/CLLSTMLayer.cpp",
844 "src/runtime/CL/functions/CLLSTMLayerQuantized.cpp",
Sang-Hoon Park75eea332020-11-13 13:44:13 +0000845 "src/runtime/CL/functions/CLLogicalAnd.cpp",
846 "src/runtime/CL/functions/CLLogicalNot.cpp",
847 "src/runtime/CL/functions/CLLogicalOr.cpp",
Ramy Elgammalf26ea2f2023-03-24 11:42:03 +0000848 "src/runtime/CL/functions/CLMatMul.cpp",
Gian Marco Iodice4d81d752020-07-14 15:05:31 +0100849 "src/runtime/CL/functions/CLMaxUnpoolingLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000850 "src/runtime/CL/functions/CLMeanStdDevNormalizationLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000851 "src/runtime/CL/functions/CLNormalizationLayer.cpp",
852 "src/runtime/CL/functions/CLNormalizePlanarYUVLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000853 "src/runtime/CL/functions/CLPReluLayer.cpp",
854 "src/runtime/CL/functions/CLPadLayer.cpp",
855 "src/runtime/CL/functions/CLPermute.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000856 "src/runtime/CL/functions/CLPixelWiseMultiplication.cpp",
ramelg0137515692022-02-26 22:06:20 +0000857 "src/runtime/CL/functions/CLPooling3dLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000858 "src/runtime/CL/functions/CLPoolingLayer.cpp",
859 "src/runtime/CL/functions/CLPriorBoxLayer.cpp",
Michele Di Giorgio1c1b3aa2020-04-02 17:35:42 +0100860 "src/runtime/CL/functions/CLQLSTMLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000861 "src/runtime/CL/functions/CLQuantizationLayer.cpp",
862 "src/runtime/CL/functions/CLRNNLayer.cpp",
863 "src/runtime/CL/functions/CLROIAlignLayer.cpp",
864 "src/runtime/CL/functions/CLROIPoolingLayer.cpp",
865 "src/runtime/CL/functions/CLRange.cpp",
866 "src/runtime/CL/functions/CLReduceMean.cpp",
867 "src/runtime/CL/functions/CLReductionOperation.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000868 "src/runtime/CL/functions/CLReorgLayer.cpp",
869 "src/runtime/CL/functions/CLReshapeLayer.cpp",
870 "src/runtime/CL/functions/CLReverse.cpp",
871 "src/runtime/CL/functions/CLScale.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000872 "src/runtime/CL/functions/CLSelect.cpp",
873 "src/runtime/CL/functions/CLSlice.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000874 "src/runtime/CL/functions/CLSoftmaxLayer.cpp",
875 "src/runtime/CL/functions/CLSpaceToBatchLayer.cpp",
876 "src/runtime/CL/functions/CLSpaceToDepthLayer.cpp",
877 "src/runtime/CL/functions/CLSplit.cpp",
878 "src/runtime/CL/functions/CLStackLayer.cpp",
879 "src/runtime/CL/functions/CLStridedSlice.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000880 "src/runtime/CL/functions/CLTile.cpp",
881 "src/runtime/CL/functions/CLTranspose.cpp",
882 "src/runtime/CL/functions/CLUnstack.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000883 "src/runtime/CL/functions/CLWinogradConvolutionLayer.cpp",
SiCong Lia085a0c2020-12-02 14:54:34 +0000884 "src/runtime/CL/gemm/CLGEMMDefaultTypeBifrost.cpp",
885 "src/runtime/CL/gemm/CLGEMMDefaultTypeMidgard.cpp",
886 "src/runtime/CL/gemm/CLGEMMDefaultTypeValhall.cpp",
SiCong Libd8b1e22021-02-04 13:07:09 +0000887 "src/runtime/CL/gemm_auto_heuristics/CLGEMMAutoHeuristics.cpp",
SiCong Li7061eb22021-01-08 15:16:02 +0000888 "src/runtime/CL/mlgo/HeuristicTree.cpp",
889 "src/runtime/CL/mlgo/MLGOHeuristics.cpp",
890 "src/runtime/CL/mlgo/MLGOParser.cpp",
891 "src/runtime/CL/mlgo/Utils.cpp",
Manuel Bottinib56c1752020-11-18 17:56:30 +0000892 "src/runtime/CL/tuners/CLTuningParametersList.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000893 "src/runtime/CPP/CPPScheduler.cpp",
894 "src/runtime/CPP/ICPPSimpleFunction.cpp",
895 "src/runtime/CPP/SingleThreadScheduler.cpp",
896 "src/runtime/CPP/functions/CPPBoxWithNonMaximaSuppressionLimit.cpp",
897 "src/runtime/CPP/functions/CPPDetectionOutputLayer.cpp",
898 "src/runtime/CPP/functions/CPPDetectionPostProcessLayer.cpp",
899 "src/runtime/CPP/functions/CPPNonMaximumSuppression.cpp",
900 "src/runtime/CPP/functions/CPPPermute.cpp",
901 "src/runtime/CPP/functions/CPPTopKV.cpp",
902 "src/runtime/CPP/functions/CPPUpsample.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000903 "src/runtime/IScheduler.cpp",
904 "src/runtime/ISimpleLifetimeManager.cpp",
905 "src/runtime/ITensorAllocator.cpp",
906 "src/runtime/IWeightsManager.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000907 "src/runtime/Memory.cpp",
908 "src/runtime/MemoryManagerOnDemand.cpp",
Michalis Spyroubcd23522020-05-21 15:02:36 +0100909 "src/runtime/NEON/INEOperator.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000910 "src/runtime/NEON/INESimpleFunction.cpp",
911 "src/runtime/NEON/INESimpleFunctionNoBorder.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000912 "src/runtime/NEON/functions/NEActivationLayer.cpp",
Gunes Bayirae72a462023-01-29 13:24:24 +0000913 "src/runtime/NEON/functions/NEAddMulAdd.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000914 "src/runtime/NEON/functions/NEArgMinMaxLayer.cpp",
915 "src/runtime/NEON/functions/NEArithmeticAddition.cpp",
916 "src/runtime/NEON/functions/NEArithmeticSubtraction.cpp",
917 "src/runtime/NEON/functions/NEBatchNormalizationLayer.cpp",
918 "src/runtime/NEON/functions/NEBatchToSpaceLayer.cpp",
919 "src/runtime/NEON/functions/NEBitwiseAnd.cpp",
920 "src/runtime/NEON/functions/NEBitwiseNot.cpp",
921 "src/runtime/NEON/functions/NEBitwiseOr.cpp",
922 "src/runtime/NEON/functions/NEBitwiseXor.cpp",
923 "src/runtime/NEON/functions/NEBoundingBoxTransform.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000924 "src/runtime/NEON/functions/NECast.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000925 "src/runtime/NEON/functions/NEChannelShuffleLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000926 "src/runtime/NEON/functions/NEConcatenateLayer.cpp",
Sheri Zhang6d9c9822021-09-24 16:02:57 +0100927 "src/runtime/NEON/functions/NEConv3D.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000928 "src/runtime/NEON/functions/NEConvertFullyConnectedWeights.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000929 "src/runtime/NEON/functions/NEConvolutionLayer.cpp",
930 "src/runtime/NEON/functions/NECopy.cpp",
931 "src/runtime/NEON/functions/NECropResize.cpp",
932 "src/runtime/NEON/functions/NEDeconvolutionLayer.cpp",
933 "src/runtime/NEON/functions/NEDepthConvertLayer.cpp",
934 "src/runtime/NEON/functions/NEDepthToSpaceLayer.cpp",
935 "src/runtime/NEON/functions/NEDepthwiseConvolutionLayer.cpp",
936 "src/runtime/NEON/functions/NEDequantizationLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000937 "src/runtime/NEON/functions/NEDetectionPostProcessLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000938 "src/runtime/NEON/functions/NEDirectConvolutionLayer.cpp",
Sang-Hoon Park63001ac2021-01-18 14:20:27 +0000939 "src/runtime/NEON/functions/NEElementwiseOperations.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000940 "src/runtime/NEON/functions/NEElementwiseUnaryLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000941 "src/runtime/NEON/functions/NEFFT1D.cpp",
942 "src/runtime/NEON/functions/NEFFT2D.cpp",
943 "src/runtime/NEON/functions/NEFFTConvolutionLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000944 "src/runtime/NEON/functions/NEFill.cpp",
945 "src/runtime/NEON/functions/NEFillBorder.cpp",
946 "src/runtime/NEON/functions/NEFlattenLayer.cpp",
947 "src/runtime/NEON/functions/NEFloor.cpp",
948 "src/runtime/NEON/functions/NEFullyConnectedLayer.cpp",
949 "src/runtime/NEON/functions/NEFuseBatchNormalization.cpp",
950 "src/runtime/NEON/functions/NEGEMM.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +0000951 "src/runtime/NEON/functions/NEGEMMConv2d.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000952 "src/runtime/NEON/functions/NEGEMMConvolutionLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000953 "src/runtime/NEON/functions/NEGEMMLowpMatrixMultiplyCore.cpp",
954 "src/runtime/NEON/functions/NEGEMMLowpOutputStage.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000955 "src/runtime/NEON/functions/NEGather.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000956 "src/runtime/NEON/functions/NEGenerateProposalsLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000957 "src/runtime/NEON/functions/NEInstanceNormalizationLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000958 "src/runtime/NEON/functions/NEL2NormalizeLayer.cpp",
959 "src/runtime/NEON/functions/NELSTMLayer.cpp",
960 "src/runtime/NEON/functions/NELSTMLayerQuantized.cpp",
Georgios Pinitas58bce682020-11-13 11:38:58 +0000961 "src/runtime/NEON/functions/NELogical.cpp",
Mohammed Suhail Munshia1b1e412023-03-23 22:21:31 +0000962 "src/runtime/NEON/functions/NEMatMul.cpp",
morgolock37722d92020-04-09 14:17:48 +0100963 "src/runtime/NEON/functions/NEMaxUnpoolingLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000964 "src/runtime/NEON/functions/NEMeanStdDevNormalizationLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000965 "src/runtime/NEON/functions/NENormalizationLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000966 "src/runtime/NEON/functions/NEPReluLayer.cpp",
967 "src/runtime/NEON/functions/NEPadLayer.cpp",
968 "src/runtime/NEON/functions/NEPermute.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000969 "src/runtime/NEON/functions/NEPixelWiseMultiplication.cpp",
Adnan AlSinan171fc3d2022-03-15 18:46:42 +0000970 "src/runtime/NEON/functions/NEPooling3dLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000971 "src/runtime/NEON/functions/NEPoolingLayer.cpp",
972 "src/runtime/NEON/functions/NEPriorBoxLayer.cpp",
Michele Di Giorgio47a89902020-03-09 19:32:33 +0000973 "src/runtime/NEON/functions/NEQLSTMLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000974 "src/runtime/NEON/functions/NEQuantizationLayer.cpp",
975 "src/runtime/NEON/functions/NERNNLayer.cpp",
976 "src/runtime/NEON/functions/NEROIAlignLayer.cpp",
977 "src/runtime/NEON/functions/NEROIPoolingLayer.cpp",
978 "src/runtime/NEON/functions/NERange.cpp",
979 "src/runtime/NEON/functions/NEReduceMean.cpp",
980 "src/runtime/NEON/functions/NEReductionOperation.cpp",
David Svantessonf0ff76d2023-04-28 16:34:52 +0000981 "src/runtime/NEON/functions/NEReorderLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000982 "src/runtime/NEON/functions/NEReorgLayer.cpp",
983 "src/runtime/NEON/functions/NEReshapeLayer.cpp",
984 "src/runtime/NEON/functions/NEReverse.cpp",
985 "src/runtime/NEON/functions/NEScale.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000986 "src/runtime/NEON/functions/NESelect.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000987 "src/runtime/NEON/functions/NESlice.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000988 "src/runtime/NEON/functions/NESoftmaxLayer.cpp",
989 "src/runtime/NEON/functions/NESpaceToBatchLayer.cpp",
990 "src/runtime/NEON/functions/NESpaceToDepthLayer.cpp",
991 "src/runtime/NEON/functions/NESplit.cpp",
992 "src/runtime/NEON/functions/NEStackLayer.cpp",
993 "src/runtime/NEON/functions/NEStridedSlice.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000994 "src/runtime/NEON/functions/NETile.cpp",
995 "src/runtime/NEON/functions/NETranspose.cpp",
996 "src/runtime/NEON/functions/NEUnstack.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000997 "src/runtime/NEON/functions/NEWinogradConvolutionLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000998 "src/runtime/OMP/OMPScheduler.cpp",
999 "src/runtime/OffsetLifetimeManager.cpp",
1000 "src/runtime/OffsetMemoryPool.cpp",
Michalis Spyroubcd23522020-05-21 15:02:36 +01001001 "src/runtime/OperatorTensor.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +00001002 "src/runtime/PoolManager.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +00001003 "src/runtime/RuntimeContext.cpp",
1004 "src/runtime/Scheduler.cpp",
1005 "src/runtime/SchedulerFactory.cpp",
morgolock51112642020-08-20 14:51:39 +01001006 "src/runtime/SchedulerUtils.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +00001007 "src/runtime/SubTensor.cpp",
1008 "src/runtime/Tensor.cpp",
1009 "src/runtime/TensorAllocator.cpp",
1010 "src/runtime/Utils.cpp",
Ramy Elgammaldf6a3b02022-11-30 16:23:10 +00001011 "src/runtime/heuristics/direct_conv/ClDirectConvDefaultConfigBifrost.cpp",
1012 "src/runtime/heuristics/direct_conv/ClDirectConvDefaultConfigValhall.cpp",
Gian Marco Iodice9d3bd412022-12-30 09:45:00 +00001013 "src/runtime/heuristics/dwc_native/ClDWCNativeDefaultConfigBifrost.cpp",
1014 "src/runtime/heuristics/dwc_native/ClDWCNativeDefaultConfigValhall.cpp",
1015 "src/runtime/heuristics/dwc_native/ClDWCNativeHeuristicsHelpers.cpp",
Gian Marco Iodicea5cb79f2022-12-28 13:53:51 +00001016 "src/runtime/heuristics/indirect_conv/ClIndirectConvDefaultConfigValhall.cpp",
Gian Marco Iodice352c07d2023-05-03 12:21:38 +01001017 "src/runtime/heuristics/matmul_native/ClMatMulNativeDefaultConfigValhall.cpp",
Gunes Bayir85cafff2023-12-18 13:29:31 +00001018 "src/runtime/heuristics/matmul_native/ClMatMulNativeDefaultVariantValhall.cpp",
Gian Marco Iodice352c07d2023-05-03 12:21:38 +01001019 "src/runtime/heuristics/matmul_native/ClMatMulNativeHelpers.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +00001020 "utils/CommonGraphOptions.cpp",
1021 "utils/GraphUtils.cpp",
1022 "utils/Utils.cpp",
1023
1024 ],
1025 arch: {
1026 arm: {
1027 srcs: [
1028 "src/core/NEON/kernels/arm_gemm/kernels/a32_sgemm_8x6/a53.cpp",
1029 "src/core/NEON/kernels/arm_gemm/kernels/a32_sgemm_8x6/a55r1.cpp",
1030 "src/core/NEON/kernels/arm_gemm/kernels/a32_sgemm_8x6/generic.cpp",
1031
1032 ],
1033 },
1034 arm64: {
1035 srcs: [
Michele Di Giorgiod02d5ed2021-01-22 09:47:04 +00001036 "src/core/NEON/kernels/arm_conv/depthwise/interleaves/a64_s8q_3x3_dot.cpp",
1037 "src/core/NEON/kernels/arm_conv/depthwise/interleaves/a64_u8q_3x3_dot.cpp",
1038 "src/core/NEON/kernels/arm_conv/depthwise/interleaves/sve_s8q_3x3_dot.cpp",
1039 "src/core/NEON/kernels/arm_conv/depthwise/interleaves/sve_u8q_3x3_dot.cpp",
1040 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_nhwc_3x3_s1_output2x2_mla_depthfirst/generic_direct.cpp",
1041 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_nhwc_3x3_s1_output2x2_mla_depthfirst/generic_indirect.cpp",
1042 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_nhwc_3x3_s1_output3x3_mla_depthfirst/generic_direct.cpp",
1043 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_nhwc_3x3_s1_output3x3_mla_depthfirst/generic_indirect.cpp",
1044 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_nhwc_3x3_s1_output4x4_mla_depthfirst/generic_direct.cpp",
1045 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_nhwc_3x3_s1_output4x4_mla_depthfirst/generic_indirect.cpp",
1046 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_nhwc_3x3_s2_output2x2_mla_depthfirst/generic_direct.cpp",
1047 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_nhwc_3x3_s2_output2x2_mla_depthfirst/generic_indirect.cpp",
1048 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_nhwc_5x5_s1_output2x2_mla_depthfirst/generic_direct.cpp",
1049 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_nhwc_5x5_s1_output2x2_mla_depthfirst/generic_indirect.cpp",
1050 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_nhwc_generic_output9_mla_depthfirst/generic.cpp",
1051 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_packed_to_nhwc_generic_with_multiplier_output2x8_mla_depthfirst/generic.cpp",
1052 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_nhwc_3x3_s1_output2x2_mla_depthfirst/generic_direct.cpp",
1053 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_nhwc_3x3_s1_output2x2_mla_depthfirst/generic_indirect.cpp",
1054 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_nhwc_3x3_s1_output3x3_mla_depthfirst/generic_direct.cpp",
1055 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_nhwc_3x3_s1_output3x3_mla_depthfirst/generic_indirect.cpp",
1056 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_nhwc_3x3_s1_output4x4_mla_depthfirst/generic_direct.cpp",
1057 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_nhwc_3x3_s1_output4x4_mla_depthfirst/generic_indirect.cpp",
1058 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_nhwc_3x3_s2_output2x2_mla_depthfirst/generic_direct.cpp",
1059 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_nhwc_3x3_s2_output2x2_mla_depthfirst/generic_indirect.cpp",
1060 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_nhwc_5x5_s1_output2x2_mla_depthfirst/generic_direct.cpp",
1061 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_nhwc_5x5_s1_output2x2_mla_depthfirst/generic_indirect.cpp",
1062 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_nhwc_generic_output9_mla_depthfirst/generic.cpp",
1063 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_packed_to_nhwc_3x3_s2_with_multiplier_output3x3_mla_depthfirst/generic.cpp",
1064 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_packed_to_nhwc_5x5_s1_with_multiplier_output2x4_mla_depthfirst/generic.cpp",
1065 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_packed_to_nhwc_generic_with_multiplier_output2x8_mla_depthfirst/generic.cpp",
1066 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_s8q_nhwc_3x3_s1_output2x2_dot_depthfirst/generic.cpp",
1067 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_s8q_nhwc_3x3_s1_output2x2_mla_depthfirst/generic.cpp",
1068 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_s8q_nhwc_3x3_s2_output2x2_mla_depthfirst/generic.cpp",
1069 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_s8q_nhwc_5x5_s1_output2x2_mla_depthfirst/generic.cpp",
1070 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_s8q_nhwc_generic_output9_mla_depthfirst/generic.cpp",
1071 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_s8q_packed_to_nhwc_3x3_s2_with_multiplier_output2x4_dot_depthfirst/generic.cpp",
1072 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_s8q_packed_to_nhwc_5x5_s1_with_multiplier_output4x2_dot_depthfirst/generic.cpp",
1073 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_s8q_packed_to_nhwc_generic_with_multiplier_output2x8_mla_depthfirst/generic.cpp",
1074 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_s8qs_nhwc_3x3_s1_output2x2_dot_depthfirst/generic.cpp",
1075 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8q_nhwc_3x3_s1_output2x2_dot_depthfirst/generic.cpp",
1076 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8q_nhwc_3x3_s1_output2x2_mla_depthfirst/generic.cpp",
1077 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8q_nhwc_3x3_s2_output2x2_mla_depthfirst/generic.cpp",
1078 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8q_nhwc_5x5_s1_output2x2_mla_depthfirst/generic.cpp",
1079 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8q_nhwc_generic_output9_mla_depthfirst/generic.cpp",
1080 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8q_packed_to_nhwc_3x3_s2_with_multiplier_output2x4_dot_depthfirst/generic.cpp",
1081 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8q_packed_to_nhwc_5x5_s1_with_multiplier_output4x2_dot_depthfirst/generic.cpp",
1082 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8q_packed_to_nhwc_generic_with_multiplier_output2x8_mla_depthfirst/generic.cpp",
ramelg018a164882022-04-07 02:42:52 +01001083 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8qa_nhwc_3x3_s1_output2x2_mla_depthfirst/generic.cpp",
1084 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8qa_nhwc_3x3_s2_output2x2_mla_depthfirst/generic.cpp",
1085 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8qa_nhwc_5x5_s1_output2x2_mla_depthfirst/generic.cpp",
Michele Di Giorgiod02d5ed2021-01-22 09:47:04 +00001086 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8s8u8q_nhwc_3x3_s1_output2x2_mla_depthfirst/generic.cpp",
1087 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8s8u8q_nhwc_3x3_s2_output2x2_mla_depthfirst/generic.cpp",
1088 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8s8u8q_nhwc_5x5_s1_output2x2_mla_depthfirst/generic.cpp",
1089 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8s8u8q_nhwc_generic_output9_mla_depthfirst/generic.cpp",
1090 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8s8u8q_packed_to_nhwc_generic_with_multiplier_output2x8_mla_depthfirst/generic.cpp",
David Mansellb2758f32023-03-30 19:10:52 +01001091 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_fp16_nhwc_3x3_s1_output2x2_mla_depthfirst/generic_direct.cpp",
1092 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_fp16_nhwc_3x3_s1_output2x2_mla_depthfirst/generic_indirect.cpp",
1093 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_fp16_nhwc_3x3_s1_output3x3_mla_depthfirst/generic_direct.cpp",
1094 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_fp16_nhwc_3x3_s1_output3x3_mla_depthfirst/generic_indirect.cpp",
1095 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_fp16_nhwc_3x3_s1_output4x4_mla_depthfirst/generic_direct.cpp",
1096 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_fp16_nhwc_3x3_s1_output4x4_mla_depthfirst/generic_indirect.cpp",
1097 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_fp16_nhwc_3x3_s2_output2x2_mla_depthfirst/generic_direct.cpp",
1098 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_fp16_nhwc_3x3_s2_output2x2_mla_depthfirst/generic_indirect.cpp",
1099 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_fp16_nhwc_5x5_s1_output2x2_mla_depthfirst/generic_direct.cpp",
1100 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_fp16_nhwc_5x5_s1_output2x2_mla_depthfirst/generic_indirect.cpp",
Viet-Hoa Do03b29712022-06-01 11:47:14 +01001101 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_fp32_nhwc_3x3_s1_output2x2_mla_depthfirst/generic_direct.cpp",
1102 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_fp32_nhwc_3x3_s1_output2x2_mla_depthfirst/generic_indirect.cpp",
1103 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_fp32_nhwc_3x3_s1_output3x3_mla_depthfirst/generic_direct.cpp",
1104 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_fp32_nhwc_3x3_s1_output3x3_mla_depthfirst/generic_indirect.cpp",
1105 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_fp32_nhwc_3x3_s1_output4x4_mla_depthfirst/generic_direct.cpp",
1106 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_fp32_nhwc_3x3_s1_output4x4_mla_depthfirst/generic_indirect.cpp",
1107 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_fp32_nhwc_3x3_s2_output2x2_mla_depthfirst/generic_direct.cpp",
1108 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_fp32_nhwc_3x3_s2_output2x2_mla_depthfirst/generic_indirect.cpp",
1109 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_fp32_planar_3x3_s1_4rows_mla_za/generic.cpp",
1110 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_fp32_planar_3x3_s2_4rows_mla_za/generic.cpp",
1111 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_fp32_planar_5x5_s1_4rows_mla_za/generic.cpp",
1112 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_fp32_planar_5x5_s2_4rows_mla_za/generic.cpp",
1113 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_fp32bf16fp32_planar_3x3_s1_4rows_dot_za/generic.cpp",
1114 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_fp32bf16fp32_planar_3x3_s2_4rows_dot_za/generic.cpp",
1115 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_fp32bf16fp32_planar_5x5_s1_4rows_dot_za/generic.cpp",
1116 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_fp32bf16fp32_planar_5x5_s2_4rows_dot_za/generic.cpp",
1117 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_s8q_planar_3x3_s1_4rows_dot_za/generic.cpp",
Viet-Hoa Do03b29712022-06-01 11:47:14 +01001118 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_s8q_planar_3x3_s2_4rows_dot_za/generic.cpp",
1119 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_s8q_planar_5x5_s1_4rows_dot_za/generic.cpp",
1120 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_s8q_planar_5x5_s2_4rows_dot_za/generic.cpp",
1121 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_u8q_planar_3x3_s1_4rows_dot_za/generic.cpp",
Viet-Hoa Do03b29712022-06-01 11:47:14 +01001122 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_u8q_planar_3x3_s2_4rows_dot_za/generic.cpp",
1123 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_u8q_planar_5x5_s1_4rows_dot_za/generic.cpp",
1124 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_u8q_planar_5x5_s2_4rows_dot_za/generic.cpp",
1125 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_u8s8u8q_planar_3x3_s1_4rows_dot_za/generic.cpp",
Viet-Hoa Do03b29712022-06-01 11:47:14 +01001126 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_u8s8u8q_planar_3x3_s2_4rows_dot_za/generic.cpp",
1127 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_u8s8u8q_planar_5x5_s1_4rows_dot_za/generic.cpp",
1128 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_u8s8u8q_planar_5x5_s2_4rows_dot_za/generic.cpp",
Michele Di Giorgiod02d5ed2021-01-22 09:47:04 +00001129 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp16_nhwc_3x3_s1_output2x2_mla_depthfirst/generic_direct.cpp",
1130 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp16_nhwc_3x3_s1_output2x2_mla_depthfirst/generic_indirect.cpp",
1131 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp16_nhwc_3x3_s1_output3x3_mla_depthfirst/generic_direct.cpp",
1132 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp16_nhwc_3x3_s1_output3x3_mla_depthfirst/generic_indirect.cpp",
1133 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp16_nhwc_3x3_s1_output4x4_mla_depthfirst/generic_direct.cpp",
1134 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp16_nhwc_3x3_s1_output4x4_mla_depthfirst/generic_indirect.cpp",
1135 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp16_nhwc_3x3_s2_output2x2_mla_depthfirst/generic_direct.cpp",
1136 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp16_nhwc_3x3_s2_output2x2_mla_depthfirst/generic_indirect.cpp",
1137 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp16_nhwc_5x5_s1_output2x2_mla_depthfirst/generic_direct.cpp",
1138 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp16_nhwc_5x5_s1_output2x2_mla_depthfirst/generic_indirect.cpp",
Michele Di Giorgiod02d5ed2021-01-22 09:47:04 +00001139 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_nhwc_3x3_s1_output2x2_mla_depthfirst/generic_direct.cpp",
1140 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_nhwc_3x3_s1_output2x2_mla_depthfirst/generic_indirect.cpp",
Michele Di Giorgiod02d5ed2021-01-22 09:47:04 +00001141 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_nhwc_3x3_s1_output3x3_mla_depthfirst/generic_direct.cpp",
1142 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_nhwc_3x3_s1_output3x3_mla_depthfirst/generic_indirect.cpp",
1143 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_nhwc_3x3_s1_output4x4_mla_depthfirst/generic_direct.cpp",
1144 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_nhwc_3x3_s1_output4x4_mla_depthfirst/generic_indirect.cpp",
1145 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_nhwc_3x3_s2_output2x2_mla_depthfirst/generic_direct.cpp",
1146 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_nhwc_3x3_s2_output2x2_mla_depthfirst/generic_indirect.cpp",
1147 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_nhwc_5x5_s1_output2x2_mla_depthfirst/generic_direct.cpp",
1148 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_nhwc_5x5_s1_output2x2_mla_depthfirst/generic_indirect.cpp",
1149 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_nhwc_generic_output9_mla_depthfirst/generic.cpp",
1150 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_packed_to_nhwc_3x3_s2_with_multiplier_output3x3_mla_depthfirst/generic.cpp",
1151 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_packed_to_nhwc_5x5_s1_with_multiplier_output2x4_mla_depthfirst/generic.cpp",
1152 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_packed_to_nhwc_generic_with_multiplier_output2x8_mla_depthfirst/generic.cpp",
1153 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_s8q_nhwc_3x3_s1_output2x2_dot_depthfirst/generic.cpp",
1154 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_s8q_nhwc_3x3_s1_output2x2_mla_depthfirst/generic.cpp",
1155 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_s8q_nhwc_3x3_s2_output2x2_mla_depthfirst/generic.cpp",
1156 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_s8q_nhwc_5x5_s1_output2x2_mla_depthfirst/generic.cpp",
1157 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_s8q_packed_to_nhwc_3x3_s2_with_multiplier_output2x4_dot_depthfirst/generic.cpp",
1158 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_s8q_packed_to_nhwc_5x5_s1_with_multiplier_output4x2_dot_depthfirst/generic.cpp",
1159 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_s8qs_nhwc_3x3_s1_output2x2_dot_depthfirst/generic.cpp",
1160 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_u8q_nhwc_3x3_s1_output2x2_dot_depthfirst/generic.cpp",
1161 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_u8q_nhwc_3x3_s1_output2x2_mla_depthfirst/generic.cpp",
1162 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_u8q_nhwc_3x3_s2_output2x2_mla_depthfirst/generic.cpp",
1163 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_u8q_nhwc_5x5_s1_output2x2_mla_depthfirst/generic.cpp",
1164 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_u8q_packed_to_nhwc_3x3_s2_with_multiplier_output2x4_dot_depthfirst/generic.cpp",
1165 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_u8q_packed_to_nhwc_5x5_s1_with_multiplier_output4x2_dot_depthfirst/generic.cpp",
1166 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_u8s8u8q_nhwc_3x3_s1_output2x2_mla_depthfirst/generic.cpp",
1167 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_u8s8u8q_nhwc_3x3_s2_output2x2_mla_depthfirst/generic.cpp",
1168 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_u8s8u8q_nhwc_5x5_s1_output2x2_mla_depthfirst/generic.cpp",
Michele Di Giorgiod556d7b2020-10-27 10:56:31 +00001169 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_fp16_nhwc_avg_3x3_s1_output2x2_depthfirst/generic.cpp",
1170 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_fp16_nhwc_avg_generic_depthfirst/generic.cpp",
1171 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_fp16_nhwc_max_2x2_s1_output2x2_depthfirst/generic.cpp",
1172 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_fp16_nhwc_max_generic_depthfirst/generic.cpp",
1173 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_fp32_nhwc_avg_3x3_s1_output2x2_depthfirst/generic.cpp",
1174 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_fp32_nhwc_avg_generic_depthfirst/generic.cpp",
1175 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_fp32_nhwc_max_2x2_s1_output2x2_depthfirst/generic.cpp",
1176 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_fp32_nhwc_max_generic_depthfirst/generic.cpp",
1177 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_s8_nhwc_avg_generic_depthfirst/generic.cpp",
1178 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_s8_nhwc_max_2x2_s1_output2x2_depthfirst/generic.cpp",
1179 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_s8_nhwc_max_generic_depthfirst/generic.cpp",
1180 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_s8q_nhwc_avg_generic_depthfirst/generic.cpp",
1181 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_s8q_nhwc_max_generic_depthfirst/generic.cpp",
1182 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_u8_nhwc_avg_generic_depthfirst/generic.cpp",
1183 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_u8_nhwc_max_2x2_s1_output2x2_depthfirst/generic.cpp",
1184 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_u8_nhwc_max_generic_depthfirst/generic.cpp",
1185 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_u8q_nhwc_avg_generic_depthfirst/generic.cpp",
1186 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_u8q_nhwc_max_generic_depthfirst/generic.cpp",
Viet-Hoa Do03b29712022-06-01 11:47:14 +01001187 "src/core/NEON/kernels/arm_conv/pooling/kernels/sme_fp16_nhwc_avg_3x3_s1_output2x2_depthfirst/generic.cpp",
1188 "src/core/NEON/kernels/arm_conv/pooling/kernels/sme_fp16_nhwc_avg_generic_depthfirst/generic.cpp",
1189 "src/core/NEON/kernels/arm_conv/pooling/kernels/sme_fp16_nhwc_max_2x2_s1_output2x2_depthfirst/generic.cpp",
1190 "src/core/NEON/kernels/arm_conv/pooling/kernels/sme_fp16_nhwc_max_generic_depthfirst/generic.cpp",
1191 "src/core/NEON/kernels/arm_conv/pooling/kernels/sme_fp32_nhwc_avg_3x3_s1_output2x2_depthfirst/generic.cpp",
1192 "src/core/NEON/kernels/arm_conv/pooling/kernels/sme_fp32_nhwc_avg_generic_depthfirst/generic.cpp",
1193 "src/core/NEON/kernels/arm_conv/pooling/kernels/sme_fp32_nhwc_max_2x2_s1_output2x2_depthfirst/generic.cpp",
1194 "src/core/NEON/kernels/arm_conv/pooling/kernels/sme_fp32_nhwc_max_generic_depthfirst/generic.cpp",
1195 "src/core/NEON/kernels/arm_conv/pooling/kernels/sme_s8_nhwc_avg_generic_depthfirst/generic.cpp",
1196 "src/core/NEON/kernels/arm_conv/pooling/kernels/sme_s8_nhwc_max_2x2_s1_output2x2_depthfirst/generic.cpp",
1197 "src/core/NEON/kernels/arm_conv/pooling/kernels/sme_s8_nhwc_max_generic_depthfirst/generic.cpp",
1198 "src/core/NEON/kernels/arm_conv/pooling/kernels/sme_s8q_nhwc_avg_generic_depthfirst/generic.cpp",
1199 "src/core/NEON/kernels/arm_conv/pooling/kernels/sme_s8q_nhwc_max_generic_depthfirst/generic.cpp",
1200 "src/core/NEON/kernels/arm_conv/pooling/kernels/sme_u8_nhwc_avg_generic_depthfirst/generic.cpp",
1201 "src/core/NEON/kernels/arm_conv/pooling/kernels/sme_u8_nhwc_max_2x2_s1_output2x2_depthfirst/generic.cpp",
1202 "src/core/NEON/kernels/arm_conv/pooling/kernels/sme_u8_nhwc_max_generic_depthfirst/generic.cpp",
1203 "src/core/NEON/kernels/arm_conv/pooling/kernels/sme_u8q_nhwc_avg_generic_depthfirst/generic.cpp",
1204 "src/core/NEON/kernels/arm_conv/pooling/kernels/sme_u8q_nhwc_max_generic_depthfirst/generic.cpp",
Michele Di Giorgiod556d7b2020-10-27 10:56:31 +00001205 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_fp16_nhwc_avg_3x3_s1_output2x2_depthfirst/generic.cpp",
1206 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_fp16_nhwc_avg_generic_depthfirst/generic.cpp",
1207 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_fp16_nhwc_max_2x2_s1_output2x2_depthfirst/generic.cpp",
1208 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_fp16_nhwc_max_generic_depthfirst/generic.cpp",
1209 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_fp32_nhwc_avg_3x3_s1_output2x2_depthfirst/generic.cpp",
1210 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_fp32_nhwc_avg_generic_depthfirst/generic.cpp",
1211 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_fp32_nhwc_max_2x2_s1_output2x2_depthfirst/generic.cpp",
1212 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_fp32_nhwc_max_generic_depthfirst/generic.cpp",
1213 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_s8_nhwc_avg_generic_depthfirst/generic.cpp",
1214 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_s8_nhwc_max_2x2_s1_output2x2_depthfirst/generic.cpp",
1215 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_s8_nhwc_max_generic_depthfirst/generic.cpp",
1216 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_s8q_nhwc_avg_generic_depthfirst/generic.cpp",
1217 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_s8q_nhwc_max_generic_depthfirst/generic.cpp",
1218 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_u8_nhwc_avg_generic_depthfirst/generic.cpp",
1219 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_u8_nhwc_max_2x2_s1_output2x2_depthfirst/generic.cpp",
1220 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_u8_nhwc_max_generic_depthfirst/generic.cpp",
1221 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_u8q_nhwc_avg_generic_depthfirst/generic.cpp",
1222 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_u8q_nhwc_max_generic_depthfirst/generic.cpp",
Francesco.Petrogalli@arm.com5fcf22d2022-04-05 10:31:08 +00001223 "src/core/NEON/kernels/arm_gemm/kernels/a64_ffhybrid_bf16fp32_mmla_6x16/generic.cpp",
1224 "src/core/NEON/kernels/arm_gemm/kernels/a64_ffhybrid_fp16_mla_6x32/generic.cpp",
1225 "src/core/NEON/kernels/arm_gemm/kernels/a64_ffhybrid_fp32_mla_6x16/generic.cpp",
1226 "src/core/NEON/kernels/arm_gemm/kernels/a64_ffhybrid_fp32bf16fp32_mmla_4x24/generic.cpp",
1227 "src/core/NEON/kernels/arm_gemm/kernels/a64_ffinterleaved_bf16fp32_dot_8x12/generic.cpp",
1228 "src/core/NEON/kernels/arm_gemm/kernels/a64_ffinterleaved_bf16fp32_mmla_8x12/generic.cpp",
1229 "src/core/NEON/kernels/arm_gemm/kernels/a64_ffinterleaved_fp16_mla_8x24/generic.cpp",
1230 "src/core/NEON/kernels/arm_gemm/kernels/a64_ffinterleaved_fp32_mla_8x12/generic.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001231 "src/core/NEON/kernels/arm_gemm/kernels/a64_gemm_s16_8x12/generic.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +00001232 "src/core/NEON/kernels/arm_gemm/kernels/a64_gemm_s8_4x4/generic.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001233 "src/core/NEON/kernels/arm_gemm/kernels/a64_gemm_s8_8x12/a55r1.cpp",
1234 "src/core/NEON/kernels/arm_gemm/kernels/a64_gemm_s8_8x12/generic.cpp",
1235 "src/core/NEON/kernels/arm_gemm/kernels/a64_gemm_s8_8x12/x1.cpp",
1236 "src/core/NEON/kernels/arm_gemm/kernels/a64_gemm_u16_8x12/generic.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +00001237 "src/core/NEON/kernels/arm_gemm/kernels/a64_gemm_u8_4x4/generic.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001238 "src/core/NEON/kernels/arm_gemm/kernels/a64_gemm_u8_8x12/a55r1.cpp",
1239 "src/core/NEON/kernels/arm_gemm/kernels/a64_gemm_u8_8x12/generic.cpp",
1240 "src/core/NEON/kernels/arm_gemm/kernels/a64_gemm_u8_8x12/x1.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001241 "src/core/NEON/kernels/arm_gemm/kernels/a64_hgemm_8x24/a55r1.cpp",
1242 "src/core/NEON/kernels/arm_gemm/kernels/a64_hgemm_8x24/generic.cpp",
1243 "src/core/NEON/kernels/arm_gemm/kernels/a64_hgemm_8x24/x1.cpp",
1244 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_bf16fp32_dot_6x16/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001245 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_bf16fp32_mmla_6x16/generic.cpp",
Georgios Pinitase28cf392021-01-31 05:18:43 +00001246 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_fp16_mla_6x32/a55.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001247 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_fp16_mla_6x32/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001248 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_fp32_mla_4x24/a55.cpp",
1249 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_fp32_mla_4x24/generic.cpp",
Georgios Pinitase28cf392021-01-31 05:18:43 +00001250 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_fp32_mla_6x16/a55.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001251 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_fp32_mla_6x16/generic.cpp",
Georgios Pinitase28cf392021-01-31 05:18:43 +00001252 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_fp32_mla_8x4/a55.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001253 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_fp32_mla_8x4/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001254 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_fp32bf16fp32_mmla_4x24/generic.cpp",
1255 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_fp32bf16fp32_mmla_6x16/generic.cpp",
Georgios Pinitase28cf392021-01-31 05:18:43 +00001256 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_s8qa_dot_4x16/a55.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001257 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_s8qa_dot_4x16/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001258 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_s8qa_mmla_4x16/generic.cpp",
Georgios Pinitase28cf392021-01-31 05:18:43 +00001259 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_s8qs_dot_6x16/a55.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001260 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_s8qs_dot_6x16/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001261 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_s8qs_mmla_6x16/generic.cpp",
Georgios Pinitase28cf392021-01-31 05:18:43 +00001262 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_s8s32_dot_6x16/a55.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001263 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_s8s32_dot_6x16/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001264 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_s8s32_mmla_6x16/generic.cpp",
Georgios Pinitase28cf392021-01-31 05:18:43 +00001265 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_u8qa_dot_4x16/a55.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001266 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_u8qa_dot_4x16/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001267 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_u8qa_mmla_4x16/generic.cpp",
Georgios Pinitase28cf392021-01-31 05:18:43 +00001268 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_u8u32_dot_6x16/a55.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001269 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_u8u32_dot_6x16/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001270 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_u8u32_mmla_6x16/generic.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001271 "src/core/NEON/kernels/arm_gemm/kernels/a64_interleaved_bf16fp32_dot_8x12/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001272 "src/core/NEON/kernels/arm_gemm/kernels/a64_interleaved_bf16fp32_dot_8x12/x1.cpp",
ramelg01b6e49eb2021-12-08 02:00:16 +00001273 "src/core/NEON/kernels/arm_gemm/kernels/a64_interleaved_bf16fp32_mmla_8x12/a510.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001274 "src/core/NEON/kernels/arm_gemm/kernels/a64_interleaved_bf16fp32_mmla_8x12/generic.cpp",
ramelg01b6e49eb2021-12-08 02:00:16 +00001275 "src/core/NEON/kernels/arm_gemm/kernels/a64_interleaved_s8s32_mmla_8x12/a510.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001276 "src/core/NEON/kernels/arm_gemm/kernels/a64_interleaved_s8s32_mmla_8x12/generic.cpp",
ramelg01b6e49eb2021-12-08 02:00:16 +00001277 "src/core/NEON/kernels/arm_gemm/kernels/a64_interleaved_u8u32_mmla_8x12/a510.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001278 "src/core/NEON/kernels/arm_gemm/kernels/a64_interleaved_u8u32_mmla_8x12/generic.cpp",
1279 "src/core/NEON/kernels/arm_gemm/kernels/a64_sgemm_8x12/a53.cpp",
1280 "src/core/NEON/kernels/arm_gemm/kernels/a64_sgemm_8x12/a55.cpp",
1281 "src/core/NEON/kernels/arm_gemm/kernels/a64_sgemm_8x12/a55r1.cpp",
1282 "src/core/NEON/kernels/arm_gemm/kernels/a64_sgemm_8x12/generic.cpp",
1283 "src/core/NEON/kernels/arm_gemm/kernels/a64_sgemm_8x12/x1.cpp",
Michalis Spyrou778b95c2021-04-20 12:15:52 +01001284 "src/core/NEON/kernels/arm_gemm/kernels/a64_sgemm_8x6/generic.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +00001285 "src/core/NEON/kernels/arm_gemm/kernels/a64_sgemv_pretransposed/generic.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001286 "src/core/NEON/kernels/arm_gemm/kernels/a64_smallK_hybrid_fp32_mla_6x4/generic.cpp",
1287 "src/core/NEON/kernels/arm_gemm/kernels/a64_smallK_hybrid_fp32_mla_8x4/generic.cpp",
1288 "src/core/NEON/kernels/arm_gemm/kernels/a64_smallK_hybrid_s8s32_dot_6x4/a55.cpp",
1289 "src/core/NEON/kernels/arm_gemm/kernels/a64_smallK_hybrid_s8s32_dot_6x4/generic.cpp",
1290 "src/core/NEON/kernels/arm_gemm/kernels/a64_smallK_hybrid_s8s32_dot_8x4/a55.cpp",
1291 "src/core/NEON/kernels/arm_gemm/kernels/a64_smallK_hybrid_s8s32_dot_8x4/generic.cpp",
1292 "src/core/NEON/kernels/arm_gemm/kernels/a64_smallK_hybrid_u8u32_dot_6x4/a55.cpp",
1293 "src/core/NEON/kernels/arm_gemm/kernels/a64_smallK_hybrid_u8u32_dot_6x4/generic.cpp",
1294 "src/core/NEON/kernels/arm_gemm/kernels/a64_smallK_hybrid_u8u32_dot_8x4/a55.cpp",
1295 "src/core/NEON/kernels/arm_gemm/kernels/a64_smallK_hybrid_u8u32_dot_8x4/generic.cpp",
Viet-Hoa Do03b29712022-06-01 11:47:14 +01001296 "src/core/NEON/kernels/arm_gemm/kernels/sme2_gemv_bf16fp32_dot_16VL/generic.cpp",
David Mansell0fa92b82023-10-17 13:33:24 +01001297 "src/core/NEON/kernels/arm_gemm/kernels/sme2_gemv_fp16fp32fp16_dot_16VL/generic.cpp",
Viet-Hoa Do03b29712022-06-01 11:47:14 +01001298 "src/core/NEON/kernels/arm_gemm/kernels/sme2_gemv_fp32_mla_16VL/generic.cpp",
1299 "src/core/NEON/kernels/arm_gemm/kernels/sme2_gemv_fp32bf16fp32_dot_16VL/generic.cpp",
1300 "src/core/NEON/kernels/arm_gemm/kernels/sme2_gemv_s8qa_dot_16VL/generic.cpp",
1301 "src/core/NEON/kernels/arm_gemm/kernels/sme2_gemv_u8qa_dot_16VL/generic.cpp",
1302 "src/core/NEON/kernels/arm_gemm/kernels/sme2_interleaved_nomerge_bf16fp32_mopa_1VLx4VL/generic.cpp",
1303 "src/core/NEON/kernels/arm_gemm/kernels/sme2_interleaved_nomerge_bf16fp32_mopa_2VLx2VL/generic.cpp",
1304 "src/core/NEON/kernels/arm_gemm/kernels/sme2_interleaved_nomerge_bf16fp32_mopa_4VLx1VL/generic.cpp",
David Mansellaaa9da12023-03-10 13:48:50 +00001305 "src/core/NEON/kernels/arm_gemm/kernels/sme2_interleaved_nomerge_fp16fp32fp16_mopa_1VLx4VL/generic.cpp",
1306 "src/core/NEON/kernels/arm_gemm/kernels/sme2_interleaved_nomerge_fp16fp32fp16_mopa_2VLx2VL/generic.cpp",
1307 "src/core/NEON/kernels/arm_gemm/kernels/sme2_interleaved_nomerge_fp16fp32fp16_mopa_4VLx1VL/generic.cpp",
Viet-Hoa Do03b29712022-06-01 11:47:14 +01001308 "src/core/NEON/kernels/arm_gemm/kernels/sme2_interleaved_nomerge_fp32_mopa_1VLx4VL/generic.cpp",
1309 "src/core/NEON/kernels/arm_gemm/kernels/sme2_interleaved_nomerge_fp32_mopa_2VLx2VL/generic.cpp",
1310 "src/core/NEON/kernels/arm_gemm/kernels/sme2_interleaved_nomerge_fp32_mopa_4VLx1VL/generic.cpp",
1311 "src/core/NEON/kernels/arm_gemm/kernels/sme2_interleaved_nomerge_s8q_mopa_1VLx4VL/generic.cpp",
1312 "src/core/NEON/kernels/arm_gemm/kernels/sme2_interleaved_nomerge_s8q_mopa_2VLx2VL/generic.cpp",
1313 "src/core/NEON/kernels/arm_gemm/kernels/sme2_interleaved_nomerge_s8q_mopa_4VLx1VL/generic.cpp",
1314 "src/core/NEON/kernels/arm_gemm/kernels/sme2_interleaved_nomerge_s8s32_mopa_1VLx4VL/generic.cpp",
1315 "src/core/NEON/kernels/arm_gemm/kernels/sme2_interleaved_nomerge_s8s32_mopa_2VLx2VL/generic.cpp",
1316 "src/core/NEON/kernels/arm_gemm/kernels/sme2_interleaved_nomerge_s8s32_mopa_4VLx1VL/generic.cpp",
1317 "src/core/NEON/kernels/arm_gemm/kernels/sme2_interleaved_nomerge_u8q_mopa_1VLx4VL/generic.cpp",
1318 "src/core/NEON/kernels/arm_gemm/kernels/sme2_interleaved_nomerge_u8q_mopa_2VLx2VL/generic.cpp",
1319 "src/core/NEON/kernels/arm_gemm/kernels/sme2_interleaved_nomerge_u8q_mopa_4VLx1VL/generic.cpp",
Francesco.Petrogalli@arm.com5fcf22d2022-04-05 10:31:08 +00001320 "src/core/NEON/kernels/arm_gemm/kernels/sve_ffhybrid_bf16fp32_mmla_6x4VL/generic.cpp",
1321 "src/core/NEON/kernels/arm_gemm/kernels/sve_ffhybrid_fp16_mla_6x4VL/a64fx.cpp",
1322 "src/core/NEON/kernels/arm_gemm/kernels/sve_ffhybrid_fp16_mla_6x4VL/generic.cpp",
1323 "src/core/NEON/kernels/arm_gemm/kernels/sve_ffhybrid_fp32_mla_6x4VL/a64fx.cpp",
1324 "src/core/NEON/kernels/arm_gemm/kernels/sve_ffhybrid_fp32_mla_6x4VL/generic.cpp",
1325 "src/core/NEON/kernels/arm_gemm/kernels/sve_ffhybrid_fp32bf16fp32_mmla_4x6VL/generic.cpp",
1326 "src/core/NEON/kernels/arm_gemm/kernels/sve_ffinterleaved_bf16fp32_mmla_8x3VL/generic.cpp",
1327 "src/core/NEON/kernels/arm_gemm/kernels/sve_ffinterleaved_fp16_mla_8x3VL/a64fx.cpp",
1328 "src/core/NEON/kernels/arm_gemm/kernels/sve_ffinterleaved_fp16_mla_8x3VL/generic.cpp",
1329 "src/core/NEON/kernels/arm_gemm/kernels/sve_ffinterleaved_fp32_mla_8x3VL/a64fx.cpp",
1330 "src/core/NEON/kernels/arm_gemm/kernels/sve_ffinterleaved_fp32_mla_8x3VL/generic.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001331 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_bf16fp32_dot_6x4VL/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001332 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_bf16fp32_mmla_6x4VL/generic.cpp",
1333 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_fp16_mla_6x4VL/a64fx.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001334 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_fp16_mla_6x4VL/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001335 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_fp32_mla_6x4VL/a64fx.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001336 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_fp32_mla_6x4VL/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001337 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_fp32_mla_8x1VL/a64fx.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001338 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_fp32_mla_8x1VL/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001339 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_fp32bf16fp32_mmla_4x6VL/generic.cpp",
1340 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_fp32bf16fp32_mmla_6x4VL/generic.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001341 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_s8qa_dot_4x4VL/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001342 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_s8qa_mmla_4x4VL/generic.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001343 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_s8qs_dot_6x4VL/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001344 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_s8qs_mmla_6x4VL/generic.cpp",
1345 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_s8s32_dot_6x4VL/a64fx.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001346 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_s8s32_dot_6x4VL/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001347 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_s8s32_mmla_6x4VL/generic.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001348 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_u8qa_dot_4x4VL/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001349 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_u8qa_mmla_4x4VL/generic.cpp",
1350 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_u8u32_dot_6x4VL/a64fx.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001351 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_u8u32_dot_6x4VL/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001352 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_u8u32_mmla_6x4VL/generic.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001353 "src/core/NEON/kernels/arm_gemm/kernels/sve_interleaved_bf16fp32_dot_8x3VL/generic.cpp",
1354 "src/core/NEON/kernels/arm_gemm/kernels/sve_interleaved_bf16fp32_mmla_8x3VL/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001355 "src/core/NEON/kernels/arm_gemm/kernels/sve_interleaved_fp16_mla_8x3VL/a64fx.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001356 "src/core/NEON/kernels/arm_gemm/kernels/sve_interleaved_fp16_mla_8x3VL/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001357 "src/core/NEON/kernels/arm_gemm/kernels/sve_interleaved_fp32_mla_8x3VL/a64fx.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001358 "src/core/NEON/kernels/arm_gemm/kernels/sve_interleaved_fp32_mla_8x3VL/generic.cpp",
1359 "src/core/NEON/kernels/arm_gemm/kernels/sve_interleaved_fp32_mmla_8x3VL/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001360 "src/core/NEON/kernels/arm_gemm/kernels/sve_interleaved_s8s32_dot_8x3VL/a64fx.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001361 "src/core/NEON/kernels/arm_gemm/kernels/sve_interleaved_s8s32_dot_8x3VL/generic.cpp",
1362 "src/core/NEON/kernels/arm_gemm/kernels/sve_interleaved_s8s32_mmla_8x3VL/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001363 "src/core/NEON/kernels/arm_gemm/kernels/sve_interleaved_u8u32_dot_8x3VL/a64fx.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001364 "src/core/NEON/kernels/arm_gemm/kernels/sve_interleaved_u8u32_dot_8x3VL/generic.cpp",
1365 "src/core/NEON/kernels/arm_gemm/kernels/sve_interleaved_u8u32_mmla_8x3VL/generic.cpp",
ramelg01a1f78512022-06-29 16:28:10 +01001366 "src/core/NEON/kernels/convolution/winograd/input_transforms/a64_fp16_6x6.cpp",
1367 "src/core/NEON/kernels/convolution/winograd/input_transforms/a64_fp32_6x6.cpp",
Viet-Hoa Do03b29712022-06-01 11:47:14 +01001368 "src/core/NEON/kernels/convolution/winograd/input_transforms/sme_fp32_mla_6x6.cpp",
ramelg01a1f78512022-06-29 16:28:10 +01001369 "src/core/NEON/kernels/convolution/winograd/input_transforms/sve_fp32_6x6.cpp",
1370 "src/core/NEON/kernels/convolution/winograd/output_transforms/a64_fp16_4x4_3x3.cpp",
Viet-Hoa Do03b29712022-06-01 11:47:14 +01001371 "src/core/NEON/kernels/convolution/winograd/output_transforms/sme_fp32_mopa_4x4_3x3.cpp",
ramelg01a1f78512022-06-29 16:28:10 +01001372 "src/core/NEON/kernels/convolution/winograd/weight_transforms/a64_fp16_4x4_3x3.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +00001373
1374 ],
1375 },
1376 },
Georgios Pinitas41984a02019-12-11 12:05:17 +00001377 rtti: true,
1378}