blob: bb0486403b3e07d6bc06def7d03bea6d7be55a67 [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",
Gunes Bayir0ee13af2024-02-07 15:34:45 +0000175 "compute_kernel_writer/include",
Georgios Pinitasde5930f2020-10-21 10:45:44 +0100176 "src/core/common",
177 "src/core/helpers",
Viet-Hoa Do99b6fd22023-04-27 17:06:10 +0100178 "src/core/NEON/kernels/arm_gemm",
Michele Di Giorgiof3ad9512020-07-01 10:37:11 +0100179 "src/core/NEON/kernels/assembly",
Georgios Pinitasde5930f2020-10-21 10:45:44 +0100180 "src/core/NEON/kernels/convolution/common",
Sang-Hoon Park37f4b2e2021-05-18 10:50:26 +0100181 "src/core/NEON/kernels/convolution/winograd",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100182 "src/cpu/kernels/assembly"],
Georgios Pinitas41984a02019-12-11 12:05:17 +0000183 export_include_dirs: [".", "./include"],
184 srcs: [
Georgios Pinitas8a5146f2021-01-12 15:51:07 +0000185 "src/c/AclContext.cpp",
Georgios Pinitas06ac6e42021-07-05 08:08:52 +0100186 "src/c/AclOperator.cpp",
Georgios Pinitasc3c352e2021-03-18 10:59:40 +0000187 "src/c/AclQueue.cpp",
Georgios Pinitas3f26ef42021-02-23 10:01:33 +0000188 "src/c/AclTensor.cpp",
189 "src/c/AclTensorPack.cpp",
Georgios Pinitas8a5146f2021-01-12 15:51:07 +0000190 "src/c/AclVersion.cpp",
191 "src/c/cl/AclOpenClExt.cpp",
Georgios Pinitas41648142021-08-03 08:24:00 +0100192 "src/c/operators/AclActivation.cpp",
Georgios Pinitas8a5146f2021-01-12 15:51:07 +0000193 "src/common/AllocatorWrapper.cpp",
Georgios Pinitas41648142021-08-03 08:24:00 +0100194 "src/common/IOperator.cpp",
Sang-Hoon Parkc6fcfb42021-03-31 15:18:16 +0100195 "src/common/ITensorV2.cpp",
Georgios Pinitas3f26ef42021-02-23 10:01:33 +0000196 "src/common/TensorPack.cpp",
Georgios Pinitas08302c12021-06-09 10:08:27 +0100197 "src/common/cpuinfo/CpuInfo.cpp",
198 "src/common/cpuinfo/CpuIsaInfo.cpp",
199 "src/common/cpuinfo/CpuModel.cpp",
Georgios Pinitas3f26ef42021-02-23 10:01:33 +0000200 "src/common/utils/LegacySupport.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000201 "src/core/AccessWindowAutoPadding.cpp",
202 "src/core/AccessWindowStatic.cpp",
203 "src/core/AccessWindowTranspose.cpp",
Viet-Hoa Do500e10b2023-09-12 17:49:38 +0100204 "src/core/CL/CLCommandBuffer.cpp",
205 "src/core/CL/CLCompatCommandBuffer.cpp",
Michalis Spyrou11d49182020-03-26 10:31:32 +0000206 "src/core/CL/CLCompileContext.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000207 "src/core/CL/CLHelpers.cpp",
208 "src/core/CL/CLKernelLibrary.cpp",
Viet-Hoa Do500e10b2023-09-12 17:49:38 +0100209 "src/core/CL/CLMutableCommandBuffer.cpp",
Gian Marco Iodice781cba72020-06-19 16:56:57 +0100210 "src/core/CL/CLUtils.cpp",
Giorgio Arenaba2dd822021-07-28 16:10:03 +0100211 "src/core/CL/DefaultLWSHeuristics.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000212 "src/core/CL/ICLKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000213 "src/core/CL/ICLSimple2DKernel.cpp",
214 "src/core/CL/ICLSimple3DKernel.cpp",
215 "src/core/CL/ICLSimpleKernel.cpp",
216 "src/core/CL/ICLTensor.cpp",
217 "src/core/CL/OpenCL.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000218 "src/core/CL/kernels/CLArgMinMaxLayerKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000219 "src/core/CL/kernels/CLBatchNormalizationLayerKernel.cpp",
220 "src/core/CL/kernels/CLBatchToSpaceLayerKernel.cpp",
Manuel Bottini63bb7ca2020-12-02 13:22:14 +0000221 "src/core/CL/kernels/CLBitwiseKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000222 "src/core/CL/kernels/CLBoundingBoxTransformKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000223 "src/core/CL/kernels/CLChannelShuffleLayerKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000224 "src/core/CL/kernels/CLComparisonKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000225 "src/core/CL/kernels/CLDeconvolutionLayerUpsampleKernel.cpp",
226 "src/core/CL/kernels/CLDeconvolutionReshapeOutputKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000227 "src/core/CL/kernels/CLDepthToSpaceLayerKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000228 "src/core/CL/kernels/CLDepthwiseConvolutionLayerNativeKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000229 "src/core/CL/kernels/CLFFTDigitReverseKernel.cpp",
230 "src/core/CL/kernels/CLFFTRadixStageKernel.cpp",
231 "src/core/CL/kernels/CLFFTScaleKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000232 "src/core/CL/kernels/CLFillBorderKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000233 "src/core/CL/kernels/CLFuseBatchNormalizationKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000234 "src/core/CL/kernels/CLGatherKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000235 "src/core/CL/kernels/CLGenerateProposalsLayerKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000236 "src/core/CL/kernels/CLInstanceNormalizationLayerKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000237 "src/core/CL/kernels/CLL2NormalizeLayerKernel.cpp",
Gian Marco Iodice4d81d752020-07-14 15:05:31 +0100238 "src/core/CL/kernels/CLMaxUnpoolingLayerKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000239 "src/core/CL/kernels/CLMeanStdDevNormalizationKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000240 "src/core/CL/kernels/CLNormalizationLayerKernel.cpp",
241 "src/core/CL/kernels/CLNormalizePlanarYUVLayerKernel.cpp",
242 "src/core/CL/kernels/CLPadLayerKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000243 "src/core/CL/kernels/CLPriorBoxLayerKernel.cpp",
Sheri Zhangb18252d2020-04-07 11:04:57 +0100244 "src/core/CL/kernels/CLQLSTMLayerNormalizationKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000245 "src/core/CL/kernels/CLROIAlignLayerKernel.cpp",
246 "src/core/CL/kernels/CLROIPoolingLayerKernel.cpp",
247 "src/core/CL/kernels/CLRangeKernel.cpp",
248 "src/core/CL/kernels/CLReductionOperationKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000249 "src/core/CL/kernels/CLReorgLayerKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000250 "src/core/CL/kernels/CLReverseKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000251 "src/core/CL/kernels/CLSelectKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000252 "src/core/CL/kernels/CLSpaceToBatchLayerKernel.cpp",
253 "src/core/CL/kernels/CLSpaceToDepthLayerKernel.cpp",
254 "src/core/CL/kernels/CLStackLayerKernel.cpp",
255 "src/core/CL/kernels/CLStridedSliceKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000256 "src/core/CL/kernels/CLTileKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000257 "src/core/CPP/CPPTypes.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000258 "src/core/CPP/kernels/CPPBoxWithNonMaximaSuppressionLimitKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000259 "src/core/CPP/kernels/CPPNonMaximumSuppressionKernel.cpp",
260 "src/core/CPP/kernels/CPPPermuteKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000261 "src/core/CPP/kernels/CPPTopKVKernel.cpp",
262 "src/core/CPP/kernels/CPPUpsampleKernel.cpp",
263 "src/core/Error.cpp",
264 "src/core/GPUTarget.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000265 "src/core/Helpers.cpp",
266 "src/core/IAccessWindow.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000267 "src/core/IKernel.cpp",
268 "src/core/ITensor.cpp",
Georgios Pinitas0499dff2020-07-31 22:21:38 +0100269 "src/core/ITensorPack.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000270 "src/core/NEON/kernels/NEBatchNormalizationLayerKernel.cpp",
271 "src/core/NEON/kernels/NEBatchToSpaceLayerKernel.cpp",
272 "src/core/NEON/kernels/NEBitwiseAndKernel.cpp",
273 "src/core/NEON/kernels/NEBitwiseNotKernel.cpp",
274 "src/core/NEON/kernels/NEBitwiseOrKernel.cpp",
275 "src/core/NEON/kernels/NEBitwiseXorKernel.cpp",
276 "src/core/NEON/kernels/NEBoundingBoxTransformKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000277 "src/core/NEON/kernels/NEChannelShuffleLayerKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000278 "src/core/NEON/kernels/NECropKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000279 "src/core/NEON/kernels/NEDepthToSpaceLayerKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000280 "src/core/NEON/kernels/NEFFTDigitReverseKernel.cpp",
281 "src/core/NEON/kernels/NEFFTRadixStageKernel.cpp",
282 "src/core/NEON/kernels/NEFFTScaleKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000283 "src/core/NEON/kernels/NEFillBorderKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000284 "src/core/NEON/kernels/NEFuseBatchNormalizationKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000285 "src/core/NEON/kernels/NEGatherKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000286 "src/core/NEON/kernels/NEGenerateProposalsLayerKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000287 "src/core/NEON/kernels/NEInstanceNormalizationLayerKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000288 "src/core/NEON/kernels/NEL2NormalizeLayerKernel.cpp",
Georgios Pinitas58bce682020-11-13 11:38:58 +0000289 "src/core/NEON/kernels/NELogicalKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000290 "src/core/NEON/kernels/NEMeanStdDevNormalizationKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000291 "src/core/NEON/kernels/NENormalizationLayerKernel.cpp",
292 "src/core/NEON/kernels/NEPadLayerKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000293 "src/core/NEON/kernels/NEPriorBoxLayerKernel.cpp",
Sang-Hoon Park0d008f72020-03-13 14:56:05 +0000294 "src/core/NEON/kernels/NEQLSTMLayerNormalizationKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000295 "src/core/NEON/kernels/NEROIAlignLayerKernel.cpp",
296 "src/core/NEON/kernels/NEROIPoolingLayerKernel.cpp",
297 "src/core/NEON/kernels/NERangeKernel.cpp",
298 "src/core/NEON/kernels/NEReductionOperationKernel.cpp",
David Svantesson3b162e52023-03-28 14:13:32 +0000299 "src/core/NEON/kernels/NEReorderKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000300 "src/core/NEON/kernels/NEReorgLayerKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000301 "src/core/NEON/kernels/NEReverseKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000302 "src/core/NEON/kernels/NESelectKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000303 "src/core/NEON/kernels/NESpaceToBatchLayerKernel.cpp",
304 "src/core/NEON/kernels/NESpaceToDepthLayerKernel.cpp",
305 "src/core/NEON/kernels/NEStackLayerKernel.cpp",
306 "src/core/NEON/kernels/NEStridedSliceKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000307 "src/core/NEON/kernels/NETileKernel.cpp",
ramelg01c827e992022-04-08 03:52:28 +0100308 "src/core/NEON/kernels/arm_conv/addressing.cpp",
Pablo Marquez Tello4e2bbbb2023-01-09 17:21:01 +0000309 "src/core/NEON/kernels/arm_conv/depthwise/depthwise_common.cpp",
Michele Di Giorgiod02d5ed2021-01-22 09:47:04 +0000310 "src/core/NEON/kernels/arm_conv/depthwise/depthwise_fp16.cpp",
311 "src/core/NEON/kernels/arm_conv/depthwise/depthwise_fp32.cpp",
312 "src/core/NEON/kernels/arm_conv/depthwise/depthwise_s8q.cpp",
ramelg018a164882022-04-07 02:42:52 +0100313 "src/core/NEON/kernels/arm_conv/depthwise/depthwise_strategies_common.cpp",
Michele Di Giorgiod02d5ed2021-01-22 09:47:04 +0000314 "src/core/NEON/kernels/arm_conv/depthwise/depthwise_u8q.cpp",
315 "src/core/NEON/kernels/arm_conv/depthwise/depthwise_u8s8u8q.cpp",
ramelg018a164882022-04-07 02:42:52 +0100316 "src/core/NEON/kernels/arm_conv/depthwise/interleaves/generic.cpp",
317 "src/core/NEON/kernels/arm_conv/depthwise/interleaves/generic_quantized_dot_product.cpp",
Michael Tyler8deee9b2023-06-30 11:26:05 +0100318 "src/core/NEON/kernels/arm_conv/depthwise/premultiply.cpp",
Michele Di Giorgiod556d7b2020-10-27 10:56:31 +0000319 "src/core/NEON/kernels/arm_conv/pooling/kernels/cpp_nhwc_1x1_stride_any_depthfirst/generic.cpp",
320 "src/core/NEON/kernels/arm_conv/pooling/pooling_fp16.cpp",
321 "src/core/NEON/kernels/arm_conv/pooling/pooling_fp32.cpp",
322 "src/core/NEON/kernels/arm_conv/pooling/pooling_s8.cpp",
323 "src/core/NEON/kernels/arm_conv/pooling/pooling_s8q.cpp",
324 "src/core/NEON/kernels/arm_conv/pooling/pooling_u8.cpp",
325 "src/core/NEON/kernels/arm_conv/pooling/pooling_u8q.cpp",
Georgios Pinitasc7b183a2020-03-06 18:12:09 +0000326 "src/core/NEON/kernels/arm_gemm/gemm_bf16.cpp",
Renato Arantes36a75da2024-01-26 17:31:18 +0000327 "src/core/NEON/kernels/arm_gemm/gemm_bf16bf16.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000328 "src/core/NEON/kernels/arm_gemm/gemm_fp16.cpp",
329 "src/core/NEON/kernels/arm_gemm/gemm_fp32.cpp",
330 "src/core/NEON/kernels/arm_gemm/gemm_int16.cpp",
331 "src/core/NEON/kernels/arm_gemm/gemm_int8.cpp",
332 "src/core/NEON/kernels/arm_gemm/gemm_qint8.cpp",
333 "src/core/NEON/kernels/arm_gemm/gemm_quint8.cpp",
334 "src/core/NEON/kernels/arm_gemm/gemm_uint16.cpp",
335 "src/core/NEON/kernels/arm_gemm/gemm_uint8.cpp",
Gunes Bayiref637392024-02-12 21:32:51 +0000336 "src/core/NEON/kernels/arm_gemm/interleave-8way.cpp",
Viet-Hoa Do03b29712022-06-01 11:47:14 +0100337 "src/core/NEON/kernels/arm_gemm/interleave_indirect-sve.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +0000338 "src/core/NEON/kernels/arm_gemm/interleave_indirect.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +0100339 "src/core/NEON/kernels/arm_gemm/mergeresults-fp16.cpp",
Michalis Spyrou20fca522021-06-07 14:23:57 +0100340 "src/core/NEON/kernels/arm_gemm/mergeresults-sve.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000341 "src/core/NEON/kernels/arm_gemm/mergeresults.cpp",
Viet-Hoa Do03b29712022-06-01 11:47:14 +0100342 "src/core/NEON/kernels/arm_gemm/misc-sve.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000343 "src/core/NEON/kernels/arm_gemm/misc.cpp",
344 "src/core/NEON/kernels/arm_gemm/quantized.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +0000345 "src/core/NEON/kernels/arm_gemm/rowsum_indirect_s8.cpp",
346 "src/core/NEON/kernels/arm_gemm/rowsum_indirect_u8.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +0100347 "src/core/NEON/kernels/arm_gemm/transform-sve.cpp",
348 "src/core/NEON/kernels/arm_gemm/transform.cpp",
Sheri Zhang8d5d78b2020-12-15 20:25:31 +0000349 "src/core/NEON/kernels/batchnormalization/impl/NEON/fp16.cpp",
350 "src/core/NEON/kernels/batchnormalization/impl/NEON/fp32.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000351 "src/core/NEON/kernels/convolution/common/padding.cpp",
352 "src/core/NEON/kernels/convolution/common/qasymm8.cpp",
353 "src/core/NEON/kernels/convolution/common/qsymm8.cpp",
354 "src/core/NEON/kernels/convolution/common/utils.cpp",
ramelg01a1f78512022-06-29 16:28:10 +0100355 "src/core/NEON/kernels/convolution/winograd/input_transforms/arm_fp32_1x8.cpp",
356 "src/core/NEON/kernels/convolution/winograd/input_transforms/arm_fp32_4x4.cpp",
357 "src/core/NEON/kernels/convolution/winograd/input_transforms/arm_fp32_6x6.cpp",
358 "src/core/NEON/kernels/convolution/winograd/input_transforms_fp16.cpp",
359 "src/core/NEON/kernels/convolution/winograd/input_transforms_fp32.cpp",
360 "src/core/NEON/kernels/convolution/winograd/output_transforms/arm_fp32_1x2_1x7.cpp",
361 "src/core/NEON/kernels/convolution/winograd/output_transforms/arm_fp32_1x4_1x5.cpp",
362 "src/core/NEON/kernels/convolution/winograd/output_transforms/arm_fp32_1x6_1x3.cpp",
363 "src/core/NEON/kernels/convolution/winograd/output_transforms/arm_fp32_2x2_3x3.cpp",
364 "src/core/NEON/kernels/convolution/winograd/output_transforms/arm_fp32_2x2_5x5.cpp",
365 "src/core/NEON/kernels/convolution/winograd/output_transforms/arm_fp32_4x4_3x3.cpp",
366 "src/core/NEON/kernels/convolution/winograd/output_transforms_fp16.cpp",
367 "src/core/NEON/kernels/convolution/winograd/output_transforms_fp32.cpp",
ramelg01a1f78512022-06-29 16:28:10 +0100368 "src/core/NEON/kernels/convolution/winograd/weight_transforms/arm_fp32_2x2_3x3.cpp",
369 "src/core/NEON/kernels/convolution/winograd/weight_transforms/arm_fp32_2x2_5x5.cpp",
370 "src/core/NEON/kernels/convolution/winograd/weight_transforms/arm_fp32_4x4_3x3.cpp",
371 "src/core/NEON/kernels/convolution/winograd/weight_transforms/cpp_fp32_1x2_1x7.cpp",
372 "src/core/NEON/kernels/convolution/winograd/weight_transforms/cpp_fp32_1x4_1x5.cpp",
373 "src/core/NEON/kernels/convolution/winograd/weight_transforms/cpp_fp32_1x6_1x3.cpp",
374 "src/core/NEON/kernels/convolution/winograd/weight_transforms_fp16.cpp",
375 "src/core/NEON/kernels/convolution/winograd/weight_transforms_fp32.cpp",
376 "src/core/NEON/kernels/convolution/winograd/winograd_fp16.cpp",
377 "src/core/NEON/kernels/convolution/winograd/winograd_fp32.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000378 "src/core/Rounding.cpp",
Matthew Bentham758b5ba2020-03-05 23:37:48 +0000379 "src/core/Size2D.cpp",
Adnan AlSinane4563a02021-09-01 15:32:03 +0100380 "src/core/Size3D.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000381 "src/core/SubTensorInfo.cpp",
382 "src/core/TensorInfo.cpp",
383 "src/core/Utils.cpp",
384 "src/core/Validate.cpp",
Georgios Pinitas51545e42020-02-11 15:29:01 +0000385 "src/core/Version.cpp",
Mohammed Suhail Munshi7467ba82023-12-05 14:27:31 +0000386 "src/core/helpers/LUTManager.cpp",
Sang-Hoon Park68dd25f2020-10-19 16:00:11 +0100387 "src/core/helpers/SoftmaxHelpers.cpp",
Anitha Rajb566b6e2023-08-23 11:40:06 +0100388 "src/core/helpers/Utils.cpp",
Sang-Hoon Park68dd25f2020-10-19 16:00:11 +0100389 "src/core/helpers/WindowHelpers.cpp",
Matthew Bentham314d3e22023-06-23 10:53:52 +0000390 "src/core/utils/ActivationFunctionUtils.cpp",
Michele Di Giorgiod02d5ed2021-01-22 09:47:04 +0000391 "src/core/utils/AssemblyUtils.cpp",
Matthew Bentham314d3e22023-06-23 10:53:52 +0000392 "src/core/utils/DataLayoutUtils.cpp",
393 "src/core/utils/DataTypeUtils.cpp",
394 "src/core/utils/FormatUtils.cpp",
395 "src/core/utils/InterpolationPolicyUtils.cpp",
Viet-Hoa Doef9da002023-09-27 16:39:05 +0100396 "src/core/utils/Math.cpp",
Sang-Hoon Park3687ee12020-06-24 13:34:04 +0100397 "src/core/utils/ScaleUtils.cpp",
Matthew Bentham314d3e22023-06-23 10:53:52 +0000398 "src/core/utils/StringUtils.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000399 "src/core/utils/helpers/fft.cpp",
400 "src/core/utils/helpers/tensor_transform.cpp",
401 "src/core/utils/io/FileHandler.cpp",
402 "src/core/utils/logging/FilePrinter.cpp",
403 "src/core/utils/logging/Helpers.cpp",
404 "src/core/utils/logging/Logger.cpp",
405 "src/core/utils/logging/LoggerRegistry.cpp",
406 "src/core/utils/misc/MMappedFile.cpp",
407 "src/core/utils/quantization/AsymmHelpers.cpp",
Georgios Pinitas8a5146f2021-01-12 15:51:07 +0000408 "src/cpu/CpuContext.cpp",
Georgios Pinitasc3c352e2021-03-18 10:59:40 +0000409 "src/cpu/CpuQueue.cpp",
Georgios Pinitas3f26ef42021-02-23 10:01:33 +0000410 "src/cpu/CpuTensor.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100411 "src/cpu/kernels/CpuActivationKernel.cpp",
412 "src/cpu/kernels/CpuAddKernel.cpp",
Gunes Bayirae72a462023-01-29 13:24:24 +0000413 "src/cpu/kernels/CpuAddMulAddKernel.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100414 "src/cpu/kernels/CpuCastKernel.cpp",
415 "src/cpu/kernels/CpuCol2ImKernel.cpp",
416 "src/cpu/kernels/CpuConcatenateBatchKernel.cpp",
417 "src/cpu/kernels/CpuConcatenateDepthKernel.cpp",
418 "src/cpu/kernels/CpuConcatenateHeightKernel.cpp",
419 "src/cpu/kernels/CpuConcatenateWidthKernel.cpp",
420 "src/cpu/kernels/CpuConvertFullyConnectedWeightsKernel.cpp",
421 "src/cpu/kernels/CpuConvertQuantizedSignednessKernel.cpp",
422 "src/cpu/kernels/CpuCopyKernel.cpp",
423 "src/cpu/kernels/CpuDepthwiseConv2dNativeKernel.cpp",
424 "src/cpu/kernels/CpuDequantizeKernel.cpp",
425 "src/cpu/kernels/CpuDirectConv2dKernel.cpp",
426 "src/cpu/kernels/CpuDirectConv2dOutputStageKernel.cpp",
Sheri Zhang6d9c9822021-09-24 16:02:57 +0100427 "src/cpu/kernels/CpuDirectConv3dKernel.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100428 "src/cpu/kernels/CpuElementwiseKernel.cpp",
429 "src/cpu/kernels/CpuElementwiseUnaryKernel.cpp",
430 "src/cpu/kernels/CpuFillKernel.cpp",
431 "src/cpu/kernels/CpuFloorKernel.cpp",
432 "src/cpu/kernels/CpuGemmInterleave4x4Kernel.cpp",
433 "src/cpu/kernels/CpuGemmLowpMatrixMultiplyKernel.cpp",
434 "src/cpu/kernels/CpuGemmLowpMatrixReductionKernel.cpp",
435 "src/cpu/kernels/CpuGemmLowpOffsetContributionKernel.cpp",
436 "src/cpu/kernels/CpuGemmLowpOffsetContributionOutputStageKernel.cpp",
437 "src/cpu/kernels/CpuGemmLowpQuantizeDownInt32ScaleKernel.cpp",
438 "src/cpu/kernels/CpuGemmLowpQuantizeDownInt32ToInt16ScaleByFixedPointKernel.cpp",
439 "src/cpu/kernels/CpuGemmLowpQuantizeDownInt32ToInt8ScaleByFixedPointKernel.cpp",
440 "src/cpu/kernels/CpuGemmLowpQuantizeDownInt32ToUint8ScaleByFixedPointKernel.cpp",
441 "src/cpu/kernels/CpuGemmMatrixAdditionKernel.cpp",
442 "src/cpu/kernels/CpuGemmMatrixMultiplyKernel.cpp",
443 "src/cpu/kernels/CpuGemmTranspose1xWKernel.cpp",
444 "src/cpu/kernels/CpuIm2ColKernel.cpp",
Dana Zlotnik149203b2022-01-26 12:38:03 +0200445 "src/cpu/kernels/CpuMaxUnpoolingLayerKernel.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100446 "src/cpu/kernels/CpuMulKernel.cpp",
447 "src/cpu/kernels/CpuPermuteKernel.cpp",
448 "src/cpu/kernels/CpuPool2dKernel.cpp",
Adnan AlSinan171fc3d2022-03-15 18:46:42 +0000449 "src/cpu/kernels/CpuPool3dKernel.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100450 "src/cpu/kernels/CpuQuantizeKernel.cpp",
451 "src/cpu/kernels/CpuReshapeKernel.cpp",
452 "src/cpu/kernels/CpuScaleKernel.cpp",
453 "src/cpu/kernels/CpuSoftmaxKernel.cpp",
454 "src/cpu/kernels/CpuSubKernel.cpp",
455 "src/cpu/kernels/CpuTransposeKernel.cpp",
456 "src/cpu/kernels/CpuWeightsReshapeKernel.cpp",
457 "src/cpu/kernels/CpuWinogradConv2dKernel.cpp",
Dana Zlotnik32291712021-11-25 09:58:27 +0200458 "src/cpu/kernels/activation/generic/neon/fp16.cpp",
459 "src/cpu/kernels/activation/generic/neon/fp32.cpp",
Viet-Hoa Do29db3d22022-08-10 11:56:49 +0100460 "src/cpu/kernels/activation/generic/neon/lut.cpp",
Dana Zlotnik32291712021-11-25 09:58:27 +0200461 "src/cpu/kernels/activation/generic/neon/qasymm8.cpp",
462 "src/cpu/kernels/activation/generic/neon/qasymm8_signed.cpp",
463 "src/cpu/kernels/activation/generic/neon/qsymm16.cpp",
Dana Zlotnikbd2942d2021-11-15 08:46:04 +0200464 "src/cpu/kernels/add/generic/neon/fp16.cpp",
465 "src/cpu/kernels/add/generic/neon/fp32.cpp",
466 "src/cpu/kernels/add/generic/neon/impl.cpp",
467 "src/cpu/kernels/add/generic/neon/integer.cpp",
468 "src/cpu/kernels/add/generic/neon/qasymm8.cpp",
469 "src/cpu/kernels/add/generic/neon/qasymm8_signed.cpp",
470 "src/cpu/kernels/add/generic/neon/qsymm16.cpp",
Gunes Bayirae72a462023-01-29 13:24:24 +0000471 "src/cpu/kernels/addmuladd/generic/neon/fp16.cpp",
472 "src/cpu/kernels/addmuladd/generic/neon/fp32.cpp",
473 "src/cpu/kernels/addmuladd/generic/neon/qasymm8.cpp",
474 "src/cpu/kernels/addmuladd/generic/neon/qasymm8_signed.cpp",
Dana Zlotnik3475ffe2022-01-03 14:37:10 +0200475 "src/cpu/kernels/boundingboxtransform/generic/neon/fp16.cpp",
476 "src/cpu/kernels/boundingboxtransform/generic/neon/fp32.cpp",
477 "src/cpu/kernels/boundingboxtransform/generic/neon/impl.cpp",
478 "src/cpu/kernels/boundingboxtransform/generic/neon/qsymm16.cpp",
Yair Schwarzbaum298b2c02022-02-01 08:55:56 +0200479 "src/cpu/kernels/cast/generic/neon/fp16.cpp",
alerah0127619932021-11-24 17:21:43 +0200480 "src/cpu/kernels/crop/generic/neon/fp16.cpp",
481 "src/cpu/kernels/crop/generic/neon/fp32.cpp",
alerah0127619932021-11-24 17:21:43 +0200482 "src/cpu/kernels/crop/generic/neon/integer.cpp",
Viet-Hoa Do47370942023-11-13 17:20:45 +0000483 "src/cpu/kernels/depth_to_space/nchw/any/impl.cpp",
484 "src/cpu/kernels/depth_to_space/nhwc/any/impl.cpp",
Dana Zlotnikebbae942022-02-03 12:52:15 +0200485 "src/cpu/kernels/depthwiseconv2d/generic/neon/fp16.cpp",
486 "src/cpu/kernels/depthwiseconv2d/generic/neon/fp32.cpp",
487 "src/cpu/kernels/depthwiseconv2d/generic/neon/impl.cpp",
488 "src/cpu/kernels/depthwiseconv2d/generic/neon/qasymm8.cpp",
489 "src/cpu/kernels/depthwiseconv2d/generic/neon/qasymm8_signed.cpp",
alerah01c9e519d2022-01-31 19:04:10 +0200490 "src/cpu/kernels/directconv2d/nchw/all.cpp",
Pablo Marquez Telloe5362e72023-10-16 14:14:14 +0100491 "src/cpu/kernels/directconv2d/nchw/fp16.cpp",
492 "src/cpu/kernels/directconv2d/nhwc/neon/fp16.cpp",
alerah01c9e519d2022-01-31 19:04:10 +0200493 "src/cpu/kernels/directconv2d/nhwc/neon/fp32.cpp",
494 "src/cpu/kernels/directconv2d/nhwc/neon/impl.cpp",
Pablo Marquez Telloe5362e72023-10-16 14:14:14 +0100495 "src/cpu/kernels/directconv2d/nhwc/neon/qasymm8.cpp",
Dana Zlotnikd5c496d2021-11-28 14:46:12 +0200496 "src/cpu/kernels/elementwise_binary/generic/neon/fp16.cpp",
497 "src/cpu/kernels/elementwise_binary/generic/neon/fp32.cpp",
498 "src/cpu/kernels/elementwise_binary/generic/neon/integer.cpp",
499 "src/cpu/kernels/elementwise_binary/generic/neon/qasymm8.cpp",
500 "src/cpu/kernels/elementwise_binary/generic/neon/qasymm8_signed.cpp",
Dana Zlotnikd5c496d2021-11-28 14:46:12 +0200501 "src/cpu/kernels/elementwise_unary/generic/neon/fp16.cpp",
502 "src/cpu/kernels/elementwise_unary/generic/neon/fp32.cpp",
503 "src/cpu/kernels/elementwise_unary/generic/neon/integer.cpp",
Viet-Hoa Dofd472f02023-03-15 14:05:06 +0000504 "src/cpu/kernels/elementwise_unary/generic/neon/q8.cpp",
Ramy Elgammal8b7f42a2023-03-31 16:16:15 +0100505 "src/cpu/kernels/elementwise_unary/generic/neon/qasymm8.cpp",
506 "src/cpu/kernels/elementwise_unary/generic/neon/qasymm8_signed.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100507 "src/cpu/kernels/floor/neon/fp16.cpp",
508 "src/cpu/kernels/floor/neon/fp32.cpp",
Yair Schwarzbaum41a729e2021-11-15 20:42:47 +0200509 "src/cpu/kernels/fuse_batch_normalization/generic/fp16.cpp",
510 "src/cpu/kernels/fuse_batch_normalization/generic/fp32.cpp",
Yair Schwarzbaum41a729e2021-11-15 20:42:47 +0200511 "src/cpu/kernels/fuse_batch_normalization/nchw/all.cpp",
Pablo Marquez Tello8d4cdd42023-11-21 10:10:01 +0000512 "src/cpu/kernels/fuse_batch_normalization/nchw/neon/fp16.cpp",
513 "src/cpu/kernels/fuse_batch_normalization/nchw/neon/fp32.cpp",
Yair Schwarzbaum41a729e2021-11-15 20:42:47 +0200514 "src/cpu/kernels/fuse_batch_normalization/nhwc/neon/fp16.cpp",
515 "src/cpu/kernels/fuse_batch_normalization/nhwc/neon/fp32.cpp",
Dana Zlotnik256ac622022-02-02 15:06:11 +0200516 "src/cpu/kernels/gemm_matrix_add/generic/neon/fp16.cpp",
517 "src/cpu/kernels/gemm_matrix_add/generic/neon/fp32.cpp",
518 "src/cpu/kernels/gemm_matrix_add/generic/neon/impl.cpp",
519 "src/cpu/kernels/gemm_matrix_mul/generic/neon/fp16.cpp",
520 "src/cpu/kernels/gemm_matrix_mul/generic/neon/fp32.cpp",
521 "src/cpu/kernels/gemm_matrix_mul/generic/neon/impl.cpp",
Dana Zlotnik50ce2772021-12-29 13:55:56 +0200522 "src/cpu/kernels/genproposals/generic/neon/fp16.cpp",
523 "src/cpu/kernels/genproposals/generic/neon/fp32.cpp",
524 "src/cpu/kernels/genproposals/generic/neon/impl.cpp",
525 "src/cpu/kernels/genproposals/generic/neon/qsymm16.cpp",
Dana Zlotnikd7e2ec52022-01-03 10:59:41 +0200526 "src/cpu/kernels/instancenorm/generic/neon/fp16.cpp",
527 "src/cpu/kernels/instancenorm/generic/neon/fp32.cpp",
528 "src/cpu/kernels/instancenorm/generic/neon/impl.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100529 "src/cpu/kernels/internal/CpuDepthwiseConv2dAssemblyWrapperKernel.cpp",
530 "src/cpu/kernels/internal/CpuPool2dAssemblyWrapperKernel.cpp",
Yair Schwarzbaum5e993182022-01-10 15:11:07 +0200531 "src/cpu/kernels/l2normlayer/generic/neon/fp16.cpp",
532 "src/cpu/kernels/l2normlayer/generic/neon/fp32.cpp",
Viet-Hoa Dofd472f02023-03-15 14:05:06 +0000533 "src/cpu/kernels/lut/generic/neon/u8.cpp",
Dana Zlotnik143310c2021-12-30 13:24:52 +0200534 "src/cpu/kernels/maxunpool/generic/neon/fp16.cpp",
535 "src/cpu/kernels/maxunpool/generic/neon/fp32.cpp",
Dana Zlotnik143310c2021-12-30 13:24:52 +0200536 "src/cpu/kernels/maxunpool/generic/neon/qasymm8.cpp",
537 "src/cpu/kernels/maxunpool/generic/neon/qasymm8_signed.cpp",
Dana Zlotnik027bcef2021-12-27 17:35:00 +0200538 "src/cpu/kernels/meanstddevnorm/generic/neon/fp16.cpp",
539 "src/cpu/kernels/meanstddevnorm/generic/neon/fp32.cpp",
540 "src/cpu/kernels/meanstddevnorm/generic/neon/impl.cpp",
Murray Kornelsen6e09e142022-07-13 21:40:26 -0400541 "src/cpu/kernels/meanstddevnorm/generic/neon/qasymm8.cpp",
Pablo Marquez Tello568aab62023-11-20 14:20:01 +0000542 "src/cpu/kernels/mul/generic/neon/fp16.cpp",
543 "src/cpu/kernels/mul/generic/neon/fp32.cpp",
Pablo Marquez Telloba933712023-11-13 15:57:54 +0000544 "src/cpu/kernels/norm_layer/generic/neon/fp16.cpp",
545 "src/cpu/kernels/norm_layer/generic/neon/fp32.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100546 "src/cpu/kernels/pool2d/neon/fp16.cpp",
547 "src/cpu/kernels/pool2d/neon/fp32.cpp",
548 "src/cpu/kernels/pool2d/neon/nchw/all.cpp",
549 "src/cpu/kernels/pool2d/neon/qasymm8.cpp",
550 "src/cpu/kernels/pool2d/neon/qasymm8_signed.cpp",
Adnan AlSinan171fc3d2022-03-15 18:46:42 +0000551 "src/cpu/kernels/pool3d/neon/fp16.cpp",
552 "src/cpu/kernels/pool3d/neon/fp32.cpp",
Adnan AlSinan9104cd52022-04-06 16:19:31 +0100553 "src/cpu/kernels/pool3d/neon/qasymm8.cpp",
554 "src/cpu/kernels/pool3d/neon/qasymm8_signed.cpp",
Yair Schwarzbaum9e8a7702021-11-08 10:58:06 +0200555 "src/cpu/kernels/range/generic/neon/fp16.cpp",
556 "src/cpu/kernels/range/generic/neon/fp32.cpp",
Yair Schwarzbaum9e8a7702021-11-08 10:58:06 +0200557 "src/cpu/kernels/range/generic/neon/integer.cpp",
Dana Zlotnik9ae5a4e2022-01-03 16:22:47 +0200558 "src/cpu/kernels/roialign/generic/neon/fp16.cpp",
559 "src/cpu/kernels/roialign/generic/neon/fp32.cpp",
Dana Zlotnik9ae5a4e2022-01-03 16:22:47 +0200560 "src/cpu/kernels/roialign/generic/neon/qasymm8.cpp",
561 "src/cpu/kernels/roialign/generic/neon/qasymm8_signed.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100562 "src/cpu/kernels/scale/neon/fp16.cpp",
563 "src/cpu/kernels/scale/neon/integer.cpp",
564 "src/cpu/kernels/scale/neon/qasymm8.cpp",
565 "src/cpu/kernels/scale/neon/qasymm8_signed.cpp",
Anton Vainer8a9a0fb2022-01-09 14:37:12 +0200566 "src/cpu/kernels/select/generic/neon/fp16.cpp",
567 "src/cpu/kernels/select/generic/neon/fp32.cpp",
Anton Vainer8a9a0fb2022-01-09 14:37:12 +0200568 "src/cpu/kernels/select/generic/neon/integer.cpp",
Dana Zlotnikc48a3e52021-12-21 13:34:42 +0200569 "src/cpu/kernels/softmax/generic/neon/fp16.cpp",
570 "src/cpu/kernels/softmax/generic/neon/fp32.cpp",
Dana Zlotnika538ae52022-02-21 13:12:41 +0200571 "src/cpu/kernels/softmax/generic/neon/impl.cpp",
Dana Zlotnikc48a3e52021-12-21 13:34:42 +0200572 "src/cpu/kernels/softmax/generic/neon/qasymm8.cpp",
573 "src/cpu/kernels/softmax/generic/neon/qasymm8_signed.cpp",
Pablo Marquez Tello67773592023-10-06 13:49:44 +0100574 "src/cpu/kernels/sub/neon/fp16.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100575 "src/cpu/kernels/sub/neon/qasymm8.cpp",
576 "src/cpu/kernels/sub/neon/qasymm8_signed.cpp",
577 "src/cpu/kernels/sub/neon/qsymm16.cpp",
578 "src/cpu/operators/CpuActivation.cpp",
579 "src/cpu/operators/CpuAdd.cpp",
Gunes Bayirae72a462023-01-29 13:24:24 +0000580 "src/cpu/operators/CpuAddMulAdd.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100581 "src/cpu/operators/CpuCast.cpp",
582 "src/cpu/operators/CpuConcatenate.cpp",
583 "src/cpu/operators/CpuConv2d.cpp",
584 "src/cpu/operators/CpuConvertFullyConnectedWeights.cpp",
585 "src/cpu/operators/CpuCopy.cpp",
586 "src/cpu/operators/CpuDepthwiseConv2d.cpp",
587 "src/cpu/operators/CpuDepthwiseConv2dAssemblyDispatch.cpp",
588 "src/cpu/operators/CpuDequantize.cpp",
589 "src/cpu/operators/CpuDirectConv2d.cpp",
Sheri Zhang6d9c9822021-09-24 16:02:57 +0100590 "src/cpu/operators/CpuDirectConv3d.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100591 "src/cpu/operators/CpuElementwise.cpp",
592 "src/cpu/operators/CpuElementwiseUnary.cpp",
593 "src/cpu/operators/CpuFill.cpp",
594 "src/cpu/operators/CpuFlatten.cpp",
595 "src/cpu/operators/CpuFloor.cpp",
596 "src/cpu/operators/CpuFullyConnected.cpp",
597 "src/cpu/operators/CpuGemm.cpp",
598 "src/cpu/operators/CpuGemmConv2d.cpp",
599 "src/cpu/operators/CpuGemmDirectConv2d.cpp",
600 "src/cpu/operators/CpuGemmLowpMatrixMultiplyCore.cpp",
601 "src/cpu/operators/CpuGemmLowpOutputStage.cpp",
Mohammed Suhail Munshia1b1e412023-03-23 22:21:31 +0000602 "src/cpu/operators/CpuMatMul.cpp",
Dana Zlotnik149203b2022-01-26 12:38:03 +0200603 "src/cpu/operators/CpuMaxUnpooling.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100604 "src/cpu/operators/CpuMul.cpp",
605 "src/cpu/operators/CpuPermute.cpp",
606 "src/cpu/operators/CpuPool2d.cpp",
Adnan AlSinan171fc3d2022-03-15 18:46:42 +0000607 "src/cpu/operators/CpuPool3d.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100608 "src/cpu/operators/CpuQuantize.cpp",
609 "src/cpu/operators/CpuReshape.cpp",
610 "src/cpu/operators/CpuScale.cpp",
611 "src/cpu/operators/CpuSoftmax.cpp",
612 "src/cpu/operators/CpuSub.cpp",
613 "src/cpu/operators/CpuTranspose.cpp",
614 "src/cpu/operators/CpuWinogradConv2d.cpp",
615 "src/cpu/operators/internal/CpuGemmAssemblyDispatch.cpp",
SiCong Lif44bbc52022-08-29 18:25:51 +0100616 "src/dynamic_fusion/runtime/gpu/cl/ClKernelRuntime.cpp",
617 "src/dynamic_fusion/runtime/gpu/cl/ClWorkloadRuntime.cpp",
Gunes Bayir1dc6ff12022-12-06 20:48:31 +0000618 "src/dynamic_fusion/sketch/attributes/CastAttributes.cpp",
Jakub Sujak32741722022-11-25 16:43:18 +0000619 "src/dynamic_fusion/sketch/attributes/ClampAttributes.cpp",
SiCong Li5a63d1e2023-01-06 16:28:57 +0000620 "src/dynamic_fusion/sketch/attributes/Conv2dAttributes.cpp",
Gunes Bayir7dc02342022-11-21 21:46:50 +0000621 "src/dynamic_fusion/sketch/attributes/DepthwiseConv2dAttributes.cpp",
Adnan AlSinand9c1d442023-10-06 19:07:48 +0100622 "src/dynamic_fusion/sketch/attributes/MatMulAttributes.cpp",
Mohammed Suhail Munshia18d85c2023-01-03 10:16:16 +0000623 "src/dynamic_fusion/sketch/attributes/Pool2dAttributes.cpp",
Ramy Elgammalf800adf2022-12-14 15:39:29 +0000624 "src/dynamic_fusion/sketch/attributes/ReshapeAttributes.cpp",
Jakub Sujak8ae57142022-12-02 16:09:06 +0000625 "src/dynamic_fusion/sketch/attributes/ResizeAttributes.cpp",
Gunes Bayiraecb5d92022-12-18 21:31:29 +0000626 "src/dynamic_fusion/sketch/attributes/SoftmaxAttributes.cpp",
SiCong Lif44bbc52022-08-29 18:25:51 +0100627 "src/dynamic_fusion/sketch/gpu/GpuKernelComponentGraph.cpp",
628 "src/dynamic_fusion/sketch/gpu/GpuKernelComponentGroup.cpp",
629 "src/dynamic_fusion/sketch/gpu/GpuKernelComponentStream.cpp",
630 "src/dynamic_fusion/sketch/gpu/GpuLogicalKernel.cpp",
631 "src/dynamic_fusion/sketch/gpu/GpuOperatorGroup.cpp",
632 "src/dynamic_fusion/sketch/gpu/GpuWorkloadContext.cpp",
633 "src/dynamic_fusion/sketch/gpu/GpuWorkloadSketch.cpp",
Jakub Sujak32741722022-11-25 16:43:18 +0000634 "src/dynamic_fusion/sketch/gpu/components/cl/ClComponentActivation.cpp",
Gunes Bayir1dc6ff12022-12-06 20:48:31 +0000635 "src/dynamic_fusion/sketch/gpu/components/cl/ClComponentCast.cpp",
Gunes Bayir7dc02342022-11-21 21:46:50 +0000636 "src/dynamic_fusion/sketch/gpu/components/cl/ClComponentDepthwiseConv2d.cpp",
SiCong Lif44bbc52022-08-29 18:25:51 +0100637 "src/dynamic_fusion/sketch/gpu/components/cl/ClComponentDirectConv2d.cpp",
Ramy Elgammal404462a2022-11-08 02:14:46 +0000638 "src/dynamic_fusion/sketch/gpu/components/cl/ClComponentElementwiseBinary.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",
Georgios Pinitas8a5146f2021-01-12 15:51:07 +0000660 "src/gpu/cl/ClContext.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100661 "src/gpu/cl/ClKernelLibrary.cpp",
Georgios Pinitasc3c352e2021-03-18 10:59:40 +0000662 "src/gpu/cl/ClQueue.cpp",
Georgios Pinitas3f26ef42021-02-23 10:01:33 +0000663 "src/gpu/cl/ClTensor.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100664 "src/gpu/cl/kernels/ClActivationKernel.cpp",
665 "src/gpu/cl/kernels/ClBatchConcatenateKernel.cpp",
666 "src/gpu/cl/kernels/ClCastKernel.cpp",
667 "src/gpu/cl/kernels/ClCol2ImKernel.cpp",
668 "src/gpu/cl/kernels/ClConvertFullyConnectedWeightsKernel.cpp",
669 "src/gpu/cl/kernels/ClCopyKernel.cpp",
670 "src/gpu/cl/kernels/ClCropKernel.cpp",
671 "src/gpu/cl/kernels/ClDepthConcatenateKernel.cpp",
672 "src/gpu/cl/kernels/ClDequantizeKernel.cpp",
673 "src/gpu/cl/kernels/ClDirectConv2dKernel.cpp",
Giorgio Arena945ae9e2021-10-13 11:13:04 +0100674 "src/gpu/cl/kernels/ClDirectConv3dKernel.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100675 "src/gpu/cl/kernels/ClElementwiseKernel.cpp",
676 "src/gpu/cl/kernels/ClElementwiseUnaryKernel.cpp",
677 "src/gpu/cl/kernels/ClFillKernel.cpp",
678 "src/gpu/cl/kernels/ClFloorKernel.cpp",
679 "src/gpu/cl/kernels/ClGemmLowpMatrixMultiplyNativeKernel.cpp",
680 "src/gpu/cl/kernels/ClGemmLowpMatrixMultiplyReshapedKernel.cpp",
681 "src/gpu/cl/kernels/ClGemmLowpMatrixMultiplyReshapedOnlyRhsKernel.cpp",
Freddie Liardete572dff2022-05-16 14:09:10 +0100682 "src/gpu/cl/kernels/ClGemmLowpMatrixMultiplyReshapedOnlyRhsMMULKernel.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100683 "src/gpu/cl/kernels/ClGemmLowpOffsetContributionKernel.cpp",
684 "src/gpu/cl/kernels/ClGemmLowpOffsetContributionOutputStageKernel.cpp",
685 "src/gpu/cl/kernels/ClGemmLowpQuantizeDownInt32ScaleByFixedPointKernel.cpp",
686 "src/gpu/cl/kernels/ClGemmLowpQuantizeDownInt32ScaleByFloatKernel.cpp",
687 "src/gpu/cl/kernels/ClGemmLowpQuantizeDownInt32ScaleKernel.cpp",
688 "src/gpu/cl/kernels/ClGemmLowpReductionKernel.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100689 "src/gpu/cl/kernels/ClGemmMatrixMultiplyNativeKernel.cpp",
690 "src/gpu/cl/kernels/ClGemmMatrixMultiplyReshapedKernel.cpp",
691 "src/gpu/cl/kernels/ClGemmMatrixMultiplyReshapedOnlyRhsKernel.cpp",
Gunes Bayir4bfc70e2021-12-10 16:17:56 +0000692 "src/gpu/cl/kernels/ClGemmMatrixMultiplyReshapedOnlyRhsMMULKernel.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100693 "src/gpu/cl/kernels/ClGemmReshapeLhsMatrixKernel.cpp",
694 "src/gpu/cl/kernels/ClGemmReshapeRhsMatrixKernel.cpp",
695 "src/gpu/cl/kernels/ClHeightConcatenateKernel.cpp",
696 "src/gpu/cl/kernels/ClIm2ColKernel.cpp",
Gian Marco Iodice5d016812022-11-17 11:03:39 +0000697 "src/gpu/cl/kernels/ClIndirectConv2dAddressPrecalculationKernel.cpp",
Gian Marco Iodice76335eb2022-11-17 11:03:39 +0000698 "src/gpu/cl/kernels/ClIndirectConv2dKernel.cpp",
Gunes Bayir9d0c4de2023-04-13 18:22:58 +0100699 "src/gpu/cl/kernels/ClMatMulLowpNativeKernel.cpp",
Gunes Bayire87fa662023-09-07 12:20:33 +0100700 "src/gpu/cl/kernels/ClMatMulLowpNativeMMULKernel.cpp",
Jakub Sujak1ed6a142023-04-13 21:14:42 +0100701 "src/gpu/cl/kernels/ClMatMulNativeKernel.cpp",
SiCong Lia8d80582023-05-19 14:23:37 +0100702 "src/gpu/cl/kernels/ClMatMulNativeMMULKernel.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100703 "src/gpu/cl/kernels/ClMulKernel.cpp",
704 "src/gpu/cl/kernels/ClPermuteKernel.cpp",
705 "src/gpu/cl/kernels/ClPool2dKernel.cpp",
ramelg0137515692022-02-26 22:06:20 +0000706 "src/gpu/cl/kernels/ClPool3dKernel.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100707 "src/gpu/cl/kernels/ClQuantizeKernel.cpp",
708 "src/gpu/cl/kernels/ClReshapeKernel.cpp",
709 "src/gpu/cl/kernels/ClScaleKernel.cpp",
Mohammed Suhail Munshi8609ca02024-02-29 17:00:07 +0000710 "src/gpu/cl/kernels/ClScatterKernel.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100711 "src/gpu/cl/kernels/ClSoftmaxKernel.cpp",
712 "src/gpu/cl/kernels/ClTransposeKernel.cpp",
Gunes Bayirec0113d2022-11-09 09:26:27 +0000713 "src/gpu/cl/kernels/ClTransposedConvolutionKernel.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100714 "src/gpu/cl/kernels/ClWeightsReshapeKernel.cpp",
715 "src/gpu/cl/kernels/ClWidthConcatenate2TensorsKernel.cpp",
716 "src/gpu/cl/kernels/ClWidthConcatenate4TensorsKernel.cpp",
717 "src/gpu/cl/kernels/ClWidthConcatenateKernel.cpp",
718 "src/gpu/cl/kernels/ClWinogradFilterTransformKernel.cpp",
719 "src/gpu/cl/kernels/ClWinogradInputTransformKernel.cpp",
720 "src/gpu/cl/kernels/ClWinogradOutputTransformKernel.cpp",
721 "src/gpu/cl/kernels/gemm/ClGemmHelpers.cpp",
722 "src/gpu/cl/kernels/gemm/native/ClGemmDefaultConfigNativeBifrost.cpp",
723 "src/gpu/cl/kernels/gemm/native/ClGemmDefaultConfigNativeMidgard.cpp",
724 "src/gpu/cl/kernels/gemm/native/ClGemmDefaultConfigNativeValhall.cpp",
725 "src/gpu/cl/kernels/gemm/reshaped/ClGemmDefaultConfigReshapedBifrost.cpp",
726 "src/gpu/cl/kernels/gemm/reshaped/ClGemmDefaultConfigReshapedValhall.cpp",
727 "src/gpu/cl/kernels/gemm/reshaped_only_rhs/ClGemmDefaultConfigReshapedRhsOnlyBifrost.cpp",
728 "src/gpu/cl/kernels/gemm/reshaped_only_rhs/ClGemmDefaultConfigReshapedRhsOnlyValhall.cpp",
Gunes Bayire87fa662023-09-07 12:20:33 +0100729 "src/gpu/cl/kernels/helpers/MatMulKernelHelpers.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100730 "src/gpu/cl/operators/ClActivation.cpp",
731 "src/gpu/cl/operators/ClAdd.cpp",
732 "src/gpu/cl/operators/ClCast.cpp",
733 "src/gpu/cl/operators/ClConcatenate.cpp",
734 "src/gpu/cl/operators/ClConv2d.cpp",
735 "src/gpu/cl/operators/ClConvertFullyConnectedWeights.cpp",
736 "src/gpu/cl/operators/ClCopy.cpp",
737 "src/gpu/cl/operators/ClCrop.cpp",
738 "src/gpu/cl/operators/ClDequantize.cpp",
739 "src/gpu/cl/operators/ClDirectConv2d.cpp",
Giorgio Arena945ae9e2021-10-13 11:13:04 +0100740 "src/gpu/cl/operators/ClDirectConv3d.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100741 "src/gpu/cl/operators/ClElementwiseOperations.cpp",
742 "src/gpu/cl/operators/ClElementwiseUnary.cpp",
743 "src/gpu/cl/operators/ClFill.cpp",
744 "src/gpu/cl/operators/ClFlatten.cpp",
745 "src/gpu/cl/operators/ClFloor.cpp",
746 "src/gpu/cl/operators/ClFullyConnected.cpp",
747 "src/gpu/cl/operators/ClGemm.cpp",
748 "src/gpu/cl/operators/ClGemmConv2d.cpp",
749 "src/gpu/cl/operators/ClGemmLowpMatrixMultiplyCore.cpp",
750 "src/gpu/cl/operators/ClGemmLowpOutputStage.cpp",
Gian Marco Iodice76335eb2022-11-17 11:03:39 +0000751 "src/gpu/cl/operators/ClIndirectConv2d.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100752 "src/gpu/cl/operators/ClLogicalNot.cpp",
Ramy Elgammalf26ea2f2023-03-24 11:42:03 +0000753 "src/gpu/cl/operators/ClMatMul.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100754 "src/gpu/cl/operators/ClMul.cpp",
755 "src/gpu/cl/operators/ClPRelu.cpp",
756 "src/gpu/cl/operators/ClPermute.cpp",
757 "src/gpu/cl/operators/ClPool2d.cpp",
ramelg0137515692022-02-26 22:06:20 +0000758 "src/gpu/cl/operators/ClPool3d.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100759 "src/gpu/cl/operators/ClQuantize.cpp",
760 "src/gpu/cl/operators/ClReshape.cpp",
761 "src/gpu/cl/operators/ClScale.cpp",
Mohammed Suhail Munshi8609ca02024-02-29 17:00:07 +0000762 "src/gpu/cl/operators/ClScatter.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100763 "src/gpu/cl/operators/ClSoftmax.cpp",
764 "src/gpu/cl/operators/ClSub.cpp",
765 "src/gpu/cl/operators/ClTranspose.cpp",
Gunes Bayirec0113d2022-11-09 09:26:27 +0000766 "src/gpu/cl/operators/ClTransposedConvolution.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100767 "src/gpu/cl/operators/ClWinogradConv2d.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000768 "src/runtime/Allocator.cpp",
769 "src/runtime/BlobLifetimeManager.cpp",
770 "src/runtime/BlobMemoryPool.cpp",
771 "src/runtime/CL/CLBufferAllocator.cpp",
SiCong Li70858d82021-02-05 09:19:51 +0000772 "src/runtime/CL/CLGEMMHeuristicsHandle.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000773 "src/runtime/CL/CLHelpers.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000774 "src/runtime/CL/CLMemory.cpp",
775 "src/runtime/CL/CLMemoryRegion.cpp",
Michalis Spyrou2aad21a2020-07-02 12:43:53 +0100776 "src/runtime/CL/CLOperator.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000777 "src/runtime/CL/CLRuntimeContext.cpp",
778 "src/runtime/CL/CLScheduler.cpp",
779 "src/runtime/CL/CLSubTensor.cpp",
780 "src/runtime/CL/CLTensor.cpp",
781 "src/runtime/CL/CLTensorAllocator.cpp",
782 "src/runtime/CL/CLTuner.cpp",
783 "src/runtime/CL/ICLSimpleFunction.cpp",
Inki Daeea2ce172020-04-09 10:01:44 +0900784 "src/runtime/CL/Utils.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000785 "src/runtime/CL/functions/CLActivationLayer.cpp",
786 "src/runtime/CL/functions/CLArgMinMaxLayer.cpp",
787 "src/runtime/CL/functions/CLBatchNormalizationLayer.cpp",
788 "src/runtime/CL/functions/CLBatchToSpaceLayer.cpp",
789 "src/runtime/CL/functions/CLBitwiseAnd.cpp",
790 "src/runtime/CL/functions/CLBitwiseNot.cpp",
791 "src/runtime/CL/functions/CLBitwiseOr.cpp",
792 "src/runtime/CL/functions/CLBitwiseXor.cpp",
793 "src/runtime/CL/functions/CLBoundingBoxTransform.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000794 "src/runtime/CL/functions/CLCast.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000795 "src/runtime/CL/functions/CLChannelShuffleLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000796 "src/runtime/CL/functions/CLComparison.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000797 "src/runtime/CL/functions/CLConcatenateLayer.cpp",
Giorgio Arena945ae9e2021-10-13 11:13:04 +0100798 "src/runtime/CL/functions/CLConv3D.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000799 "src/runtime/CL/functions/CLConvertFullyConnectedWeights.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000800 "src/runtime/CL/functions/CLConvolutionLayer.cpp",
801 "src/runtime/CL/functions/CLCopy.cpp",
Sheri Zhang7e20e292021-02-02 11:49:34 +0000802 "src/runtime/CL/functions/CLCrop.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000803 "src/runtime/CL/functions/CLCropResize.cpp",
804 "src/runtime/CL/functions/CLDeconvolutionLayer.cpp",
805 "src/runtime/CL/functions/CLDeconvolutionLayerUpsample.cpp",
806 "src/runtime/CL/functions/CLDepthConvertLayer.cpp",
807 "src/runtime/CL/functions/CLDepthToSpaceLayer.cpp",
808 "src/runtime/CL/functions/CLDepthwiseConvolutionLayer.cpp",
809 "src/runtime/CL/functions/CLDequantizationLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000810 "src/runtime/CL/functions/CLDirectConvolutionLayer.cpp",
811 "src/runtime/CL/functions/CLDirectDeconvolutionLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000812 "src/runtime/CL/functions/CLElementwiseOperations.cpp",
Jakub Sujakee301b32021-06-04 09:46:08 +0100813 "src/runtime/CL/functions/CLElementwiseUnaryLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000814 "src/runtime/CL/functions/CLFFT1D.cpp",
815 "src/runtime/CL/functions/CLFFT2D.cpp",
816 "src/runtime/CL/functions/CLFFTConvolutionLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000817 "src/runtime/CL/functions/CLFill.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000818 "src/runtime/CL/functions/CLFlattenLayer.cpp",
819 "src/runtime/CL/functions/CLFloor.cpp",
820 "src/runtime/CL/functions/CLFullyConnectedLayer.cpp",
821 "src/runtime/CL/functions/CLFuseBatchNormalization.cpp",
822 "src/runtime/CL/functions/CLGEMM.cpp",
823 "src/runtime/CL/functions/CLGEMMConvolutionLayer.cpp",
824 "src/runtime/CL/functions/CLGEMMDeconvolutionLayer.cpp",
825 "src/runtime/CL/functions/CLGEMMLowpMatrixMultiplyCore.cpp",
826 "src/runtime/CL/functions/CLGEMMLowpOutputStage.cpp",
827 "src/runtime/CL/functions/CLGather.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000828 "src/runtime/CL/functions/CLGenerateProposalsLayer.cpp",
Gian Marco Iodice76335eb2022-11-17 11:03:39 +0000829 "src/runtime/CL/functions/CLIndirectConvolutionLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000830 "src/runtime/CL/functions/CLInstanceNormalizationLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000831 "src/runtime/CL/functions/CLL2NormalizeLayer.cpp",
832 "src/runtime/CL/functions/CLLSTMLayer.cpp",
833 "src/runtime/CL/functions/CLLSTMLayerQuantized.cpp",
Sang-Hoon Park75eea332020-11-13 13:44:13 +0000834 "src/runtime/CL/functions/CLLogicalAnd.cpp",
835 "src/runtime/CL/functions/CLLogicalNot.cpp",
836 "src/runtime/CL/functions/CLLogicalOr.cpp",
Ramy Elgammalf26ea2f2023-03-24 11:42:03 +0000837 "src/runtime/CL/functions/CLMatMul.cpp",
Gian Marco Iodice4d81d752020-07-14 15:05:31 +0100838 "src/runtime/CL/functions/CLMaxUnpoolingLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000839 "src/runtime/CL/functions/CLMeanStdDevNormalizationLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000840 "src/runtime/CL/functions/CLNormalizationLayer.cpp",
841 "src/runtime/CL/functions/CLNormalizePlanarYUVLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000842 "src/runtime/CL/functions/CLPReluLayer.cpp",
843 "src/runtime/CL/functions/CLPadLayer.cpp",
844 "src/runtime/CL/functions/CLPermute.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000845 "src/runtime/CL/functions/CLPixelWiseMultiplication.cpp",
ramelg0137515692022-02-26 22:06:20 +0000846 "src/runtime/CL/functions/CLPooling3dLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000847 "src/runtime/CL/functions/CLPoolingLayer.cpp",
848 "src/runtime/CL/functions/CLPriorBoxLayer.cpp",
Michele Di Giorgio1c1b3aa2020-04-02 17:35:42 +0100849 "src/runtime/CL/functions/CLQLSTMLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000850 "src/runtime/CL/functions/CLQuantizationLayer.cpp",
851 "src/runtime/CL/functions/CLRNNLayer.cpp",
852 "src/runtime/CL/functions/CLROIAlignLayer.cpp",
853 "src/runtime/CL/functions/CLROIPoolingLayer.cpp",
854 "src/runtime/CL/functions/CLRange.cpp",
855 "src/runtime/CL/functions/CLReduceMean.cpp",
856 "src/runtime/CL/functions/CLReductionOperation.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000857 "src/runtime/CL/functions/CLReorgLayer.cpp",
858 "src/runtime/CL/functions/CLReshapeLayer.cpp",
859 "src/runtime/CL/functions/CLReverse.cpp",
860 "src/runtime/CL/functions/CLScale.cpp",
Mohammed Suhail Munshi8609ca02024-02-29 17:00:07 +0000861 "src/runtime/CL/functions/CLScatter.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000862 "src/runtime/CL/functions/CLSelect.cpp",
863 "src/runtime/CL/functions/CLSlice.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000864 "src/runtime/CL/functions/CLSoftmaxLayer.cpp",
865 "src/runtime/CL/functions/CLSpaceToBatchLayer.cpp",
866 "src/runtime/CL/functions/CLSpaceToDepthLayer.cpp",
867 "src/runtime/CL/functions/CLSplit.cpp",
868 "src/runtime/CL/functions/CLStackLayer.cpp",
869 "src/runtime/CL/functions/CLStridedSlice.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000870 "src/runtime/CL/functions/CLTile.cpp",
871 "src/runtime/CL/functions/CLTranspose.cpp",
872 "src/runtime/CL/functions/CLUnstack.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000873 "src/runtime/CL/functions/CLWinogradConvolutionLayer.cpp",
SiCong Lia085a0c2020-12-02 14:54:34 +0000874 "src/runtime/CL/gemm/CLGEMMDefaultTypeBifrost.cpp",
875 "src/runtime/CL/gemm/CLGEMMDefaultTypeMidgard.cpp",
876 "src/runtime/CL/gemm/CLGEMMDefaultTypeValhall.cpp",
SiCong Libd8b1e22021-02-04 13:07:09 +0000877 "src/runtime/CL/gemm_auto_heuristics/CLGEMMAutoHeuristics.cpp",
SiCong Li7061eb22021-01-08 15:16:02 +0000878 "src/runtime/CL/mlgo/HeuristicTree.cpp",
879 "src/runtime/CL/mlgo/MLGOHeuristics.cpp",
880 "src/runtime/CL/mlgo/MLGOParser.cpp",
881 "src/runtime/CL/mlgo/Utils.cpp",
Manuel Bottinib56c1752020-11-18 17:56:30 +0000882 "src/runtime/CL/tuners/CLTuningParametersList.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000883 "src/runtime/CPP/CPPScheduler.cpp",
884 "src/runtime/CPP/ICPPSimpleFunction.cpp",
885 "src/runtime/CPP/SingleThreadScheduler.cpp",
886 "src/runtime/CPP/functions/CPPBoxWithNonMaximaSuppressionLimit.cpp",
887 "src/runtime/CPP/functions/CPPDetectionOutputLayer.cpp",
888 "src/runtime/CPP/functions/CPPDetectionPostProcessLayer.cpp",
889 "src/runtime/CPP/functions/CPPNonMaximumSuppression.cpp",
890 "src/runtime/CPP/functions/CPPPermute.cpp",
891 "src/runtime/CPP/functions/CPPTopKV.cpp",
892 "src/runtime/CPP/functions/CPPUpsample.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000893 "src/runtime/IScheduler.cpp",
894 "src/runtime/ISimpleLifetimeManager.cpp",
895 "src/runtime/ITensorAllocator.cpp",
896 "src/runtime/IWeightsManager.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000897 "src/runtime/Memory.cpp",
898 "src/runtime/MemoryManagerOnDemand.cpp",
Michalis Spyroubcd23522020-05-21 15:02:36 +0100899 "src/runtime/NEON/INEOperator.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000900 "src/runtime/NEON/INESimpleFunction.cpp",
901 "src/runtime/NEON/INESimpleFunctionNoBorder.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000902 "src/runtime/NEON/functions/NEActivationLayer.cpp",
Gunes Bayirae72a462023-01-29 13:24:24 +0000903 "src/runtime/NEON/functions/NEAddMulAdd.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000904 "src/runtime/NEON/functions/NEArgMinMaxLayer.cpp",
905 "src/runtime/NEON/functions/NEArithmeticAddition.cpp",
906 "src/runtime/NEON/functions/NEArithmeticSubtraction.cpp",
907 "src/runtime/NEON/functions/NEBatchNormalizationLayer.cpp",
908 "src/runtime/NEON/functions/NEBatchToSpaceLayer.cpp",
909 "src/runtime/NEON/functions/NEBitwiseAnd.cpp",
910 "src/runtime/NEON/functions/NEBitwiseNot.cpp",
911 "src/runtime/NEON/functions/NEBitwiseOr.cpp",
912 "src/runtime/NEON/functions/NEBitwiseXor.cpp",
913 "src/runtime/NEON/functions/NEBoundingBoxTransform.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000914 "src/runtime/NEON/functions/NECast.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000915 "src/runtime/NEON/functions/NEChannelShuffleLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000916 "src/runtime/NEON/functions/NEConcatenateLayer.cpp",
Sheri Zhang6d9c9822021-09-24 16:02:57 +0100917 "src/runtime/NEON/functions/NEConv3D.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000918 "src/runtime/NEON/functions/NEConvertFullyConnectedWeights.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000919 "src/runtime/NEON/functions/NEConvolutionLayer.cpp",
920 "src/runtime/NEON/functions/NECopy.cpp",
921 "src/runtime/NEON/functions/NECropResize.cpp",
922 "src/runtime/NEON/functions/NEDeconvolutionLayer.cpp",
923 "src/runtime/NEON/functions/NEDepthConvertLayer.cpp",
924 "src/runtime/NEON/functions/NEDepthToSpaceLayer.cpp",
925 "src/runtime/NEON/functions/NEDepthwiseConvolutionLayer.cpp",
926 "src/runtime/NEON/functions/NEDequantizationLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000927 "src/runtime/NEON/functions/NEDetectionPostProcessLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000928 "src/runtime/NEON/functions/NEDirectConvolutionLayer.cpp",
Sang-Hoon Park63001ac2021-01-18 14:20:27 +0000929 "src/runtime/NEON/functions/NEElementwiseOperations.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000930 "src/runtime/NEON/functions/NEElementwiseUnaryLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000931 "src/runtime/NEON/functions/NEFFT1D.cpp",
932 "src/runtime/NEON/functions/NEFFT2D.cpp",
933 "src/runtime/NEON/functions/NEFFTConvolutionLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000934 "src/runtime/NEON/functions/NEFill.cpp",
935 "src/runtime/NEON/functions/NEFillBorder.cpp",
936 "src/runtime/NEON/functions/NEFlattenLayer.cpp",
937 "src/runtime/NEON/functions/NEFloor.cpp",
938 "src/runtime/NEON/functions/NEFullyConnectedLayer.cpp",
939 "src/runtime/NEON/functions/NEFuseBatchNormalization.cpp",
940 "src/runtime/NEON/functions/NEGEMM.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +0000941 "src/runtime/NEON/functions/NEGEMMConv2d.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000942 "src/runtime/NEON/functions/NEGEMMConvolutionLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000943 "src/runtime/NEON/functions/NEGEMMLowpMatrixMultiplyCore.cpp",
944 "src/runtime/NEON/functions/NEGEMMLowpOutputStage.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000945 "src/runtime/NEON/functions/NEGather.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000946 "src/runtime/NEON/functions/NEGenerateProposalsLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000947 "src/runtime/NEON/functions/NEInstanceNormalizationLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000948 "src/runtime/NEON/functions/NEL2NormalizeLayer.cpp",
949 "src/runtime/NEON/functions/NELSTMLayer.cpp",
950 "src/runtime/NEON/functions/NELSTMLayerQuantized.cpp",
Georgios Pinitas58bce682020-11-13 11:38:58 +0000951 "src/runtime/NEON/functions/NELogical.cpp",
Mohammed Suhail Munshia1b1e412023-03-23 22:21:31 +0000952 "src/runtime/NEON/functions/NEMatMul.cpp",
morgolock37722d92020-04-09 14:17:48 +0100953 "src/runtime/NEON/functions/NEMaxUnpoolingLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000954 "src/runtime/NEON/functions/NEMeanStdDevNormalizationLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000955 "src/runtime/NEON/functions/NENormalizationLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000956 "src/runtime/NEON/functions/NEPReluLayer.cpp",
957 "src/runtime/NEON/functions/NEPadLayer.cpp",
958 "src/runtime/NEON/functions/NEPermute.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000959 "src/runtime/NEON/functions/NEPixelWiseMultiplication.cpp",
Adnan AlSinan171fc3d2022-03-15 18:46:42 +0000960 "src/runtime/NEON/functions/NEPooling3dLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000961 "src/runtime/NEON/functions/NEPoolingLayer.cpp",
962 "src/runtime/NEON/functions/NEPriorBoxLayer.cpp",
Michele Di Giorgio47a89902020-03-09 19:32:33 +0000963 "src/runtime/NEON/functions/NEQLSTMLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000964 "src/runtime/NEON/functions/NEQuantizationLayer.cpp",
965 "src/runtime/NEON/functions/NERNNLayer.cpp",
966 "src/runtime/NEON/functions/NEROIAlignLayer.cpp",
967 "src/runtime/NEON/functions/NEROIPoolingLayer.cpp",
968 "src/runtime/NEON/functions/NERange.cpp",
969 "src/runtime/NEON/functions/NEReduceMean.cpp",
970 "src/runtime/NEON/functions/NEReductionOperation.cpp",
David Svantessonf0ff76d2023-04-28 16:34:52 +0000971 "src/runtime/NEON/functions/NEReorderLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000972 "src/runtime/NEON/functions/NEReorgLayer.cpp",
973 "src/runtime/NEON/functions/NEReshapeLayer.cpp",
974 "src/runtime/NEON/functions/NEReverse.cpp",
975 "src/runtime/NEON/functions/NEScale.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000976 "src/runtime/NEON/functions/NESelect.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000977 "src/runtime/NEON/functions/NESlice.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000978 "src/runtime/NEON/functions/NESoftmaxLayer.cpp",
979 "src/runtime/NEON/functions/NESpaceToBatchLayer.cpp",
980 "src/runtime/NEON/functions/NESpaceToDepthLayer.cpp",
981 "src/runtime/NEON/functions/NESplit.cpp",
982 "src/runtime/NEON/functions/NEStackLayer.cpp",
983 "src/runtime/NEON/functions/NEStridedSlice.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000984 "src/runtime/NEON/functions/NETile.cpp",
985 "src/runtime/NEON/functions/NETranspose.cpp",
986 "src/runtime/NEON/functions/NEUnstack.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000987 "src/runtime/NEON/functions/NEWinogradConvolutionLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000988 "src/runtime/OMP/OMPScheduler.cpp",
989 "src/runtime/OffsetLifetimeManager.cpp",
990 "src/runtime/OffsetMemoryPool.cpp",
Michalis Spyroubcd23522020-05-21 15:02:36 +0100991 "src/runtime/OperatorTensor.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000992 "src/runtime/PoolManager.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000993 "src/runtime/RuntimeContext.cpp",
994 "src/runtime/Scheduler.cpp",
995 "src/runtime/SchedulerFactory.cpp",
morgolock51112642020-08-20 14:51:39 +0100996 "src/runtime/SchedulerUtils.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000997 "src/runtime/SubTensor.cpp",
998 "src/runtime/Tensor.cpp",
999 "src/runtime/TensorAllocator.cpp",
1000 "src/runtime/Utils.cpp",
Ramy Elgammaldf6a3b02022-11-30 16:23:10 +00001001 "src/runtime/heuristics/direct_conv/ClDirectConvDefaultConfigBifrost.cpp",
1002 "src/runtime/heuristics/direct_conv/ClDirectConvDefaultConfigValhall.cpp",
Gian Marco Iodice9d3bd412022-12-30 09:45:00 +00001003 "src/runtime/heuristics/dwc_native/ClDWCNativeDefaultConfigBifrost.cpp",
1004 "src/runtime/heuristics/dwc_native/ClDWCNativeDefaultConfigValhall.cpp",
1005 "src/runtime/heuristics/dwc_native/ClDWCNativeHeuristicsHelpers.cpp",
Gian Marco Iodicea5cb79f2022-12-28 13:53:51 +00001006 "src/runtime/heuristics/indirect_conv/ClIndirectConvDefaultConfigValhall.cpp",
Gian Marco Iodice352c07d2023-05-03 12:21:38 +01001007 "src/runtime/heuristics/matmul_native/ClMatMulNativeDefaultConfigValhall.cpp",
Gunes Bayir85cafff2023-12-18 13:29:31 +00001008 "src/runtime/heuristics/matmul_native/ClMatMulNativeDefaultVariantValhall.cpp",
Gian Marco Iodice352c07d2023-05-03 12:21:38 +01001009 "src/runtime/heuristics/matmul_native/ClMatMulNativeHelpers.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +00001010 "utils/CommonGraphOptions.cpp",
1011 "utils/GraphUtils.cpp",
1012 "utils/Utils.cpp",
1013
1014 ],
1015 arch: {
1016 arm: {
1017 srcs: [
1018 "src/core/NEON/kernels/arm_gemm/kernels/a32_sgemm_8x6/a53.cpp",
1019 "src/core/NEON/kernels/arm_gemm/kernels/a32_sgemm_8x6/a55r1.cpp",
1020 "src/core/NEON/kernels/arm_gemm/kernels/a32_sgemm_8x6/generic.cpp",
1021
1022 ],
1023 },
1024 arm64: {
1025 srcs: [
Michele Di Giorgiod02d5ed2021-01-22 09:47:04 +00001026 "src/core/NEON/kernels/arm_conv/depthwise/interleaves/a64_s8q_3x3_dot.cpp",
1027 "src/core/NEON/kernels/arm_conv/depthwise/interleaves/a64_u8q_3x3_dot.cpp",
1028 "src/core/NEON/kernels/arm_conv/depthwise/interleaves/sve_s8q_3x3_dot.cpp",
1029 "src/core/NEON/kernels/arm_conv/depthwise/interleaves/sve_u8q_3x3_dot.cpp",
1030 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_nhwc_3x3_s1_output2x2_mla_depthfirst/generic_direct.cpp",
1031 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_nhwc_3x3_s1_output2x2_mla_depthfirst/generic_indirect.cpp",
1032 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_nhwc_3x3_s1_output3x3_mla_depthfirst/generic_direct.cpp",
1033 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_nhwc_3x3_s1_output3x3_mla_depthfirst/generic_indirect.cpp",
1034 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_nhwc_3x3_s1_output4x4_mla_depthfirst/generic_direct.cpp",
1035 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_nhwc_3x3_s1_output4x4_mla_depthfirst/generic_indirect.cpp",
1036 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_nhwc_3x3_s2_output2x2_mla_depthfirst/generic_direct.cpp",
1037 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_nhwc_3x3_s2_output2x2_mla_depthfirst/generic_indirect.cpp",
1038 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_nhwc_5x5_s1_output2x2_mla_depthfirst/generic_direct.cpp",
1039 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_nhwc_5x5_s1_output2x2_mla_depthfirst/generic_indirect.cpp",
1040 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_nhwc_generic_output9_mla_depthfirst/generic.cpp",
1041 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_packed_to_nhwc_generic_with_multiplier_output2x8_mla_depthfirst/generic.cpp",
1042 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_nhwc_3x3_s1_output2x2_mla_depthfirst/generic_direct.cpp",
1043 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_nhwc_3x3_s1_output2x2_mla_depthfirst/generic_indirect.cpp",
1044 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_nhwc_3x3_s1_output3x3_mla_depthfirst/generic_direct.cpp",
1045 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_nhwc_3x3_s1_output3x3_mla_depthfirst/generic_indirect.cpp",
1046 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_nhwc_3x3_s1_output4x4_mla_depthfirst/generic_direct.cpp",
1047 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_nhwc_3x3_s1_output4x4_mla_depthfirst/generic_indirect.cpp",
1048 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_nhwc_3x3_s2_output2x2_mla_depthfirst/generic_direct.cpp",
1049 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_nhwc_3x3_s2_output2x2_mla_depthfirst/generic_indirect.cpp",
1050 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_nhwc_5x5_s1_output2x2_mla_depthfirst/generic_direct.cpp",
1051 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_nhwc_5x5_s1_output2x2_mla_depthfirst/generic_indirect.cpp",
1052 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_nhwc_generic_output9_mla_depthfirst/generic.cpp",
1053 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_packed_to_nhwc_3x3_s2_with_multiplier_output3x3_mla_depthfirst/generic.cpp",
1054 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_packed_to_nhwc_5x5_s1_with_multiplier_output2x4_mla_depthfirst/generic.cpp",
1055 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_packed_to_nhwc_generic_with_multiplier_output2x8_mla_depthfirst/generic.cpp",
1056 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_s8q_nhwc_3x3_s1_output2x2_dot_depthfirst/generic.cpp",
1057 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_s8q_nhwc_3x3_s1_output2x2_mla_depthfirst/generic.cpp",
1058 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_s8q_nhwc_3x3_s2_output2x2_mla_depthfirst/generic.cpp",
1059 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_s8q_nhwc_5x5_s1_output2x2_mla_depthfirst/generic.cpp",
1060 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_s8q_nhwc_generic_output9_mla_depthfirst/generic.cpp",
1061 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_s8q_packed_to_nhwc_3x3_s2_with_multiplier_output2x4_dot_depthfirst/generic.cpp",
1062 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_s8q_packed_to_nhwc_5x5_s1_with_multiplier_output4x2_dot_depthfirst/generic.cpp",
1063 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_s8q_packed_to_nhwc_generic_with_multiplier_output2x8_mla_depthfirst/generic.cpp",
1064 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_s8qs_nhwc_3x3_s1_output2x2_dot_depthfirst/generic.cpp",
1065 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8q_nhwc_3x3_s1_output2x2_dot_depthfirst/generic.cpp",
1066 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8q_nhwc_3x3_s1_output2x2_mla_depthfirst/generic.cpp",
1067 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8q_nhwc_3x3_s2_output2x2_mla_depthfirst/generic.cpp",
1068 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8q_nhwc_5x5_s1_output2x2_mla_depthfirst/generic.cpp",
1069 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8q_nhwc_generic_output9_mla_depthfirst/generic.cpp",
1070 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8q_packed_to_nhwc_3x3_s2_with_multiplier_output2x4_dot_depthfirst/generic.cpp",
1071 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8q_packed_to_nhwc_5x5_s1_with_multiplier_output4x2_dot_depthfirst/generic.cpp",
1072 "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 +01001073 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8qa_nhwc_3x3_s1_output2x2_mla_depthfirst/generic.cpp",
1074 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8qa_nhwc_3x3_s2_output2x2_mla_depthfirst/generic.cpp",
1075 "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 +00001076 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8s8u8q_nhwc_3x3_s1_output2x2_mla_depthfirst/generic.cpp",
1077 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8s8u8q_nhwc_3x3_s2_output2x2_mla_depthfirst/generic.cpp",
1078 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8s8u8q_nhwc_5x5_s1_output2x2_mla_depthfirst/generic.cpp",
1079 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8s8u8q_nhwc_generic_output9_mla_depthfirst/generic.cpp",
1080 "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 +01001081 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_fp16_nhwc_3x3_s1_output2x2_mla_depthfirst/generic_direct.cpp",
1082 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_fp16_nhwc_3x3_s1_output2x2_mla_depthfirst/generic_indirect.cpp",
1083 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_fp16_nhwc_3x3_s1_output3x3_mla_depthfirst/generic_direct.cpp",
1084 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_fp16_nhwc_3x3_s1_output3x3_mla_depthfirst/generic_indirect.cpp",
1085 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_fp16_nhwc_3x3_s1_output4x4_mla_depthfirst/generic_direct.cpp",
1086 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_fp16_nhwc_3x3_s1_output4x4_mla_depthfirst/generic_indirect.cpp",
1087 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_fp16_nhwc_3x3_s2_output2x2_mla_depthfirst/generic_direct.cpp",
1088 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_fp16_nhwc_3x3_s2_output2x2_mla_depthfirst/generic_indirect.cpp",
1089 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_fp16_nhwc_5x5_s1_output2x2_mla_depthfirst/generic_direct.cpp",
1090 "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 +01001091 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_fp32_nhwc_3x3_s1_output2x2_mla_depthfirst/generic_direct.cpp",
1092 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_fp32_nhwc_3x3_s1_output2x2_mla_depthfirst/generic_indirect.cpp",
1093 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_fp32_nhwc_3x3_s1_output3x3_mla_depthfirst/generic_direct.cpp",
1094 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_fp32_nhwc_3x3_s1_output3x3_mla_depthfirst/generic_indirect.cpp",
1095 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_fp32_nhwc_3x3_s1_output4x4_mla_depthfirst/generic_direct.cpp",
1096 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_fp32_nhwc_3x3_s1_output4x4_mla_depthfirst/generic_indirect.cpp",
1097 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_fp32_nhwc_3x3_s2_output2x2_mla_depthfirst/generic_direct.cpp",
1098 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_fp32_nhwc_3x3_s2_output2x2_mla_depthfirst/generic_indirect.cpp",
1099 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_fp32_planar_3x3_s1_4rows_mla_za/generic.cpp",
1100 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_fp32_planar_3x3_s2_4rows_mla_za/generic.cpp",
1101 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_fp32_planar_5x5_s1_4rows_mla_za/generic.cpp",
1102 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_fp32_planar_5x5_s2_4rows_mla_za/generic.cpp",
1103 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_fp32bf16fp32_planar_3x3_s1_4rows_dot_za/generic.cpp",
1104 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_fp32bf16fp32_planar_3x3_s2_4rows_dot_za/generic.cpp",
1105 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_fp32bf16fp32_planar_5x5_s1_4rows_dot_za/generic.cpp",
1106 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_fp32bf16fp32_planar_5x5_s2_4rows_dot_za/generic.cpp",
1107 "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 +01001108 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_s8q_planar_3x3_s2_4rows_dot_za/generic.cpp",
1109 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_s8q_planar_5x5_s1_4rows_dot_za/generic.cpp",
1110 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_s8q_planar_5x5_s2_4rows_dot_za/generic.cpp",
1111 "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 +01001112 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_u8q_planar_3x3_s2_4rows_dot_za/generic.cpp",
1113 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_u8q_planar_5x5_s1_4rows_dot_za/generic.cpp",
1114 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_u8q_planar_5x5_s2_4rows_dot_za/generic.cpp",
1115 "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 +01001116 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_u8s8u8q_planar_3x3_s2_4rows_dot_za/generic.cpp",
1117 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_u8s8u8q_planar_5x5_s1_4rows_dot_za/generic.cpp",
1118 "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 +00001119 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp16_nhwc_3x3_s1_output2x2_mla_depthfirst/generic_direct.cpp",
1120 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp16_nhwc_3x3_s1_output2x2_mla_depthfirst/generic_indirect.cpp",
1121 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp16_nhwc_3x3_s1_output3x3_mla_depthfirst/generic_direct.cpp",
1122 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp16_nhwc_3x3_s1_output3x3_mla_depthfirst/generic_indirect.cpp",
1123 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp16_nhwc_3x3_s1_output4x4_mla_depthfirst/generic_direct.cpp",
1124 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp16_nhwc_3x3_s1_output4x4_mla_depthfirst/generic_indirect.cpp",
1125 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp16_nhwc_3x3_s2_output2x2_mla_depthfirst/generic_direct.cpp",
1126 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp16_nhwc_3x3_s2_output2x2_mla_depthfirst/generic_indirect.cpp",
1127 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp16_nhwc_5x5_s1_output2x2_mla_depthfirst/generic_direct.cpp",
1128 "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 +00001129 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_nhwc_3x3_s1_output2x2_mla_depthfirst/generic_direct.cpp",
1130 "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 +00001131 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_nhwc_3x3_s1_output3x3_mla_depthfirst/generic_direct.cpp",
1132 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_nhwc_3x3_s1_output3x3_mla_depthfirst/generic_indirect.cpp",
1133 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_nhwc_3x3_s1_output4x4_mla_depthfirst/generic_direct.cpp",
1134 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_nhwc_3x3_s1_output4x4_mla_depthfirst/generic_indirect.cpp",
1135 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_nhwc_3x3_s2_output2x2_mla_depthfirst/generic_direct.cpp",
1136 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_nhwc_3x3_s2_output2x2_mla_depthfirst/generic_indirect.cpp",
1137 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_nhwc_5x5_s1_output2x2_mla_depthfirst/generic_direct.cpp",
1138 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_nhwc_5x5_s1_output2x2_mla_depthfirst/generic_indirect.cpp",
1139 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_nhwc_generic_output9_mla_depthfirst/generic.cpp",
1140 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_packed_to_nhwc_3x3_s2_with_multiplier_output3x3_mla_depthfirst/generic.cpp",
1141 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_packed_to_nhwc_5x5_s1_with_multiplier_output2x4_mla_depthfirst/generic.cpp",
1142 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_packed_to_nhwc_generic_with_multiplier_output2x8_mla_depthfirst/generic.cpp",
1143 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_s8q_nhwc_3x3_s1_output2x2_dot_depthfirst/generic.cpp",
1144 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_s8q_nhwc_3x3_s1_output2x2_mla_depthfirst/generic.cpp",
1145 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_s8q_nhwc_3x3_s2_output2x2_mla_depthfirst/generic.cpp",
1146 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_s8q_nhwc_5x5_s1_output2x2_mla_depthfirst/generic.cpp",
1147 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_s8q_packed_to_nhwc_3x3_s2_with_multiplier_output2x4_dot_depthfirst/generic.cpp",
1148 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_s8q_packed_to_nhwc_5x5_s1_with_multiplier_output4x2_dot_depthfirst/generic.cpp",
1149 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_s8qs_nhwc_3x3_s1_output2x2_dot_depthfirst/generic.cpp",
1150 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_u8q_nhwc_3x3_s1_output2x2_dot_depthfirst/generic.cpp",
1151 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_u8q_nhwc_3x3_s1_output2x2_mla_depthfirst/generic.cpp",
1152 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_u8q_nhwc_3x3_s2_output2x2_mla_depthfirst/generic.cpp",
1153 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_u8q_nhwc_5x5_s1_output2x2_mla_depthfirst/generic.cpp",
1154 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_u8q_packed_to_nhwc_3x3_s2_with_multiplier_output2x4_dot_depthfirst/generic.cpp",
1155 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_u8q_packed_to_nhwc_5x5_s1_with_multiplier_output4x2_dot_depthfirst/generic.cpp",
1156 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_u8s8u8q_nhwc_3x3_s1_output2x2_mla_depthfirst/generic.cpp",
1157 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_u8s8u8q_nhwc_3x3_s2_output2x2_mla_depthfirst/generic.cpp",
1158 "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 +00001159 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_fp16_nhwc_avg_3x3_s1_output2x2_depthfirst/generic.cpp",
1160 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_fp16_nhwc_avg_generic_depthfirst/generic.cpp",
1161 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_fp16_nhwc_max_2x2_s1_output2x2_depthfirst/generic.cpp",
1162 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_fp16_nhwc_max_generic_depthfirst/generic.cpp",
1163 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_fp32_nhwc_avg_3x3_s1_output2x2_depthfirst/generic.cpp",
1164 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_fp32_nhwc_avg_generic_depthfirst/generic.cpp",
1165 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_fp32_nhwc_max_2x2_s1_output2x2_depthfirst/generic.cpp",
1166 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_fp32_nhwc_max_generic_depthfirst/generic.cpp",
1167 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_s8_nhwc_avg_generic_depthfirst/generic.cpp",
1168 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_s8_nhwc_max_2x2_s1_output2x2_depthfirst/generic.cpp",
1169 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_s8_nhwc_max_generic_depthfirst/generic.cpp",
1170 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_s8q_nhwc_avg_generic_depthfirst/generic.cpp",
1171 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_s8q_nhwc_max_generic_depthfirst/generic.cpp",
1172 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_u8_nhwc_avg_generic_depthfirst/generic.cpp",
1173 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_u8_nhwc_max_2x2_s1_output2x2_depthfirst/generic.cpp",
1174 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_u8_nhwc_max_generic_depthfirst/generic.cpp",
1175 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_u8q_nhwc_avg_generic_depthfirst/generic.cpp",
1176 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_u8q_nhwc_max_generic_depthfirst/generic.cpp",
Viet-Hoa Do03b29712022-06-01 11:47:14 +01001177 "src/core/NEON/kernels/arm_conv/pooling/kernels/sme_fp16_nhwc_avg_3x3_s1_output2x2_depthfirst/generic.cpp",
1178 "src/core/NEON/kernels/arm_conv/pooling/kernels/sme_fp16_nhwc_avg_generic_depthfirst/generic.cpp",
1179 "src/core/NEON/kernels/arm_conv/pooling/kernels/sme_fp16_nhwc_max_2x2_s1_output2x2_depthfirst/generic.cpp",
1180 "src/core/NEON/kernels/arm_conv/pooling/kernels/sme_fp16_nhwc_max_generic_depthfirst/generic.cpp",
1181 "src/core/NEON/kernels/arm_conv/pooling/kernels/sme_fp32_nhwc_avg_3x3_s1_output2x2_depthfirst/generic.cpp",
1182 "src/core/NEON/kernels/arm_conv/pooling/kernels/sme_fp32_nhwc_avg_generic_depthfirst/generic.cpp",
1183 "src/core/NEON/kernels/arm_conv/pooling/kernels/sme_fp32_nhwc_max_2x2_s1_output2x2_depthfirst/generic.cpp",
1184 "src/core/NEON/kernels/arm_conv/pooling/kernels/sme_fp32_nhwc_max_generic_depthfirst/generic.cpp",
1185 "src/core/NEON/kernels/arm_conv/pooling/kernels/sme_s8_nhwc_avg_generic_depthfirst/generic.cpp",
1186 "src/core/NEON/kernels/arm_conv/pooling/kernels/sme_s8_nhwc_max_2x2_s1_output2x2_depthfirst/generic.cpp",
1187 "src/core/NEON/kernels/arm_conv/pooling/kernels/sme_s8_nhwc_max_generic_depthfirst/generic.cpp",
1188 "src/core/NEON/kernels/arm_conv/pooling/kernels/sme_s8q_nhwc_avg_generic_depthfirst/generic.cpp",
1189 "src/core/NEON/kernels/arm_conv/pooling/kernels/sme_s8q_nhwc_max_generic_depthfirst/generic.cpp",
1190 "src/core/NEON/kernels/arm_conv/pooling/kernels/sme_u8_nhwc_avg_generic_depthfirst/generic.cpp",
1191 "src/core/NEON/kernels/arm_conv/pooling/kernels/sme_u8_nhwc_max_2x2_s1_output2x2_depthfirst/generic.cpp",
1192 "src/core/NEON/kernels/arm_conv/pooling/kernels/sme_u8_nhwc_max_generic_depthfirst/generic.cpp",
1193 "src/core/NEON/kernels/arm_conv/pooling/kernels/sme_u8q_nhwc_avg_generic_depthfirst/generic.cpp",
1194 "src/core/NEON/kernels/arm_conv/pooling/kernels/sme_u8q_nhwc_max_generic_depthfirst/generic.cpp",
Michele Di Giorgiod556d7b2020-10-27 10:56:31 +00001195 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_fp16_nhwc_avg_3x3_s1_output2x2_depthfirst/generic.cpp",
1196 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_fp16_nhwc_avg_generic_depthfirst/generic.cpp",
1197 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_fp16_nhwc_max_2x2_s1_output2x2_depthfirst/generic.cpp",
1198 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_fp16_nhwc_max_generic_depthfirst/generic.cpp",
1199 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_fp32_nhwc_avg_3x3_s1_output2x2_depthfirst/generic.cpp",
1200 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_fp32_nhwc_avg_generic_depthfirst/generic.cpp",
1201 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_fp32_nhwc_max_2x2_s1_output2x2_depthfirst/generic.cpp",
1202 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_fp32_nhwc_max_generic_depthfirst/generic.cpp",
1203 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_s8_nhwc_avg_generic_depthfirst/generic.cpp",
1204 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_s8_nhwc_max_2x2_s1_output2x2_depthfirst/generic.cpp",
1205 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_s8_nhwc_max_generic_depthfirst/generic.cpp",
1206 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_s8q_nhwc_avg_generic_depthfirst/generic.cpp",
1207 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_s8q_nhwc_max_generic_depthfirst/generic.cpp",
1208 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_u8_nhwc_avg_generic_depthfirst/generic.cpp",
1209 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_u8_nhwc_max_2x2_s1_output2x2_depthfirst/generic.cpp",
1210 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_u8_nhwc_max_generic_depthfirst/generic.cpp",
1211 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_u8q_nhwc_avg_generic_depthfirst/generic.cpp",
1212 "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 +00001213 "src/core/NEON/kernels/arm_gemm/kernels/a64_ffhybrid_bf16fp32_mmla_6x16/generic.cpp",
1214 "src/core/NEON/kernels/arm_gemm/kernels/a64_ffhybrid_fp16_mla_6x32/generic.cpp",
1215 "src/core/NEON/kernels/arm_gemm/kernels/a64_ffhybrid_fp32_mla_6x16/generic.cpp",
1216 "src/core/NEON/kernels/arm_gemm/kernels/a64_ffhybrid_fp32bf16fp32_mmla_4x24/generic.cpp",
1217 "src/core/NEON/kernels/arm_gemm/kernels/a64_ffinterleaved_bf16fp32_dot_8x12/generic.cpp",
1218 "src/core/NEON/kernels/arm_gemm/kernels/a64_ffinterleaved_bf16fp32_mmla_8x12/generic.cpp",
1219 "src/core/NEON/kernels/arm_gemm/kernels/a64_ffinterleaved_fp16_mla_8x24/generic.cpp",
1220 "src/core/NEON/kernels/arm_gemm/kernels/a64_ffinterleaved_fp32_mla_8x12/generic.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001221 "src/core/NEON/kernels/arm_gemm/kernels/a64_gemm_s16_8x12/generic.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +00001222 "src/core/NEON/kernels/arm_gemm/kernels/a64_gemm_s8_4x4/generic.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001223 "src/core/NEON/kernels/arm_gemm/kernels/a64_gemm_s8_8x12/a55r1.cpp",
1224 "src/core/NEON/kernels/arm_gemm/kernels/a64_gemm_s8_8x12/generic.cpp",
1225 "src/core/NEON/kernels/arm_gemm/kernels/a64_gemm_s8_8x12/x1.cpp",
1226 "src/core/NEON/kernels/arm_gemm/kernels/a64_gemm_u16_8x12/generic.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +00001227 "src/core/NEON/kernels/arm_gemm/kernels/a64_gemm_u8_4x4/generic.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001228 "src/core/NEON/kernels/arm_gemm/kernels/a64_gemm_u8_8x12/a55r1.cpp",
1229 "src/core/NEON/kernels/arm_gemm/kernels/a64_gemm_u8_8x12/generic.cpp",
1230 "src/core/NEON/kernels/arm_gemm/kernels/a64_gemm_u8_8x12/x1.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001231 "src/core/NEON/kernels/arm_gemm/kernels/a64_hgemm_8x24/a55r1.cpp",
1232 "src/core/NEON/kernels/arm_gemm/kernels/a64_hgemm_8x24/generic.cpp",
1233 "src/core/NEON/kernels/arm_gemm/kernels/a64_hgemm_8x24/x1.cpp",
1234 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_bf16fp32_dot_6x16/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001235 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_bf16fp32_mmla_6x16/generic.cpp",
Georgios Pinitase28cf392021-01-31 05:18:43 +00001236 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_fp16_mla_6x32/a55.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001237 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_fp16_mla_6x32/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001238 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_fp32_mla_4x24/a55.cpp",
1239 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_fp32_mla_4x24/generic.cpp",
Georgios Pinitase28cf392021-01-31 05:18:43 +00001240 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_fp32_mla_6x16/a55.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001241 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_fp32_mla_6x16/generic.cpp",
Georgios Pinitase28cf392021-01-31 05:18:43 +00001242 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_fp32_mla_8x4/a55.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001243 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_fp32_mla_8x4/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001244 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_fp32bf16fp32_mmla_4x24/generic.cpp",
1245 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_fp32bf16fp32_mmla_6x16/generic.cpp",
Georgios Pinitase28cf392021-01-31 05:18:43 +00001246 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_s8qa_dot_4x16/a55.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001247 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_s8qa_dot_4x16/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001248 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_s8qa_mmla_4x16/generic.cpp",
Georgios Pinitase28cf392021-01-31 05:18:43 +00001249 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_s8qs_dot_6x16/a55.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001250 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_s8qs_dot_6x16/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001251 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_s8qs_mmla_6x16/generic.cpp",
Georgios Pinitase28cf392021-01-31 05:18:43 +00001252 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_s8s32_dot_6x16/a55.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001253 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_s8s32_dot_6x16/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001254 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_s8s32_mmla_6x16/generic.cpp",
Georgios Pinitase28cf392021-01-31 05:18:43 +00001255 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_u8qa_dot_4x16/a55.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001256 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_u8qa_dot_4x16/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001257 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_u8qa_mmla_4x16/generic.cpp",
Georgios Pinitase28cf392021-01-31 05:18:43 +00001258 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_u8u32_dot_6x16/a55.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001259 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_u8u32_dot_6x16/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001260 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_u8u32_mmla_6x16/generic.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001261 "src/core/NEON/kernels/arm_gemm/kernels/a64_interleaved_bf16fp32_dot_8x12/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001262 "src/core/NEON/kernels/arm_gemm/kernels/a64_interleaved_bf16fp32_dot_8x12/x1.cpp",
ramelg01b6e49eb2021-12-08 02:00:16 +00001263 "src/core/NEON/kernels/arm_gemm/kernels/a64_interleaved_bf16fp32_mmla_8x12/a510.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001264 "src/core/NEON/kernels/arm_gemm/kernels/a64_interleaved_bf16fp32_mmla_8x12/generic.cpp",
ramelg01b6e49eb2021-12-08 02:00:16 +00001265 "src/core/NEON/kernels/arm_gemm/kernels/a64_interleaved_s8s32_mmla_8x12/a510.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001266 "src/core/NEON/kernels/arm_gemm/kernels/a64_interleaved_s8s32_mmla_8x12/generic.cpp",
ramelg01b6e49eb2021-12-08 02:00:16 +00001267 "src/core/NEON/kernels/arm_gemm/kernels/a64_interleaved_u8u32_mmla_8x12/a510.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001268 "src/core/NEON/kernels/arm_gemm/kernels/a64_interleaved_u8u32_mmla_8x12/generic.cpp",
1269 "src/core/NEON/kernels/arm_gemm/kernels/a64_sgemm_8x12/a53.cpp",
1270 "src/core/NEON/kernels/arm_gemm/kernels/a64_sgemm_8x12/a55.cpp",
1271 "src/core/NEON/kernels/arm_gemm/kernels/a64_sgemm_8x12/a55r1.cpp",
1272 "src/core/NEON/kernels/arm_gemm/kernels/a64_sgemm_8x12/generic.cpp",
1273 "src/core/NEON/kernels/arm_gemm/kernels/a64_sgemm_8x12/x1.cpp",
Michalis Spyrou778b95c2021-04-20 12:15:52 +01001274 "src/core/NEON/kernels/arm_gemm/kernels/a64_sgemm_8x6/generic.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +00001275 "src/core/NEON/kernels/arm_gemm/kernels/a64_sgemv_pretransposed/generic.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001276 "src/core/NEON/kernels/arm_gemm/kernels/a64_smallK_hybrid_fp32_mla_6x4/generic.cpp",
1277 "src/core/NEON/kernels/arm_gemm/kernels/a64_smallK_hybrid_fp32_mla_8x4/generic.cpp",
1278 "src/core/NEON/kernels/arm_gemm/kernels/a64_smallK_hybrid_s8s32_dot_6x4/a55.cpp",
1279 "src/core/NEON/kernels/arm_gemm/kernels/a64_smallK_hybrid_s8s32_dot_6x4/generic.cpp",
1280 "src/core/NEON/kernels/arm_gemm/kernels/a64_smallK_hybrid_s8s32_dot_8x4/a55.cpp",
1281 "src/core/NEON/kernels/arm_gemm/kernels/a64_smallK_hybrid_s8s32_dot_8x4/generic.cpp",
1282 "src/core/NEON/kernels/arm_gemm/kernels/a64_smallK_hybrid_u8u32_dot_6x4/a55.cpp",
1283 "src/core/NEON/kernels/arm_gemm/kernels/a64_smallK_hybrid_u8u32_dot_6x4/generic.cpp",
1284 "src/core/NEON/kernels/arm_gemm/kernels/a64_smallK_hybrid_u8u32_dot_8x4/a55.cpp",
1285 "src/core/NEON/kernels/arm_gemm/kernels/a64_smallK_hybrid_u8u32_dot_8x4/generic.cpp",
Viet-Hoa Do03b29712022-06-01 11:47:14 +01001286 "src/core/NEON/kernels/arm_gemm/kernels/sme2_gemv_bf16fp32_dot_16VL/generic.cpp",
David Mansell0fa92b82023-10-17 13:33:24 +01001287 "src/core/NEON/kernels/arm_gemm/kernels/sme2_gemv_fp16fp32fp16_dot_16VL/generic.cpp",
Viet-Hoa Do03b29712022-06-01 11:47:14 +01001288 "src/core/NEON/kernels/arm_gemm/kernels/sme2_gemv_fp32_mla_16VL/generic.cpp",
1289 "src/core/NEON/kernels/arm_gemm/kernels/sme2_gemv_fp32bf16fp32_dot_16VL/generic.cpp",
1290 "src/core/NEON/kernels/arm_gemm/kernels/sme2_gemv_s8qa_dot_16VL/generic.cpp",
1291 "src/core/NEON/kernels/arm_gemm/kernels/sme2_gemv_u8qa_dot_16VL/generic.cpp",
1292 "src/core/NEON/kernels/arm_gemm/kernels/sme2_interleaved_nomerge_bf16fp32_mopa_1VLx4VL/generic.cpp",
1293 "src/core/NEON/kernels/arm_gemm/kernels/sme2_interleaved_nomerge_bf16fp32_mopa_2VLx2VL/generic.cpp",
1294 "src/core/NEON/kernels/arm_gemm/kernels/sme2_interleaved_nomerge_bf16fp32_mopa_4VLx1VL/generic.cpp",
David Mansellaaa9da12023-03-10 13:48:50 +00001295 "src/core/NEON/kernels/arm_gemm/kernels/sme2_interleaved_nomerge_fp16fp32fp16_mopa_1VLx4VL/generic.cpp",
1296 "src/core/NEON/kernels/arm_gemm/kernels/sme2_interleaved_nomerge_fp16fp32fp16_mopa_2VLx2VL/generic.cpp",
1297 "src/core/NEON/kernels/arm_gemm/kernels/sme2_interleaved_nomerge_fp16fp32fp16_mopa_4VLx1VL/generic.cpp",
Viet-Hoa Do03b29712022-06-01 11:47:14 +01001298 "src/core/NEON/kernels/arm_gemm/kernels/sme2_interleaved_nomerge_fp32_mopa_1VLx4VL/generic.cpp",
1299 "src/core/NEON/kernels/arm_gemm/kernels/sme2_interleaved_nomerge_fp32_mopa_2VLx2VL/generic.cpp",
1300 "src/core/NEON/kernels/arm_gemm/kernels/sme2_interleaved_nomerge_fp32_mopa_4VLx1VL/generic.cpp",
1301 "src/core/NEON/kernels/arm_gemm/kernels/sme2_interleaved_nomerge_s8q_mopa_1VLx4VL/generic.cpp",
1302 "src/core/NEON/kernels/arm_gemm/kernels/sme2_interleaved_nomerge_s8q_mopa_2VLx2VL/generic.cpp",
1303 "src/core/NEON/kernels/arm_gemm/kernels/sme2_interleaved_nomerge_s8q_mopa_4VLx1VL/generic.cpp",
1304 "src/core/NEON/kernels/arm_gemm/kernels/sme2_interleaved_nomerge_s8s32_mopa_1VLx4VL/generic.cpp",
1305 "src/core/NEON/kernels/arm_gemm/kernels/sme2_interleaved_nomerge_s8s32_mopa_2VLx2VL/generic.cpp",
1306 "src/core/NEON/kernels/arm_gemm/kernels/sme2_interleaved_nomerge_s8s32_mopa_4VLx1VL/generic.cpp",
1307 "src/core/NEON/kernels/arm_gemm/kernels/sme2_interleaved_nomerge_u8q_mopa_1VLx4VL/generic.cpp",
1308 "src/core/NEON/kernels/arm_gemm/kernels/sme2_interleaved_nomerge_u8q_mopa_2VLx2VL/generic.cpp",
1309 "src/core/NEON/kernels/arm_gemm/kernels/sme2_interleaved_nomerge_u8q_mopa_4VLx1VL/generic.cpp",
Francesco.Petrogalli@arm.com5fcf22d2022-04-05 10:31:08 +00001310 "src/core/NEON/kernels/arm_gemm/kernels/sve_ffhybrid_bf16fp32_mmla_6x4VL/generic.cpp",
1311 "src/core/NEON/kernels/arm_gemm/kernels/sve_ffhybrid_fp16_mla_6x4VL/a64fx.cpp",
1312 "src/core/NEON/kernels/arm_gemm/kernels/sve_ffhybrid_fp16_mla_6x4VL/generic.cpp",
1313 "src/core/NEON/kernels/arm_gemm/kernels/sve_ffhybrid_fp32_mla_6x4VL/a64fx.cpp",
1314 "src/core/NEON/kernels/arm_gemm/kernels/sve_ffhybrid_fp32_mla_6x4VL/generic.cpp",
1315 "src/core/NEON/kernels/arm_gemm/kernels/sve_ffhybrid_fp32bf16fp32_mmla_4x6VL/generic.cpp",
1316 "src/core/NEON/kernels/arm_gemm/kernels/sve_ffinterleaved_bf16fp32_mmla_8x3VL/generic.cpp",
1317 "src/core/NEON/kernels/arm_gemm/kernels/sve_ffinterleaved_fp16_mla_8x3VL/a64fx.cpp",
1318 "src/core/NEON/kernels/arm_gemm/kernels/sve_ffinterleaved_fp16_mla_8x3VL/generic.cpp",
1319 "src/core/NEON/kernels/arm_gemm/kernels/sve_ffinterleaved_fp32_mla_8x3VL/a64fx.cpp",
1320 "src/core/NEON/kernels/arm_gemm/kernels/sve_ffinterleaved_fp32_mla_8x3VL/generic.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001321 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_bf16fp32_dot_6x4VL/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001322 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_bf16fp32_mmla_6x4VL/generic.cpp",
1323 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_fp16_mla_6x4VL/a64fx.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001324 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_fp16_mla_6x4VL/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001325 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_fp32_mla_6x4VL/a64fx.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001326 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_fp32_mla_6x4VL/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001327 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_fp32_mla_8x1VL/a64fx.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001328 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_fp32_mla_8x1VL/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001329 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_fp32bf16fp32_mmla_4x6VL/generic.cpp",
1330 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_fp32bf16fp32_mmla_6x4VL/generic.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001331 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_s8qa_dot_4x4VL/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001332 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_s8qa_mmla_4x4VL/generic.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001333 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_s8qs_dot_6x4VL/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001334 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_s8qs_mmla_6x4VL/generic.cpp",
1335 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_s8s32_dot_6x4VL/a64fx.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001336 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_s8s32_dot_6x4VL/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001337 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_s8s32_mmla_6x4VL/generic.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001338 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_u8qa_dot_4x4VL/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001339 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_u8qa_mmla_4x4VL/generic.cpp",
1340 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_u8u32_dot_6x4VL/a64fx.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001341 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_u8u32_dot_6x4VL/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001342 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_u8u32_mmla_6x4VL/generic.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001343 "src/core/NEON/kernels/arm_gemm/kernels/sve_interleaved_bf16fp32_dot_8x3VL/generic.cpp",
1344 "src/core/NEON/kernels/arm_gemm/kernels/sve_interleaved_bf16fp32_mmla_8x3VL/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001345 "src/core/NEON/kernels/arm_gemm/kernels/sve_interleaved_fp16_mla_8x3VL/a64fx.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001346 "src/core/NEON/kernels/arm_gemm/kernels/sve_interleaved_fp16_mla_8x3VL/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001347 "src/core/NEON/kernels/arm_gemm/kernels/sve_interleaved_fp32_mla_8x3VL/a64fx.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001348 "src/core/NEON/kernels/arm_gemm/kernels/sve_interleaved_fp32_mla_8x3VL/generic.cpp",
1349 "src/core/NEON/kernels/arm_gemm/kernels/sve_interleaved_fp32_mmla_8x3VL/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001350 "src/core/NEON/kernels/arm_gemm/kernels/sve_interleaved_s8s32_dot_8x3VL/a64fx.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001351 "src/core/NEON/kernels/arm_gemm/kernels/sve_interleaved_s8s32_dot_8x3VL/generic.cpp",
1352 "src/core/NEON/kernels/arm_gemm/kernels/sve_interleaved_s8s32_mmla_8x3VL/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001353 "src/core/NEON/kernels/arm_gemm/kernels/sve_interleaved_u8u32_dot_8x3VL/a64fx.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001354 "src/core/NEON/kernels/arm_gemm/kernels/sve_interleaved_u8u32_dot_8x3VL/generic.cpp",
1355 "src/core/NEON/kernels/arm_gemm/kernels/sve_interleaved_u8u32_mmla_8x3VL/generic.cpp",
ramelg01a1f78512022-06-29 16:28:10 +01001356 "src/core/NEON/kernels/convolution/winograd/input_transforms/a64_fp16_6x6.cpp",
1357 "src/core/NEON/kernels/convolution/winograd/input_transforms/a64_fp32_6x6.cpp",
Viet-Hoa Do03b29712022-06-01 11:47:14 +01001358 "src/core/NEON/kernels/convolution/winograd/input_transforms/sme_fp32_mla_6x6.cpp",
ramelg01a1f78512022-06-29 16:28:10 +01001359 "src/core/NEON/kernels/convolution/winograd/input_transforms/sve_fp32_6x6.cpp",
1360 "src/core/NEON/kernels/convolution/winograd/output_transforms/a64_fp16_4x4_3x3.cpp",
Viet-Hoa Do03b29712022-06-01 11:47:14 +01001361 "src/core/NEON/kernels/convolution/winograd/output_transforms/sme_fp32_mopa_4x4_3x3.cpp",
ramelg01a1f78512022-06-29 16:28:10 +01001362 "src/core/NEON/kernels/convolution/winograd/weight_transforms/a64_fp16_4x4_3x3.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +00001363
1364 ],
1365 },
1366 },
Georgios Pinitas41984a02019-12-11 12:05:17 +00001367 rtti: true,
1368}