blob: 1f1e591bd150987e35707a5165e188bc038beca7 [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",
Mohammed Suhail Munshi73771072024-03-25 15:55:42 +000068 "src/core/CL/cl_kernels/common/scatter.cl",
Jakub Sujak93f7c3f2021-09-28 16:08:24 +010069 "src/core/CL/cl_kernels/common/select.cl",
70 "src/core/CL/cl_kernels/common/slice_ops.cl",
71 "src/core/CL/cl_kernels/common/softmax_layer.cl",
Jakub Sujak93f7c3f2021-09-28 16:08:24 +010072 "src/core/CL/cl_kernels/common/stack_layer.cl",
73 "src/core/CL/cl_kernels/common/tile.cl",
74 "src/core/CL/cl_kernels/common/transpose.cl",
75 "src/core/CL/cl_kernels/common/unpooling_layer.cl",
76 "src/core/CL/cl_kernels/gemm_helpers.h",
77 "src/core/CL/cl_kernels/helpers.h",
78 "src/core/CL/cl_kernels/helpers_asymm.h",
79 "src/core/CL/cl_kernels/load_store_utility.h",
80 "src/core/CL/cl_kernels/nchw/batch_to_space.cl",
81 "src/core/CL/cl_kernels/nchw/batchnormalization_layer.cl",
82 "src/core/CL/cl_kernels/nchw/channel_shuffle.cl",
83 "src/core/CL/cl_kernels/nchw/depth_to_space.cl",
84 "src/core/CL/cl_kernels/nchw/dequantization_layer.cl",
Adnan AlSinan30124352021-12-02 19:12:20 +000085 "src/core/CL/cl_kernels/nchw/direct_convolution.cl",
Jakub Sujak93f7c3f2021-09-28 16:08:24 +010086 "src/core/CL/cl_kernels/nchw/im2col.cl",
87 "src/core/CL/cl_kernels/nchw/normalization_layer.cl",
88 "src/core/CL/cl_kernels/nchw/normalize_planar_yuv_layer.cl",
89 "src/core/CL/cl_kernels/nchw/normalize_planar_yuv_layer_quantized.cl",
90 "src/core/CL/cl_kernels/nchw/pooling_layer.cl",
91 "src/core/CL/cl_kernels/nchw/prior_box_layer.cl",
Jakub Sujak93f7c3f2021-09-28 16:08:24 +010092 "src/core/CL/cl_kernels/nchw/reorg_layer.cl",
93 "src/core/CL/cl_kernels/nchw/scale.cl",
94 "src/core/CL/cl_kernels/nchw/space_to_batch.cl",
95 "src/core/CL/cl_kernels/nchw/space_to_depth.cl",
96 "src/core/CL/cl_kernels/nchw/upsample_layer.cl",
97 "src/core/CL/cl_kernels/nchw/winograd_filter_transform.cl",
98 "src/core/CL/cl_kernels/nchw/winograd_input_transform.cl",
99 "src/core/CL/cl_kernels/nchw/winograd_output_transform.cl",
100 "src/core/CL/cl_kernels/nhwc/batch_to_space.cl",
101 "src/core/CL/cl_kernels/nhwc/batchnormalization_layer.cl",
102 "src/core/CL/cl_kernels/nhwc/channel_shuffle.cl",
103 "src/core/CL/cl_kernels/nhwc/depth_to_space.cl",
104 "src/core/CL/cl_kernels/nhwc/dequantization_layer.cl",
105 "src/core/CL/cl_kernels/nhwc/direct_convolution.cl",
Giorgio Arena945ae9e2021-10-13 11:13:04 +0100106 "src/core/CL/cl_kernels/nhwc/direct_convolution3d.cl",
Jakub Sujak93f7c3f2021-09-28 16:08:24 +0100107 "src/core/CL/cl_kernels/nhwc/dwc_native_fp_nhwc.cl",
108 "src/core/CL/cl_kernels/nhwc/dwc_native_quantized_nhwc.cl",
109 "src/core/CL/cl_kernels/nhwc/im2col.cl",
Gian Marco Iodice5d016812022-11-17 11:03:39 +0000110 "src/core/CL/cl_kernels/nhwc/indirect_convolution.cl",
Jakub Sujak93f7c3f2021-09-28 16:08:24 +0100111 "src/core/CL/cl_kernels/nhwc/normalization_layer.cl",
112 "src/core/CL/cl_kernels/nhwc/normalize_planar_yuv_layer.cl",
113 "src/core/CL/cl_kernels/nhwc/normalize_planar_yuv_layer_quantized.cl",
ramelg0137515692022-02-26 22:06:20 +0000114 "src/core/CL/cl_kernels/nhwc/pooling_3d_layer.cl",
Mohammed Suhail Munshi5e549fa2022-03-16 11:14:06 +0000115 "src/core/CL/cl_kernels/nhwc/pooling_3d_layer_quantized.cl",
Jakub Sujak93f7c3f2021-09-28 16:08:24 +0100116 "src/core/CL/cl_kernels/nhwc/pooling_layer.cl",
117 "src/core/CL/cl_kernels/nhwc/pooling_layer_quantized.cl",
Jakub Sujak93f7c3f2021-09-28 16:08:24 +0100118 "src/core/CL/cl_kernels/nhwc/reorg_layer.cl",
119 "src/core/CL/cl_kernels/nhwc/scale.cl",
120 "src/core/CL/cl_kernels/nhwc/space_to_batch.cl",
121 "src/core/CL/cl_kernels/nhwc/space_to_depth.cl",
Gunes Bayirec0113d2022-11-09 09:26:27 +0000122 "src/core/CL/cl_kernels/nhwc/transposed_convolution.cl",
Jakub Sujak93f7c3f2021-09-28 16:08:24 +0100123 "src/core/CL/cl_kernels/nhwc/upsample_layer.cl",
124 "src/core/CL/cl_kernels/nhwc/winograd_filter_transform.cl",
125 "src/core/CL/cl_kernels/nhwc/winograd_input_transform.cl",
126 "src/core/CL/cl_kernels/nhwc/winograd_output_transform.cl",
127 "src/core/CL/cl_kernels/repeat.h",
128 "src/core/CL/cl_kernels/tile_helpers.h",
129 "src/core/CL/cl_kernels/types.h",
130 "src/core/CL/cl_kernels/warp_helpers.h",
131
132]
133
Georgios Pinitas41984a02019-12-11 12:05:17 +0000134bootstrap_go_package {
135 name: "arm_compute_library_nn_driver",
136 pkgPath: "arm_compute_library_nn_driver",
137 deps: [
138 "blueprint",
139 "blueprint-pathtools",
140 "blueprint-proptools",
141 "soong",
142 "soong-android",
143 "soong-cc",
144 ],
145 srcs: [
146 "scripts/arm_compute_library_nn_driver.go",
147 ],
148 pluginFor: [ "soong_build" ],
149}
150
151arm_compute_library_defaults {
152 name: "acl-default-cppflags",
153 cppflags: [
154 "-std=c++14",
155 "-fexceptions",
156 "-DBOOST_NO_AUTO_PTR",
157 "-DEMBEDDED_KERNELS",
158 "-DARM_COMPUTE_ASSERTS_ENABLED",
159 "-DARM_COMPUTE_CPP_SCHEDULER",
Georgios Pinitas84f8aa7e2021-06-08 18:54:48 +0100160 "-DENABLE_NEON",
Michalis Spyrou31c7c262021-06-23 13:31:59 +0100161 "-DARM_COMPUTE_ENABLE_NEON",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000162 "-Wno-unused-parameter",
163 "-DNO_DOT_IN_TOOLCHAIN",
Jakub Sujakda9cb702023-06-20 15:04:59 +0100164 "-Wno-implicit-fallthrough",
Jakub Sujake812c0c2024-01-22 10:32:38 +0000165 "-fPIC"
Georgios Pinitas41984a02019-12-11 12:05:17 +0000166 ],
167 rtti: true,
168}
169
170cc_library_static {
171 name: "arm_compute_library",
172 defaults: ["acl-default-cppflags"],
173 proprietary: true,
174 local_include_dirs: ["build/android-arm64v8a/src/core",
175 "build/android-arm64v8a/src/core/CL",
Gunes Bayir0ee13af2024-02-07 15:34:45 +0000176 "compute_kernel_writer/include",
Georgios Pinitasde5930f2020-10-21 10:45:44 +0100177 "src/core/common",
178 "src/core/helpers",
Viet-Hoa Do99b6fd22023-04-27 17:06:10 +0100179 "src/core/NEON/kernels/arm_gemm",
Michele Di Giorgiof3ad9512020-07-01 10:37:11 +0100180 "src/core/NEON/kernels/assembly",
Georgios Pinitasde5930f2020-10-21 10:45:44 +0100181 "src/core/NEON/kernels/convolution/common",
Sang-Hoon Park37f4b2e2021-05-18 10:50:26 +0100182 "src/core/NEON/kernels/convolution/winograd",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100183 "src/cpu/kernels/assembly"],
Georgios Pinitas41984a02019-12-11 12:05:17 +0000184 export_include_dirs: [".", "./include"],
185 srcs: [
Georgios Pinitas8a5146f2021-01-12 15:51:07 +0000186 "src/c/AclContext.cpp",
Georgios Pinitas06ac6e42021-07-05 08:08:52 +0100187 "src/c/AclOperator.cpp",
Georgios Pinitasc3c352e2021-03-18 10:59:40 +0000188 "src/c/AclQueue.cpp",
Georgios Pinitas3f26ef42021-02-23 10:01:33 +0000189 "src/c/AclTensor.cpp",
190 "src/c/AclTensorPack.cpp",
Georgios Pinitas8a5146f2021-01-12 15:51:07 +0000191 "src/c/AclVersion.cpp",
192 "src/c/cl/AclOpenClExt.cpp",
Georgios Pinitas41648142021-08-03 08:24:00 +0100193 "src/c/operators/AclActivation.cpp",
Georgios Pinitas8a5146f2021-01-12 15:51:07 +0000194 "src/common/AllocatorWrapper.cpp",
Georgios Pinitas41648142021-08-03 08:24:00 +0100195 "src/common/IOperator.cpp",
Sang-Hoon Parkc6fcfb42021-03-31 15:18:16 +0100196 "src/common/ITensorV2.cpp",
Georgios Pinitas3f26ef42021-02-23 10:01:33 +0000197 "src/common/TensorPack.cpp",
Georgios Pinitas08302c12021-06-09 10:08:27 +0100198 "src/common/cpuinfo/CpuInfo.cpp",
199 "src/common/cpuinfo/CpuIsaInfo.cpp",
200 "src/common/cpuinfo/CpuModel.cpp",
Georgios Pinitas3f26ef42021-02-23 10:01:33 +0000201 "src/common/utils/LegacySupport.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000202 "src/core/AccessWindowAutoPadding.cpp",
203 "src/core/AccessWindowStatic.cpp",
204 "src/core/AccessWindowTranspose.cpp",
Viet-Hoa Do500e10b2023-09-12 17:49:38 +0100205 "src/core/CL/CLCommandBuffer.cpp",
206 "src/core/CL/CLCompatCommandBuffer.cpp",
Michalis Spyrou11d49182020-03-26 10:31:32 +0000207 "src/core/CL/CLCompileContext.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000208 "src/core/CL/CLHelpers.cpp",
209 "src/core/CL/CLKernelLibrary.cpp",
Viet-Hoa Do500e10b2023-09-12 17:49:38 +0100210 "src/core/CL/CLMutableCommandBuffer.cpp",
Gian Marco Iodice781cba72020-06-19 16:56:57 +0100211 "src/core/CL/CLUtils.cpp",
Giorgio Arenaba2dd822021-07-28 16:10:03 +0100212 "src/core/CL/DefaultLWSHeuristics.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000213 "src/core/CL/ICLKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000214 "src/core/CL/ICLSimple2DKernel.cpp",
215 "src/core/CL/ICLSimple3DKernel.cpp",
216 "src/core/CL/ICLSimpleKernel.cpp",
217 "src/core/CL/ICLTensor.cpp",
218 "src/core/CL/OpenCL.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000219 "src/core/CL/kernels/CLArgMinMaxLayerKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000220 "src/core/CL/kernels/CLBatchNormalizationLayerKernel.cpp",
221 "src/core/CL/kernels/CLBatchToSpaceLayerKernel.cpp",
Manuel Bottini63bb7ca2020-12-02 13:22:14 +0000222 "src/core/CL/kernels/CLBitwiseKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000223 "src/core/CL/kernels/CLBoundingBoxTransformKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000224 "src/core/CL/kernels/CLChannelShuffleLayerKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000225 "src/core/CL/kernels/CLComparisonKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000226 "src/core/CL/kernels/CLDeconvolutionLayerUpsampleKernel.cpp",
227 "src/core/CL/kernels/CLDeconvolutionReshapeOutputKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000228 "src/core/CL/kernels/CLDepthToSpaceLayerKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000229 "src/core/CL/kernels/CLDepthwiseConvolutionLayerNativeKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000230 "src/core/CL/kernels/CLFFTDigitReverseKernel.cpp",
231 "src/core/CL/kernels/CLFFTRadixStageKernel.cpp",
232 "src/core/CL/kernels/CLFFTScaleKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000233 "src/core/CL/kernels/CLFillBorderKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000234 "src/core/CL/kernels/CLFuseBatchNormalizationKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000235 "src/core/CL/kernels/CLGatherKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000236 "src/core/CL/kernels/CLGenerateProposalsLayerKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000237 "src/core/CL/kernels/CLInstanceNormalizationLayerKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000238 "src/core/CL/kernels/CLL2NormalizeLayerKernel.cpp",
Gian Marco Iodice4d81d752020-07-14 15:05:31 +0100239 "src/core/CL/kernels/CLMaxUnpoolingLayerKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000240 "src/core/CL/kernels/CLMeanStdDevNormalizationKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000241 "src/core/CL/kernels/CLNormalizationLayerKernel.cpp",
242 "src/core/CL/kernels/CLNormalizePlanarYUVLayerKernel.cpp",
243 "src/core/CL/kernels/CLPadLayerKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000244 "src/core/CL/kernels/CLPriorBoxLayerKernel.cpp",
Sheri Zhangb18252d2020-04-07 11:04:57 +0100245 "src/core/CL/kernels/CLQLSTMLayerNormalizationKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000246 "src/core/CL/kernels/CLROIAlignLayerKernel.cpp",
247 "src/core/CL/kernels/CLROIPoolingLayerKernel.cpp",
248 "src/core/CL/kernels/CLRangeKernel.cpp",
249 "src/core/CL/kernels/CLReductionOperationKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000250 "src/core/CL/kernels/CLReorgLayerKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000251 "src/core/CL/kernels/CLReverseKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000252 "src/core/CL/kernels/CLSelectKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000253 "src/core/CL/kernels/CLSpaceToBatchLayerKernel.cpp",
254 "src/core/CL/kernels/CLSpaceToDepthLayerKernel.cpp",
255 "src/core/CL/kernels/CLStackLayerKernel.cpp",
256 "src/core/CL/kernels/CLStridedSliceKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000257 "src/core/CL/kernels/CLTileKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000258 "src/core/CPP/CPPTypes.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000259 "src/core/CPP/kernels/CPPBoxWithNonMaximaSuppressionLimitKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000260 "src/core/CPP/kernels/CPPNonMaximumSuppressionKernel.cpp",
261 "src/core/CPP/kernels/CPPPermuteKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000262 "src/core/CPP/kernels/CPPTopKVKernel.cpp",
263 "src/core/CPP/kernels/CPPUpsampleKernel.cpp",
264 "src/core/Error.cpp",
265 "src/core/GPUTarget.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000266 "src/core/Helpers.cpp",
267 "src/core/IAccessWindow.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000268 "src/core/IKernel.cpp",
269 "src/core/ITensor.cpp",
Georgios Pinitas0499dff2020-07-31 22:21:38 +0100270 "src/core/ITensorPack.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000271 "src/core/NEON/kernels/NEBatchNormalizationLayerKernel.cpp",
272 "src/core/NEON/kernels/NEBatchToSpaceLayerKernel.cpp",
273 "src/core/NEON/kernels/NEBitwiseAndKernel.cpp",
274 "src/core/NEON/kernels/NEBitwiseNotKernel.cpp",
275 "src/core/NEON/kernels/NEBitwiseOrKernel.cpp",
276 "src/core/NEON/kernels/NEBitwiseXorKernel.cpp",
277 "src/core/NEON/kernels/NEBoundingBoxTransformKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000278 "src/core/NEON/kernels/NEChannelShuffleLayerKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000279 "src/core/NEON/kernels/NECropKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000280 "src/core/NEON/kernels/NEDepthToSpaceLayerKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000281 "src/core/NEON/kernels/NEFFTDigitReverseKernel.cpp",
282 "src/core/NEON/kernels/NEFFTRadixStageKernel.cpp",
283 "src/core/NEON/kernels/NEFFTScaleKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000284 "src/core/NEON/kernels/NEFillBorderKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000285 "src/core/NEON/kernels/NEFuseBatchNormalizationKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000286 "src/core/NEON/kernels/NEGatherKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000287 "src/core/NEON/kernels/NEGenerateProposalsLayerKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000288 "src/core/NEON/kernels/NEInstanceNormalizationLayerKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000289 "src/core/NEON/kernels/NEL2NormalizeLayerKernel.cpp",
Georgios Pinitas58bce682020-11-13 11:38:58 +0000290 "src/core/NEON/kernels/NELogicalKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000291 "src/core/NEON/kernels/NEMeanStdDevNormalizationKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000292 "src/core/NEON/kernels/NENormalizationLayerKernel.cpp",
293 "src/core/NEON/kernels/NEPadLayerKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000294 "src/core/NEON/kernels/NEPriorBoxLayerKernel.cpp",
Sang-Hoon Park0d008f72020-03-13 14:56:05 +0000295 "src/core/NEON/kernels/NEQLSTMLayerNormalizationKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000296 "src/core/NEON/kernels/NEROIAlignLayerKernel.cpp",
297 "src/core/NEON/kernels/NEROIPoolingLayerKernel.cpp",
298 "src/core/NEON/kernels/NERangeKernel.cpp",
299 "src/core/NEON/kernels/NEReductionOperationKernel.cpp",
David Svantesson3b162e52023-03-28 14:13:32 +0000300 "src/core/NEON/kernels/NEReorderKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000301 "src/core/NEON/kernels/NEReorgLayerKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000302 "src/core/NEON/kernels/NEReverseKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000303 "src/core/NEON/kernels/NESelectKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000304 "src/core/NEON/kernels/NESpaceToBatchLayerKernel.cpp",
305 "src/core/NEON/kernels/NESpaceToDepthLayerKernel.cpp",
306 "src/core/NEON/kernels/NEStackLayerKernel.cpp",
307 "src/core/NEON/kernels/NEStridedSliceKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000308 "src/core/NEON/kernels/NETileKernel.cpp",
ramelg01c827e992022-04-08 03:52:28 +0100309 "src/core/NEON/kernels/arm_conv/addressing.cpp",
Pablo Marquez Tello4e2bbbb2023-01-09 17:21:01 +0000310 "src/core/NEON/kernels/arm_conv/depthwise/depthwise_common.cpp",
Michele Di Giorgiod02d5ed2021-01-22 09:47:04 +0000311 "src/core/NEON/kernels/arm_conv/depthwise/depthwise_fp16.cpp",
312 "src/core/NEON/kernels/arm_conv/depthwise/depthwise_fp32.cpp",
313 "src/core/NEON/kernels/arm_conv/depthwise/depthwise_s8q.cpp",
ramelg018a164882022-04-07 02:42:52 +0100314 "src/core/NEON/kernels/arm_conv/depthwise/depthwise_strategies_common.cpp",
Michele Di Giorgiod02d5ed2021-01-22 09:47:04 +0000315 "src/core/NEON/kernels/arm_conv/depthwise/depthwise_u8q.cpp",
316 "src/core/NEON/kernels/arm_conv/depthwise/depthwise_u8s8u8q.cpp",
ramelg018a164882022-04-07 02:42:52 +0100317 "src/core/NEON/kernels/arm_conv/depthwise/interleaves/generic.cpp",
318 "src/core/NEON/kernels/arm_conv/depthwise/interleaves/generic_quantized_dot_product.cpp",
Michael Tyler8deee9b2023-06-30 11:26:05 +0100319 "src/core/NEON/kernels/arm_conv/depthwise/premultiply.cpp",
Michele Di Giorgiod556d7b2020-10-27 10:56:31 +0000320 "src/core/NEON/kernels/arm_conv/pooling/kernels/cpp_nhwc_1x1_stride_any_depthfirst/generic.cpp",
321 "src/core/NEON/kernels/arm_conv/pooling/pooling_fp16.cpp",
322 "src/core/NEON/kernels/arm_conv/pooling/pooling_fp32.cpp",
323 "src/core/NEON/kernels/arm_conv/pooling/pooling_s8.cpp",
324 "src/core/NEON/kernels/arm_conv/pooling/pooling_s8q.cpp",
325 "src/core/NEON/kernels/arm_conv/pooling/pooling_u8.cpp",
326 "src/core/NEON/kernels/arm_conv/pooling/pooling_u8q.cpp",
Georgios Pinitasc7b183a2020-03-06 18:12:09 +0000327 "src/core/NEON/kernels/arm_gemm/gemm_bf16.cpp",
Renato Arantes36a75da2024-01-26 17:31:18 +0000328 "src/core/NEON/kernels/arm_gemm/gemm_bf16bf16.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000329 "src/core/NEON/kernels/arm_gemm/gemm_fp16.cpp",
330 "src/core/NEON/kernels/arm_gemm/gemm_fp32.cpp",
331 "src/core/NEON/kernels/arm_gemm/gemm_int16.cpp",
332 "src/core/NEON/kernels/arm_gemm/gemm_int8.cpp",
333 "src/core/NEON/kernels/arm_gemm/gemm_qint8.cpp",
334 "src/core/NEON/kernels/arm_gemm/gemm_quint8.cpp",
Jonathan Deakina668f9f2024-01-24 09:15:38 +0000335 "src/core/NEON/kernels/arm_gemm/gemm_s8fp32.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000336 "src/core/NEON/kernels/arm_gemm/gemm_uint16.cpp",
337 "src/core/NEON/kernels/arm_gemm/gemm_uint8.cpp",
Gunes Bayiref637392024-02-12 21:32:51 +0000338 "src/core/NEON/kernels/arm_gemm/interleave-8way.cpp",
Viet-Hoa Do03b29712022-06-01 11:47:14 +0100339 "src/core/NEON/kernels/arm_gemm/interleave_indirect-sve.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +0000340 "src/core/NEON/kernels/arm_gemm/interleave_indirect.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +0100341 "src/core/NEON/kernels/arm_gemm/mergeresults-fp16.cpp",
Michalis Spyrou20fca522021-06-07 14:23:57 +0100342 "src/core/NEON/kernels/arm_gemm/mergeresults-sve.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000343 "src/core/NEON/kernels/arm_gemm/mergeresults.cpp",
Viet-Hoa Do03b29712022-06-01 11:47:14 +0100344 "src/core/NEON/kernels/arm_gemm/misc-sve.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000345 "src/core/NEON/kernels/arm_gemm/misc.cpp",
346 "src/core/NEON/kernels/arm_gemm/quantized.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +0000347 "src/core/NEON/kernels/arm_gemm/rowsum_indirect_s8.cpp",
348 "src/core/NEON/kernels/arm_gemm/rowsum_indirect_u8.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +0100349 "src/core/NEON/kernels/arm_gemm/transform-sve.cpp",
350 "src/core/NEON/kernels/arm_gemm/transform.cpp",
Sheri Zhang8d5d78b2020-12-15 20:25:31 +0000351 "src/core/NEON/kernels/batchnormalization/impl/NEON/fp16.cpp",
352 "src/core/NEON/kernels/batchnormalization/impl/NEON/fp32.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000353 "src/core/NEON/kernels/convolution/common/padding.cpp",
354 "src/core/NEON/kernels/convolution/common/qasymm8.cpp",
355 "src/core/NEON/kernels/convolution/common/qsymm8.cpp",
356 "src/core/NEON/kernels/convolution/common/utils.cpp",
ramelg01a1f78512022-06-29 16:28:10 +0100357 "src/core/NEON/kernels/convolution/winograd/input_transforms/arm_fp32_1x8.cpp",
358 "src/core/NEON/kernels/convolution/winograd/input_transforms/arm_fp32_4x4.cpp",
359 "src/core/NEON/kernels/convolution/winograd/input_transforms/arm_fp32_6x6.cpp",
360 "src/core/NEON/kernels/convolution/winograd/input_transforms_fp16.cpp",
361 "src/core/NEON/kernels/convolution/winograd/input_transforms_fp32.cpp",
362 "src/core/NEON/kernels/convolution/winograd/output_transforms/arm_fp32_1x2_1x7.cpp",
363 "src/core/NEON/kernels/convolution/winograd/output_transforms/arm_fp32_1x4_1x5.cpp",
364 "src/core/NEON/kernels/convolution/winograd/output_transforms/arm_fp32_1x6_1x3.cpp",
365 "src/core/NEON/kernels/convolution/winograd/output_transforms/arm_fp32_2x2_3x3.cpp",
366 "src/core/NEON/kernels/convolution/winograd/output_transforms/arm_fp32_2x2_5x5.cpp",
367 "src/core/NEON/kernels/convolution/winograd/output_transforms/arm_fp32_4x4_3x3.cpp",
368 "src/core/NEON/kernels/convolution/winograd/output_transforms_fp16.cpp",
369 "src/core/NEON/kernels/convolution/winograd/output_transforms_fp32.cpp",
ramelg01a1f78512022-06-29 16:28:10 +0100370 "src/core/NEON/kernels/convolution/winograd/weight_transforms/arm_fp32_2x2_3x3.cpp",
371 "src/core/NEON/kernels/convolution/winograd/weight_transforms/arm_fp32_2x2_5x5.cpp",
372 "src/core/NEON/kernels/convolution/winograd/weight_transforms/arm_fp32_4x4_3x3.cpp",
373 "src/core/NEON/kernels/convolution/winograd/weight_transforms/cpp_fp32_1x2_1x7.cpp",
374 "src/core/NEON/kernels/convolution/winograd/weight_transforms/cpp_fp32_1x4_1x5.cpp",
375 "src/core/NEON/kernels/convolution/winograd/weight_transforms/cpp_fp32_1x6_1x3.cpp",
376 "src/core/NEON/kernels/convolution/winograd/weight_transforms_fp16.cpp",
377 "src/core/NEON/kernels/convolution/winograd/weight_transforms_fp32.cpp",
378 "src/core/NEON/kernels/convolution/winograd/winograd_fp16.cpp",
379 "src/core/NEON/kernels/convolution/winograd/winograd_fp32.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000380 "src/core/Rounding.cpp",
Matthew Bentham758b5ba2020-03-05 23:37:48 +0000381 "src/core/Size2D.cpp",
Adnan AlSinane4563a02021-09-01 15:32:03 +0100382 "src/core/Size3D.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000383 "src/core/SubTensorInfo.cpp",
384 "src/core/TensorInfo.cpp",
385 "src/core/Utils.cpp",
386 "src/core/Validate.cpp",
Georgios Pinitas51545e42020-02-11 15:29:01 +0000387 "src/core/Version.cpp",
Mohammed Suhail Munshi7467ba82023-12-05 14:27:31 +0000388 "src/core/helpers/LUTManager.cpp",
Sang-Hoon Park68dd25f2020-10-19 16:00:11 +0100389 "src/core/helpers/SoftmaxHelpers.cpp",
Anitha Rajb566b6e2023-08-23 11:40:06 +0100390 "src/core/helpers/Utils.cpp",
Sang-Hoon Park68dd25f2020-10-19 16:00:11 +0100391 "src/core/helpers/WindowHelpers.cpp",
Matthew Bentham314d3e22023-06-23 10:53:52 +0000392 "src/core/utils/ActivationFunctionUtils.cpp",
Michele Di Giorgiod02d5ed2021-01-22 09:47:04 +0000393 "src/core/utils/AssemblyUtils.cpp",
Matthew Bentham314d3e22023-06-23 10:53:52 +0000394 "src/core/utils/DataLayoutUtils.cpp",
395 "src/core/utils/DataTypeUtils.cpp",
396 "src/core/utils/FormatUtils.cpp",
397 "src/core/utils/InterpolationPolicyUtils.cpp",
Viet-Hoa Doef9da002023-09-27 16:39:05 +0100398 "src/core/utils/Math.cpp",
Sang-Hoon Park3687ee12020-06-24 13:34:04 +0100399 "src/core/utils/ScaleUtils.cpp",
Matthew Bentham314d3e22023-06-23 10:53:52 +0000400 "src/core/utils/StringUtils.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000401 "src/core/utils/helpers/fft.cpp",
402 "src/core/utils/helpers/tensor_transform.cpp",
403 "src/core/utils/io/FileHandler.cpp",
404 "src/core/utils/logging/FilePrinter.cpp",
405 "src/core/utils/logging/Helpers.cpp",
406 "src/core/utils/logging/Logger.cpp",
407 "src/core/utils/logging/LoggerRegistry.cpp",
408 "src/core/utils/misc/MMappedFile.cpp",
409 "src/core/utils/quantization/AsymmHelpers.cpp",
Georgios Pinitas8a5146f2021-01-12 15:51:07 +0000410 "src/cpu/CpuContext.cpp",
Georgios Pinitasc3c352e2021-03-18 10:59:40 +0000411 "src/cpu/CpuQueue.cpp",
Georgios Pinitas3f26ef42021-02-23 10:01:33 +0000412 "src/cpu/CpuTensor.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100413 "src/cpu/kernels/CpuActivationKernel.cpp",
414 "src/cpu/kernels/CpuAddKernel.cpp",
Gunes Bayirae72a462023-01-29 13:24:24 +0000415 "src/cpu/kernels/CpuAddMulAddKernel.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100416 "src/cpu/kernels/CpuCastKernel.cpp",
417 "src/cpu/kernels/CpuCol2ImKernel.cpp",
418 "src/cpu/kernels/CpuConcatenateBatchKernel.cpp",
419 "src/cpu/kernels/CpuConcatenateDepthKernel.cpp",
420 "src/cpu/kernels/CpuConcatenateHeightKernel.cpp",
421 "src/cpu/kernels/CpuConcatenateWidthKernel.cpp",
422 "src/cpu/kernels/CpuConvertFullyConnectedWeightsKernel.cpp",
423 "src/cpu/kernels/CpuConvertQuantizedSignednessKernel.cpp",
424 "src/cpu/kernels/CpuCopyKernel.cpp",
425 "src/cpu/kernels/CpuDepthwiseConv2dNativeKernel.cpp",
426 "src/cpu/kernels/CpuDequantizeKernel.cpp",
427 "src/cpu/kernels/CpuDirectConv2dKernel.cpp",
428 "src/cpu/kernels/CpuDirectConv2dOutputStageKernel.cpp",
Sheri Zhang6d9c9822021-09-24 16:02:57 +0100429 "src/cpu/kernels/CpuDirectConv3dKernel.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100430 "src/cpu/kernels/CpuElementwiseKernel.cpp",
431 "src/cpu/kernels/CpuElementwiseUnaryKernel.cpp",
432 "src/cpu/kernels/CpuFillKernel.cpp",
433 "src/cpu/kernels/CpuFloorKernel.cpp",
434 "src/cpu/kernels/CpuGemmInterleave4x4Kernel.cpp",
435 "src/cpu/kernels/CpuGemmLowpMatrixMultiplyKernel.cpp",
436 "src/cpu/kernels/CpuGemmLowpMatrixReductionKernel.cpp",
437 "src/cpu/kernels/CpuGemmLowpOffsetContributionKernel.cpp",
438 "src/cpu/kernels/CpuGemmLowpOffsetContributionOutputStageKernel.cpp",
439 "src/cpu/kernels/CpuGemmLowpQuantizeDownInt32ScaleKernel.cpp",
440 "src/cpu/kernels/CpuGemmLowpQuantizeDownInt32ToInt16ScaleByFixedPointKernel.cpp",
441 "src/cpu/kernels/CpuGemmLowpQuantizeDownInt32ToInt8ScaleByFixedPointKernel.cpp",
442 "src/cpu/kernels/CpuGemmLowpQuantizeDownInt32ToUint8ScaleByFixedPointKernel.cpp",
443 "src/cpu/kernels/CpuGemmMatrixAdditionKernel.cpp",
444 "src/cpu/kernels/CpuGemmMatrixMultiplyKernel.cpp",
445 "src/cpu/kernels/CpuGemmTranspose1xWKernel.cpp",
446 "src/cpu/kernels/CpuIm2ColKernel.cpp",
Dana Zlotnik149203b2022-01-26 12:38:03 +0200447 "src/cpu/kernels/CpuMaxUnpoolingLayerKernel.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100448 "src/cpu/kernels/CpuMulKernel.cpp",
449 "src/cpu/kernels/CpuPermuteKernel.cpp",
450 "src/cpu/kernels/CpuPool2dKernel.cpp",
Adnan AlSinan171fc3d2022-03-15 18:46:42 +0000451 "src/cpu/kernels/CpuPool3dKernel.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100452 "src/cpu/kernels/CpuQuantizeKernel.cpp",
453 "src/cpu/kernels/CpuReshapeKernel.cpp",
454 "src/cpu/kernels/CpuScaleKernel.cpp",
455 "src/cpu/kernels/CpuSoftmaxKernel.cpp",
456 "src/cpu/kernels/CpuSubKernel.cpp",
457 "src/cpu/kernels/CpuTransposeKernel.cpp",
458 "src/cpu/kernels/CpuWeightsReshapeKernel.cpp",
459 "src/cpu/kernels/CpuWinogradConv2dKernel.cpp",
Dana Zlotnik32291712021-11-25 09:58:27 +0200460 "src/cpu/kernels/activation/generic/neon/fp16.cpp",
461 "src/cpu/kernels/activation/generic/neon/fp32.cpp",
Viet-Hoa Do29db3d22022-08-10 11:56:49 +0100462 "src/cpu/kernels/activation/generic/neon/lut.cpp",
Dana Zlotnik32291712021-11-25 09:58:27 +0200463 "src/cpu/kernels/activation/generic/neon/qasymm8.cpp",
464 "src/cpu/kernels/activation/generic/neon/qasymm8_signed.cpp",
465 "src/cpu/kernels/activation/generic/neon/qsymm16.cpp",
Dana Zlotnikbd2942d2021-11-15 08:46:04 +0200466 "src/cpu/kernels/add/generic/neon/fp16.cpp",
467 "src/cpu/kernels/add/generic/neon/fp32.cpp",
468 "src/cpu/kernels/add/generic/neon/impl.cpp",
469 "src/cpu/kernels/add/generic/neon/integer.cpp",
470 "src/cpu/kernels/add/generic/neon/qasymm8.cpp",
471 "src/cpu/kernels/add/generic/neon/qasymm8_signed.cpp",
472 "src/cpu/kernels/add/generic/neon/qsymm16.cpp",
Gunes Bayirae72a462023-01-29 13:24:24 +0000473 "src/cpu/kernels/addmuladd/generic/neon/fp16.cpp",
474 "src/cpu/kernels/addmuladd/generic/neon/fp32.cpp",
475 "src/cpu/kernels/addmuladd/generic/neon/qasymm8.cpp",
476 "src/cpu/kernels/addmuladd/generic/neon/qasymm8_signed.cpp",
Dana Zlotnik3475ffe2022-01-03 14:37:10 +0200477 "src/cpu/kernels/boundingboxtransform/generic/neon/fp16.cpp",
478 "src/cpu/kernels/boundingboxtransform/generic/neon/fp32.cpp",
479 "src/cpu/kernels/boundingboxtransform/generic/neon/impl.cpp",
480 "src/cpu/kernels/boundingboxtransform/generic/neon/qsymm16.cpp",
Yair Schwarzbaum298b2c02022-02-01 08:55:56 +0200481 "src/cpu/kernels/cast/generic/neon/fp16.cpp",
alerah0127619932021-11-24 17:21:43 +0200482 "src/cpu/kernels/crop/generic/neon/fp16.cpp",
483 "src/cpu/kernels/crop/generic/neon/fp32.cpp",
alerah0127619932021-11-24 17:21:43 +0200484 "src/cpu/kernels/crop/generic/neon/integer.cpp",
Viet-Hoa Do47370942023-11-13 17:20:45 +0000485 "src/cpu/kernels/depth_to_space/nchw/any/impl.cpp",
486 "src/cpu/kernels/depth_to_space/nhwc/any/impl.cpp",
Dana Zlotnikebbae942022-02-03 12:52:15 +0200487 "src/cpu/kernels/depthwiseconv2d/generic/neon/fp16.cpp",
488 "src/cpu/kernels/depthwiseconv2d/generic/neon/fp32.cpp",
489 "src/cpu/kernels/depthwiseconv2d/generic/neon/impl.cpp",
490 "src/cpu/kernels/depthwiseconv2d/generic/neon/qasymm8.cpp",
491 "src/cpu/kernels/depthwiseconv2d/generic/neon/qasymm8_signed.cpp",
Ramy Elgammald3d2e9b2024-05-15 22:23:46 +0100492 "src/cpu/kernels/dequantize/generic/neon/fp16.cpp",
493 "src/cpu/kernels/dequantize/generic/neon/fp32.cpp",
alerah01c9e519d2022-01-31 19:04:10 +0200494 "src/cpu/kernels/directconv2d/nchw/all.cpp",
Pablo Marquez Telloe5362e72023-10-16 14:14:14 +0100495 "src/cpu/kernels/directconv2d/nchw/fp16.cpp",
496 "src/cpu/kernels/directconv2d/nhwc/neon/fp16.cpp",
alerah01c9e519d2022-01-31 19:04:10 +0200497 "src/cpu/kernels/directconv2d/nhwc/neon/fp32.cpp",
498 "src/cpu/kernels/directconv2d/nhwc/neon/impl.cpp",
Pablo Marquez Telloe5362e72023-10-16 14:14:14 +0100499 "src/cpu/kernels/directconv2d/nhwc/neon/qasymm8.cpp",
Dana Zlotnikd5c496d2021-11-28 14:46:12 +0200500 "src/cpu/kernels/elementwise_binary/generic/neon/fp16.cpp",
501 "src/cpu/kernels/elementwise_binary/generic/neon/fp32.cpp",
502 "src/cpu/kernels/elementwise_binary/generic/neon/integer.cpp",
503 "src/cpu/kernels/elementwise_binary/generic/neon/qasymm8.cpp",
504 "src/cpu/kernels/elementwise_binary/generic/neon/qasymm8_signed.cpp",
Dana Zlotnikd5c496d2021-11-28 14:46:12 +0200505 "src/cpu/kernels/elementwise_unary/generic/neon/fp16.cpp",
506 "src/cpu/kernels/elementwise_unary/generic/neon/fp32.cpp",
507 "src/cpu/kernels/elementwise_unary/generic/neon/integer.cpp",
Viet-Hoa Dofd472f02023-03-15 14:05:06 +0000508 "src/cpu/kernels/elementwise_unary/generic/neon/q8.cpp",
Ramy Elgammal8b7f42a2023-03-31 16:16:15 +0100509 "src/cpu/kernels/elementwise_unary/generic/neon/qasymm8.cpp",
510 "src/cpu/kernels/elementwise_unary/generic/neon/qasymm8_signed.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100511 "src/cpu/kernels/floor/neon/fp16.cpp",
512 "src/cpu/kernels/floor/neon/fp32.cpp",
Yair Schwarzbaum41a729e2021-11-15 20:42:47 +0200513 "src/cpu/kernels/fuse_batch_normalization/generic/fp16.cpp",
514 "src/cpu/kernels/fuse_batch_normalization/generic/fp32.cpp",
Yair Schwarzbaum41a729e2021-11-15 20:42:47 +0200515 "src/cpu/kernels/fuse_batch_normalization/nchw/all.cpp",
Pablo Marquez Tello8d4cdd42023-11-21 10:10:01 +0000516 "src/cpu/kernels/fuse_batch_normalization/nchw/neon/fp16.cpp",
517 "src/cpu/kernels/fuse_batch_normalization/nchw/neon/fp32.cpp",
Yair Schwarzbaum41a729e2021-11-15 20:42:47 +0200518 "src/cpu/kernels/fuse_batch_normalization/nhwc/neon/fp16.cpp",
519 "src/cpu/kernels/fuse_batch_normalization/nhwc/neon/fp32.cpp",
Dana Zlotnik256ac622022-02-02 15:06:11 +0200520 "src/cpu/kernels/gemm_matrix_add/generic/neon/fp16.cpp",
521 "src/cpu/kernels/gemm_matrix_add/generic/neon/fp32.cpp",
522 "src/cpu/kernels/gemm_matrix_add/generic/neon/impl.cpp",
523 "src/cpu/kernels/gemm_matrix_mul/generic/neon/fp16.cpp",
524 "src/cpu/kernels/gemm_matrix_mul/generic/neon/fp32.cpp",
525 "src/cpu/kernels/gemm_matrix_mul/generic/neon/impl.cpp",
Dana Zlotnik50ce2772021-12-29 13:55:56 +0200526 "src/cpu/kernels/genproposals/generic/neon/fp16.cpp",
527 "src/cpu/kernels/genproposals/generic/neon/fp32.cpp",
528 "src/cpu/kernels/genproposals/generic/neon/impl.cpp",
529 "src/cpu/kernels/genproposals/generic/neon/qsymm16.cpp",
Dana Zlotnikd7e2ec52022-01-03 10:59:41 +0200530 "src/cpu/kernels/instancenorm/generic/neon/fp16.cpp",
531 "src/cpu/kernels/instancenorm/generic/neon/fp32.cpp",
532 "src/cpu/kernels/instancenorm/generic/neon/impl.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100533 "src/cpu/kernels/internal/CpuDepthwiseConv2dAssemblyWrapperKernel.cpp",
534 "src/cpu/kernels/internal/CpuPool2dAssemblyWrapperKernel.cpp",
Yair Schwarzbaum5e993182022-01-10 15:11:07 +0200535 "src/cpu/kernels/l2normlayer/generic/neon/fp16.cpp",
536 "src/cpu/kernels/l2normlayer/generic/neon/fp32.cpp",
Viet-Hoa Dofd472f02023-03-15 14:05:06 +0000537 "src/cpu/kernels/lut/generic/neon/u8.cpp",
Dana Zlotnik143310c2021-12-30 13:24:52 +0200538 "src/cpu/kernels/maxunpool/generic/neon/fp16.cpp",
539 "src/cpu/kernels/maxunpool/generic/neon/fp32.cpp",
Dana Zlotnik143310c2021-12-30 13:24:52 +0200540 "src/cpu/kernels/maxunpool/generic/neon/qasymm8.cpp",
541 "src/cpu/kernels/maxunpool/generic/neon/qasymm8_signed.cpp",
Dana Zlotnik027bcef2021-12-27 17:35:00 +0200542 "src/cpu/kernels/meanstddevnorm/generic/neon/fp16.cpp",
543 "src/cpu/kernels/meanstddevnorm/generic/neon/fp32.cpp",
544 "src/cpu/kernels/meanstddevnorm/generic/neon/impl.cpp",
Murray Kornelsen6e09e142022-07-13 21:40:26 -0400545 "src/cpu/kernels/meanstddevnorm/generic/neon/qasymm8.cpp",
Pablo Marquez Tello568aab62023-11-20 14:20:01 +0000546 "src/cpu/kernels/mul/generic/neon/fp16.cpp",
547 "src/cpu/kernels/mul/generic/neon/fp32.cpp",
Pablo Marquez Telloba933712023-11-13 15:57:54 +0000548 "src/cpu/kernels/norm_layer/generic/neon/fp16.cpp",
549 "src/cpu/kernels/norm_layer/generic/neon/fp32.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100550 "src/cpu/kernels/pool2d/neon/fp16.cpp",
551 "src/cpu/kernels/pool2d/neon/fp32.cpp",
552 "src/cpu/kernels/pool2d/neon/nchw/all.cpp",
553 "src/cpu/kernels/pool2d/neon/qasymm8.cpp",
554 "src/cpu/kernels/pool2d/neon/qasymm8_signed.cpp",
Adnan AlSinan171fc3d2022-03-15 18:46:42 +0000555 "src/cpu/kernels/pool3d/neon/fp16.cpp",
556 "src/cpu/kernels/pool3d/neon/fp32.cpp",
Adnan AlSinan9104cd52022-04-06 16:19:31 +0100557 "src/cpu/kernels/pool3d/neon/qasymm8.cpp",
558 "src/cpu/kernels/pool3d/neon/qasymm8_signed.cpp",
Ramy Elgammalb4b61a62024-05-14 15:21:07 +0100559 "src/cpu/kernels/quantize/generic/neon/fp16.cpp",
560 "src/cpu/kernels/quantize/generic/neon/fp32.cpp",
561 "src/cpu/kernels/quantize/generic/neon/integer.cpp",
Yair Schwarzbaum9e8a7702021-11-08 10:58:06 +0200562 "src/cpu/kernels/range/generic/neon/fp16.cpp",
563 "src/cpu/kernels/range/generic/neon/fp32.cpp",
Yair Schwarzbaum9e8a7702021-11-08 10:58:06 +0200564 "src/cpu/kernels/range/generic/neon/integer.cpp",
Ramy Elgammal21fb2ad2024-05-13 11:12:11 +0100565 "src/cpu/kernels/reduction_layer/generic/neon/fp16.cpp",
566 "src/cpu/kernels/reduction_layer/generic/neon/fp32.cpp",
567 "src/cpu/kernels/reduction_layer/generic/neon/integer.cpp",
568 "src/cpu/kernels/reduction_layer/generic/neon/qasymm8.cpp",
569 "src/cpu/kernels/reduction_layer/generic/neon/qasymm8_signed.cpp",
Dana Zlotnik9ae5a4e2022-01-03 16:22:47 +0200570 "src/cpu/kernels/roialign/generic/neon/fp16.cpp",
571 "src/cpu/kernels/roialign/generic/neon/fp32.cpp",
Dana Zlotnik9ae5a4e2022-01-03 16:22:47 +0200572 "src/cpu/kernels/roialign/generic/neon/qasymm8.cpp",
573 "src/cpu/kernels/roialign/generic/neon/qasymm8_signed.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100574 "src/cpu/kernels/scale/neon/fp16.cpp",
575 "src/cpu/kernels/scale/neon/integer.cpp",
576 "src/cpu/kernels/scale/neon/qasymm8.cpp",
577 "src/cpu/kernels/scale/neon/qasymm8_signed.cpp",
Anton Vainer8a9a0fb2022-01-09 14:37:12 +0200578 "src/cpu/kernels/select/generic/neon/fp16.cpp",
579 "src/cpu/kernels/select/generic/neon/fp32.cpp",
Anton Vainer8a9a0fb2022-01-09 14:37:12 +0200580 "src/cpu/kernels/select/generic/neon/integer.cpp",
Dana Zlotnikc48a3e52021-12-21 13:34:42 +0200581 "src/cpu/kernels/softmax/generic/neon/fp16.cpp",
582 "src/cpu/kernels/softmax/generic/neon/fp32.cpp",
Dana Zlotnika538ae52022-02-21 13:12:41 +0200583 "src/cpu/kernels/softmax/generic/neon/impl.cpp",
Dana Zlotnikc48a3e52021-12-21 13:34:42 +0200584 "src/cpu/kernels/softmax/generic/neon/qasymm8.cpp",
585 "src/cpu/kernels/softmax/generic/neon/qasymm8_signed.cpp",
Pablo Marquez Tello67773592023-10-06 13:49:44 +0100586 "src/cpu/kernels/sub/neon/fp16.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100587 "src/cpu/kernels/sub/neon/qasymm8.cpp",
588 "src/cpu/kernels/sub/neon/qasymm8_signed.cpp",
589 "src/cpu/kernels/sub/neon/qsymm16.cpp",
590 "src/cpu/operators/CpuActivation.cpp",
591 "src/cpu/operators/CpuAdd.cpp",
Gunes Bayirae72a462023-01-29 13:24:24 +0000592 "src/cpu/operators/CpuAddMulAdd.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100593 "src/cpu/operators/CpuCast.cpp",
594 "src/cpu/operators/CpuConcatenate.cpp",
595 "src/cpu/operators/CpuConv2d.cpp",
596 "src/cpu/operators/CpuConvertFullyConnectedWeights.cpp",
597 "src/cpu/operators/CpuCopy.cpp",
598 "src/cpu/operators/CpuDepthwiseConv2d.cpp",
599 "src/cpu/operators/CpuDepthwiseConv2dAssemblyDispatch.cpp",
600 "src/cpu/operators/CpuDequantize.cpp",
601 "src/cpu/operators/CpuDirectConv2d.cpp",
Sheri Zhang6d9c9822021-09-24 16:02:57 +0100602 "src/cpu/operators/CpuDirectConv3d.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100603 "src/cpu/operators/CpuElementwise.cpp",
604 "src/cpu/operators/CpuElementwiseUnary.cpp",
605 "src/cpu/operators/CpuFill.cpp",
606 "src/cpu/operators/CpuFlatten.cpp",
607 "src/cpu/operators/CpuFloor.cpp",
608 "src/cpu/operators/CpuFullyConnected.cpp",
609 "src/cpu/operators/CpuGemm.cpp",
610 "src/cpu/operators/CpuGemmConv2d.cpp",
611 "src/cpu/operators/CpuGemmDirectConv2d.cpp",
612 "src/cpu/operators/CpuGemmLowpMatrixMultiplyCore.cpp",
613 "src/cpu/operators/CpuGemmLowpOutputStage.cpp",
Mohammed Suhail Munshia1b1e412023-03-23 22:21:31 +0000614 "src/cpu/operators/CpuMatMul.cpp",
Dana Zlotnik149203b2022-01-26 12:38:03 +0200615 "src/cpu/operators/CpuMaxUnpooling.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100616 "src/cpu/operators/CpuMul.cpp",
617 "src/cpu/operators/CpuPermute.cpp",
618 "src/cpu/operators/CpuPool2d.cpp",
Adnan AlSinan171fc3d2022-03-15 18:46:42 +0000619 "src/cpu/operators/CpuPool3d.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100620 "src/cpu/operators/CpuQuantize.cpp",
621 "src/cpu/operators/CpuReshape.cpp",
622 "src/cpu/operators/CpuScale.cpp",
623 "src/cpu/operators/CpuSoftmax.cpp",
624 "src/cpu/operators/CpuSub.cpp",
625 "src/cpu/operators/CpuTranspose.cpp",
626 "src/cpu/operators/CpuWinogradConv2d.cpp",
627 "src/cpu/operators/internal/CpuGemmAssemblyDispatch.cpp",
SiCong Lif44bbc52022-08-29 18:25:51 +0100628 "src/dynamic_fusion/runtime/gpu/cl/ClKernelRuntime.cpp",
629 "src/dynamic_fusion/runtime/gpu/cl/ClWorkloadRuntime.cpp",
Gunes Bayir1dc6ff12022-12-06 20:48:31 +0000630 "src/dynamic_fusion/sketch/attributes/CastAttributes.cpp",
Jakub Sujak32741722022-11-25 16:43:18 +0000631 "src/dynamic_fusion/sketch/attributes/ClampAttributes.cpp",
SiCong Li5a63d1e2023-01-06 16:28:57 +0000632 "src/dynamic_fusion/sketch/attributes/Conv2dAttributes.cpp",
Gunes Bayir7dc02342022-11-21 21:46:50 +0000633 "src/dynamic_fusion/sketch/attributes/DepthwiseConv2dAttributes.cpp",
Adnan AlSinand9c1d442023-10-06 19:07:48 +0100634 "src/dynamic_fusion/sketch/attributes/MatMulAttributes.cpp",
Mohammed Suhail Munshia18d85c2023-01-03 10:16:16 +0000635 "src/dynamic_fusion/sketch/attributes/Pool2dAttributes.cpp",
Ramy Elgammalf800adf2022-12-14 15:39:29 +0000636 "src/dynamic_fusion/sketch/attributes/ReshapeAttributes.cpp",
Jakub Sujak8ae57142022-12-02 16:09:06 +0000637 "src/dynamic_fusion/sketch/attributes/ResizeAttributes.cpp",
Gunes Bayiraecb5d92022-12-18 21:31:29 +0000638 "src/dynamic_fusion/sketch/attributes/SoftmaxAttributes.cpp",
SiCong Lif44bbc52022-08-29 18:25:51 +0100639 "src/dynamic_fusion/sketch/gpu/GpuKernelComponentGraph.cpp",
640 "src/dynamic_fusion/sketch/gpu/GpuKernelComponentGroup.cpp",
641 "src/dynamic_fusion/sketch/gpu/GpuKernelComponentStream.cpp",
642 "src/dynamic_fusion/sketch/gpu/GpuLogicalKernel.cpp",
643 "src/dynamic_fusion/sketch/gpu/GpuOperatorGroup.cpp",
644 "src/dynamic_fusion/sketch/gpu/GpuWorkloadContext.cpp",
645 "src/dynamic_fusion/sketch/gpu/GpuWorkloadSketch.cpp",
Jakub Sujak32741722022-11-25 16:43:18 +0000646 "src/dynamic_fusion/sketch/gpu/components/cl/ClComponentActivation.cpp",
Gunes Bayir1dc6ff12022-12-06 20:48:31 +0000647 "src/dynamic_fusion/sketch/gpu/components/cl/ClComponentCast.cpp",
Gunes Bayir7dc02342022-11-21 21:46:50 +0000648 "src/dynamic_fusion/sketch/gpu/components/cl/ClComponentDepthwiseConv2d.cpp",
SiCong Lif44bbc52022-08-29 18:25:51 +0100649 "src/dynamic_fusion/sketch/gpu/components/cl/ClComponentDirectConv2d.cpp",
Ramy Elgammal404462a2022-11-08 02:14:46 +0000650 "src/dynamic_fusion/sketch/gpu/components/cl/ClComponentElementwiseBinary.cpp",
Adnan AlSinand9c1d442023-10-06 19:07:48 +0100651 "src/dynamic_fusion/sketch/gpu/components/cl/ClComponentMatMul.cpp",
Mohammed Suhail Munshia18d85c2023-01-03 10:16:16 +0000652 "src/dynamic_fusion/sketch/gpu/components/cl/ClComponentPool2d.cpp",
Ramy Elgammalf800adf2022-12-14 15:39:29 +0000653 "src/dynamic_fusion/sketch/gpu/components/cl/ClComponentReshape.cpp",
Jakub Sujak8ae57142022-12-02 16:09:06 +0000654 "src/dynamic_fusion/sketch/gpu/components/cl/ClComponentResize.cpp",
SiCong Lif44bbc52022-08-29 18:25:51 +0100655 "src/dynamic_fusion/sketch/gpu/components/cl/ClComponentStore.cpp",
Ramy Elgammal404462a2022-11-08 02:14:46 +0000656 "src/dynamic_fusion/sketch/gpu/operators/GpuAdd.cpp",
Gunes Bayir1dc6ff12022-12-06 20:48:31 +0000657 "src/dynamic_fusion/sketch/gpu/operators/GpuCast.cpp",
Jakub Sujak32741722022-11-25 16:43:18 +0000658 "src/dynamic_fusion/sketch/gpu/operators/GpuClamp.cpp",
SiCong Lif44bbc52022-08-29 18:25:51 +0100659 "src/dynamic_fusion/sketch/gpu/operators/GpuConv2d.cpp",
Gunes Bayir7dc02342022-11-21 21:46:50 +0000660 "src/dynamic_fusion/sketch/gpu/operators/GpuDepthwiseConv2d.cpp",
Adnan AlSinand9c1d442023-10-06 19:07:48 +0100661 "src/dynamic_fusion/sketch/gpu/operators/GpuMatMul.cpp",
Jakub Sujak7359a872023-01-05 14:24:13 +0000662 "src/dynamic_fusion/sketch/gpu/operators/GpuMul.cpp",
Viet-Hoa Dob84e2532022-12-13 13:09:10 +0000663 "src/dynamic_fusion/sketch/gpu/operators/GpuOutput.cpp",
Mohammed Suhail Munshia18d85c2023-01-03 10:16:16 +0000664 "src/dynamic_fusion/sketch/gpu/operators/GpuPool2d.cpp",
Ramy Elgammalf800adf2022-12-14 15:39:29 +0000665 "src/dynamic_fusion/sketch/gpu/operators/GpuReshape.cpp",
Jakub Sujak8ae57142022-12-02 16:09:06 +0000666 "src/dynamic_fusion/sketch/gpu/operators/GpuResize.cpp",
Viet-Hoa Do98aca0f2023-03-02 17:43:45 +0000667 "src/dynamic_fusion/sketch/gpu/operators/GpuSigmoid.cpp",
Ramy Elgammal002e6532023-01-11 18:48:04 +0000668 "src/dynamic_fusion/sketch/gpu/operators/GpuSoftmax.cpp",
Ramy Elgammalec320d92022-12-14 09:20:09 +0000669 "src/dynamic_fusion/sketch/gpu/operators/GpuSub.cpp",
Viet-Hoa Do98aca0f2023-03-02 17:43:45 +0000670 "src/dynamic_fusion/sketch/gpu/operators/GpuTanh.cpp",
Ramy Elgammal404462a2022-11-08 02:14:46 +0000671 "src/dynamic_fusion/sketch/gpu/operators/internal/GpuElementwiseBinaryCommon.cpp",
Georgios Pinitas8a5146f2021-01-12 15:51:07 +0000672 "src/gpu/cl/ClContext.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100673 "src/gpu/cl/ClKernelLibrary.cpp",
Georgios Pinitasc3c352e2021-03-18 10:59:40 +0000674 "src/gpu/cl/ClQueue.cpp",
Georgios Pinitas3f26ef42021-02-23 10:01:33 +0000675 "src/gpu/cl/ClTensor.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100676 "src/gpu/cl/kernels/ClActivationKernel.cpp",
677 "src/gpu/cl/kernels/ClBatchConcatenateKernel.cpp",
678 "src/gpu/cl/kernels/ClCastKernel.cpp",
679 "src/gpu/cl/kernels/ClCol2ImKernel.cpp",
680 "src/gpu/cl/kernels/ClConvertFullyConnectedWeightsKernel.cpp",
681 "src/gpu/cl/kernels/ClCopyKernel.cpp",
682 "src/gpu/cl/kernels/ClCropKernel.cpp",
683 "src/gpu/cl/kernels/ClDepthConcatenateKernel.cpp",
684 "src/gpu/cl/kernels/ClDequantizeKernel.cpp",
685 "src/gpu/cl/kernels/ClDirectConv2dKernel.cpp",
Giorgio Arena945ae9e2021-10-13 11:13:04 +0100686 "src/gpu/cl/kernels/ClDirectConv3dKernel.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100687 "src/gpu/cl/kernels/ClElementwiseKernel.cpp",
688 "src/gpu/cl/kernels/ClElementwiseUnaryKernel.cpp",
689 "src/gpu/cl/kernels/ClFillKernel.cpp",
690 "src/gpu/cl/kernels/ClFloorKernel.cpp",
691 "src/gpu/cl/kernels/ClGemmLowpMatrixMultiplyNativeKernel.cpp",
692 "src/gpu/cl/kernels/ClGemmLowpMatrixMultiplyReshapedKernel.cpp",
693 "src/gpu/cl/kernels/ClGemmLowpMatrixMultiplyReshapedOnlyRhsKernel.cpp",
Freddie Liardete572dff2022-05-16 14:09:10 +0100694 "src/gpu/cl/kernels/ClGemmLowpMatrixMultiplyReshapedOnlyRhsMMULKernel.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100695 "src/gpu/cl/kernels/ClGemmLowpOffsetContributionKernel.cpp",
696 "src/gpu/cl/kernels/ClGemmLowpOffsetContributionOutputStageKernel.cpp",
697 "src/gpu/cl/kernels/ClGemmLowpQuantizeDownInt32ScaleByFixedPointKernel.cpp",
698 "src/gpu/cl/kernels/ClGemmLowpQuantizeDownInt32ScaleByFloatKernel.cpp",
699 "src/gpu/cl/kernels/ClGemmLowpQuantizeDownInt32ScaleKernel.cpp",
700 "src/gpu/cl/kernels/ClGemmLowpReductionKernel.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100701 "src/gpu/cl/kernels/ClGemmMatrixMultiplyNativeKernel.cpp",
702 "src/gpu/cl/kernels/ClGemmMatrixMultiplyReshapedKernel.cpp",
703 "src/gpu/cl/kernels/ClGemmMatrixMultiplyReshapedOnlyRhsKernel.cpp",
Gunes Bayir4bfc70e2021-12-10 16:17:56 +0000704 "src/gpu/cl/kernels/ClGemmMatrixMultiplyReshapedOnlyRhsMMULKernel.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100705 "src/gpu/cl/kernels/ClGemmReshapeLhsMatrixKernel.cpp",
706 "src/gpu/cl/kernels/ClGemmReshapeRhsMatrixKernel.cpp",
707 "src/gpu/cl/kernels/ClHeightConcatenateKernel.cpp",
708 "src/gpu/cl/kernels/ClIm2ColKernel.cpp",
Gian Marco Iodice5d016812022-11-17 11:03:39 +0000709 "src/gpu/cl/kernels/ClIndirectConv2dAddressPrecalculationKernel.cpp",
Gian Marco Iodice76335eb2022-11-17 11:03:39 +0000710 "src/gpu/cl/kernels/ClIndirectConv2dKernel.cpp",
Gunes Bayir9d0c4de2023-04-13 18:22:58 +0100711 "src/gpu/cl/kernels/ClMatMulLowpNativeKernel.cpp",
Gunes Bayire87fa662023-09-07 12:20:33 +0100712 "src/gpu/cl/kernels/ClMatMulLowpNativeMMULKernel.cpp",
Jakub Sujak1ed6a142023-04-13 21:14:42 +0100713 "src/gpu/cl/kernels/ClMatMulNativeKernel.cpp",
SiCong Lia8d80582023-05-19 14:23:37 +0100714 "src/gpu/cl/kernels/ClMatMulNativeMMULKernel.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100715 "src/gpu/cl/kernels/ClMulKernel.cpp",
716 "src/gpu/cl/kernels/ClPermuteKernel.cpp",
717 "src/gpu/cl/kernels/ClPool2dKernel.cpp",
ramelg0137515692022-02-26 22:06:20 +0000718 "src/gpu/cl/kernels/ClPool3dKernel.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100719 "src/gpu/cl/kernels/ClQuantizeKernel.cpp",
720 "src/gpu/cl/kernels/ClReshapeKernel.cpp",
721 "src/gpu/cl/kernels/ClScaleKernel.cpp",
Mohammed Suhail Munshi8609ca02024-02-29 17:00:07 +0000722 "src/gpu/cl/kernels/ClScatterKernel.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100723 "src/gpu/cl/kernels/ClSoftmaxKernel.cpp",
724 "src/gpu/cl/kernels/ClTransposeKernel.cpp",
Gunes Bayirec0113d2022-11-09 09:26:27 +0000725 "src/gpu/cl/kernels/ClTransposedConvolutionKernel.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100726 "src/gpu/cl/kernels/ClWeightsReshapeKernel.cpp",
727 "src/gpu/cl/kernels/ClWidthConcatenate2TensorsKernel.cpp",
728 "src/gpu/cl/kernels/ClWidthConcatenate4TensorsKernel.cpp",
729 "src/gpu/cl/kernels/ClWidthConcatenateKernel.cpp",
730 "src/gpu/cl/kernels/ClWinogradFilterTransformKernel.cpp",
731 "src/gpu/cl/kernels/ClWinogradInputTransformKernel.cpp",
732 "src/gpu/cl/kernels/ClWinogradOutputTransformKernel.cpp",
733 "src/gpu/cl/kernels/gemm/ClGemmHelpers.cpp",
734 "src/gpu/cl/kernels/gemm/native/ClGemmDefaultConfigNativeBifrost.cpp",
735 "src/gpu/cl/kernels/gemm/native/ClGemmDefaultConfigNativeMidgard.cpp",
736 "src/gpu/cl/kernels/gemm/native/ClGemmDefaultConfigNativeValhall.cpp",
737 "src/gpu/cl/kernels/gemm/reshaped/ClGemmDefaultConfigReshapedBifrost.cpp",
738 "src/gpu/cl/kernels/gemm/reshaped/ClGemmDefaultConfigReshapedValhall.cpp",
739 "src/gpu/cl/kernels/gemm/reshaped_only_rhs/ClGemmDefaultConfigReshapedRhsOnlyBifrost.cpp",
740 "src/gpu/cl/kernels/gemm/reshaped_only_rhs/ClGemmDefaultConfigReshapedRhsOnlyValhall.cpp",
Gunes Bayire87fa662023-09-07 12:20:33 +0100741 "src/gpu/cl/kernels/helpers/MatMulKernelHelpers.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100742 "src/gpu/cl/operators/ClActivation.cpp",
743 "src/gpu/cl/operators/ClAdd.cpp",
744 "src/gpu/cl/operators/ClCast.cpp",
745 "src/gpu/cl/operators/ClConcatenate.cpp",
746 "src/gpu/cl/operators/ClConv2d.cpp",
747 "src/gpu/cl/operators/ClConvertFullyConnectedWeights.cpp",
748 "src/gpu/cl/operators/ClCopy.cpp",
749 "src/gpu/cl/operators/ClCrop.cpp",
750 "src/gpu/cl/operators/ClDequantize.cpp",
751 "src/gpu/cl/operators/ClDirectConv2d.cpp",
Giorgio Arena945ae9e2021-10-13 11:13:04 +0100752 "src/gpu/cl/operators/ClDirectConv3d.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100753 "src/gpu/cl/operators/ClElementwiseOperations.cpp",
754 "src/gpu/cl/operators/ClElementwiseUnary.cpp",
755 "src/gpu/cl/operators/ClFill.cpp",
756 "src/gpu/cl/operators/ClFlatten.cpp",
757 "src/gpu/cl/operators/ClFloor.cpp",
758 "src/gpu/cl/operators/ClFullyConnected.cpp",
759 "src/gpu/cl/operators/ClGemm.cpp",
760 "src/gpu/cl/operators/ClGemmConv2d.cpp",
761 "src/gpu/cl/operators/ClGemmLowpMatrixMultiplyCore.cpp",
762 "src/gpu/cl/operators/ClGemmLowpOutputStage.cpp",
Gian Marco Iodice76335eb2022-11-17 11:03:39 +0000763 "src/gpu/cl/operators/ClIndirectConv2d.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100764 "src/gpu/cl/operators/ClLogicalNot.cpp",
Ramy Elgammalf26ea2f2023-03-24 11:42:03 +0000765 "src/gpu/cl/operators/ClMatMul.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100766 "src/gpu/cl/operators/ClMul.cpp",
767 "src/gpu/cl/operators/ClPRelu.cpp",
768 "src/gpu/cl/operators/ClPermute.cpp",
769 "src/gpu/cl/operators/ClPool2d.cpp",
ramelg0137515692022-02-26 22:06:20 +0000770 "src/gpu/cl/operators/ClPool3d.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100771 "src/gpu/cl/operators/ClQuantize.cpp",
772 "src/gpu/cl/operators/ClReshape.cpp",
773 "src/gpu/cl/operators/ClScale.cpp",
Mohammed Suhail Munshi8609ca02024-02-29 17:00:07 +0000774 "src/gpu/cl/operators/ClScatter.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100775 "src/gpu/cl/operators/ClSoftmax.cpp",
776 "src/gpu/cl/operators/ClSub.cpp",
777 "src/gpu/cl/operators/ClTranspose.cpp",
Gunes Bayirec0113d2022-11-09 09:26:27 +0000778 "src/gpu/cl/operators/ClTransposedConvolution.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100779 "src/gpu/cl/operators/ClWinogradConv2d.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000780 "src/runtime/Allocator.cpp",
781 "src/runtime/BlobLifetimeManager.cpp",
782 "src/runtime/BlobMemoryPool.cpp",
783 "src/runtime/CL/CLBufferAllocator.cpp",
SiCong Li70858d82021-02-05 09:19:51 +0000784 "src/runtime/CL/CLGEMMHeuristicsHandle.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000785 "src/runtime/CL/CLHelpers.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000786 "src/runtime/CL/CLMemory.cpp",
787 "src/runtime/CL/CLMemoryRegion.cpp",
Michalis Spyrou2aad21a2020-07-02 12:43:53 +0100788 "src/runtime/CL/CLOperator.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000789 "src/runtime/CL/CLRuntimeContext.cpp",
790 "src/runtime/CL/CLScheduler.cpp",
791 "src/runtime/CL/CLSubTensor.cpp",
792 "src/runtime/CL/CLTensor.cpp",
793 "src/runtime/CL/CLTensorAllocator.cpp",
794 "src/runtime/CL/CLTuner.cpp",
795 "src/runtime/CL/ICLSimpleFunction.cpp",
Inki Daeea2ce172020-04-09 10:01:44 +0900796 "src/runtime/CL/Utils.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000797 "src/runtime/CL/functions/CLActivationLayer.cpp",
798 "src/runtime/CL/functions/CLArgMinMaxLayer.cpp",
799 "src/runtime/CL/functions/CLBatchNormalizationLayer.cpp",
800 "src/runtime/CL/functions/CLBatchToSpaceLayer.cpp",
801 "src/runtime/CL/functions/CLBitwiseAnd.cpp",
802 "src/runtime/CL/functions/CLBitwiseNot.cpp",
803 "src/runtime/CL/functions/CLBitwiseOr.cpp",
804 "src/runtime/CL/functions/CLBitwiseXor.cpp",
805 "src/runtime/CL/functions/CLBoundingBoxTransform.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000806 "src/runtime/CL/functions/CLCast.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000807 "src/runtime/CL/functions/CLChannelShuffleLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000808 "src/runtime/CL/functions/CLComparison.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000809 "src/runtime/CL/functions/CLConcatenateLayer.cpp",
Giorgio Arena945ae9e2021-10-13 11:13:04 +0100810 "src/runtime/CL/functions/CLConv3D.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000811 "src/runtime/CL/functions/CLConvertFullyConnectedWeights.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000812 "src/runtime/CL/functions/CLConvolutionLayer.cpp",
813 "src/runtime/CL/functions/CLCopy.cpp",
Sheri Zhang7e20e292021-02-02 11:49:34 +0000814 "src/runtime/CL/functions/CLCrop.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000815 "src/runtime/CL/functions/CLCropResize.cpp",
816 "src/runtime/CL/functions/CLDeconvolutionLayer.cpp",
817 "src/runtime/CL/functions/CLDeconvolutionLayerUpsample.cpp",
818 "src/runtime/CL/functions/CLDepthConvertLayer.cpp",
819 "src/runtime/CL/functions/CLDepthToSpaceLayer.cpp",
820 "src/runtime/CL/functions/CLDepthwiseConvolutionLayer.cpp",
821 "src/runtime/CL/functions/CLDequantizationLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000822 "src/runtime/CL/functions/CLDirectConvolutionLayer.cpp",
823 "src/runtime/CL/functions/CLDirectDeconvolutionLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000824 "src/runtime/CL/functions/CLElementwiseOperations.cpp",
Jakub Sujakee301b32021-06-04 09:46:08 +0100825 "src/runtime/CL/functions/CLElementwiseUnaryLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000826 "src/runtime/CL/functions/CLFFT1D.cpp",
827 "src/runtime/CL/functions/CLFFT2D.cpp",
828 "src/runtime/CL/functions/CLFFTConvolutionLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000829 "src/runtime/CL/functions/CLFill.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000830 "src/runtime/CL/functions/CLFlattenLayer.cpp",
831 "src/runtime/CL/functions/CLFloor.cpp",
832 "src/runtime/CL/functions/CLFullyConnectedLayer.cpp",
833 "src/runtime/CL/functions/CLFuseBatchNormalization.cpp",
834 "src/runtime/CL/functions/CLGEMM.cpp",
835 "src/runtime/CL/functions/CLGEMMConvolutionLayer.cpp",
836 "src/runtime/CL/functions/CLGEMMDeconvolutionLayer.cpp",
837 "src/runtime/CL/functions/CLGEMMLowpMatrixMultiplyCore.cpp",
838 "src/runtime/CL/functions/CLGEMMLowpOutputStage.cpp",
839 "src/runtime/CL/functions/CLGather.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000840 "src/runtime/CL/functions/CLGenerateProposalsLayer.cpp",
Gian Marco Iodice76335eb2022-11-17 11:03:39 +0000841 "src/runtime/CL/functions/CLIndirectConvolutionLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000842 "src/runtime/CL/functions/CLInstanceNormalizationLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000843 "src/runtime/CL/functions/CLL2NormalizeLayer.cpp",
844 "src/runtime/CL/functions/CLLSTMLayer.cpp",
845 "src/runtime/CL/functions/CLLSTMLayerQuantized.cpp",
Sang-Hoon Park75eea332020-11-13 13:44:13 +0000846 "src/runtime/CL/functions/CLLogicalAnd.cpp",
847 "src/runtime/CL/functions/CLLogicalNot.cpp",
848 "src/runtime/CL/functions/CLLogicalOr.cpp",
Ramy Elgammalf26ea2f2023-03-24 11:42:03 +0000849 "src/runtime/CL/functions/CLMatMul.cpp",
Gian Marco Iodice4d81d752020-07-14 15:05:31 +0100850 "src/runtime/CL/functions/CLMaxUnpoolingLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000851 "src/runtime/CL/functions/CLMeanStdDevNormalizationLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000852 "src/runtime/CL/functions/CLNormalizationLayer.cpp",
853 "src/runtime/CL/functions/CLNormalizePlanarYUVLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000854 "src/runtime/CL/functions/CLPReluLayer.cpp",
855 "src/runtime/CL/functions/CLPadLayer.cpp",
856 "src/runtime/CL/functions/CLPermute.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000857 "src/runtime/CL/functions/CLPixelWiseMultiplication.cpp",
ramelg0137515692022-02-26 22:06:20 +0000858 "src/runtime/CL/functions/CLPooling3dLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000859 "src/runtime/CL/functions/CLPoolingLayer.cpp",
860 "src/runtime/CL/functions/CLPriorBoxLayer.cpp",
Michele Di Giorgio1c1b3aa2020-04-02 17:35:42 +0100861 "src/runtime/CL/functions/CLQLSTMLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000862 "src/runtime/CL/functions/CLQuantizationLayer.cpp",
863 "src/runtime/CL/functions/CLRNNLayer.cpp",
864 "src/runtime/CL/functions/CLROIAlignLayer.cpp",
865 "src/runtime/CL/functions/CLROIPoolingLayer.cpp",
866 "src/runtime/CL/functions/CLRange.cpp",
867 "src/runtime/CL/functions/CLReduceMean.cpp",
868 "src/runtime/CL/functions/CLReductionOperation.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000869 "src/runtime/CL/functions/CLReorgLayer.cpp",
870 "src/runtime/CL/functions/CLReshapeLayer.cpp",
871 "src/runtime/CL/functions/CLReverse.cpp",
872 "src/runtime/CL/functions/CLScale.cpp",
Mohammed Suhail Munshi8609ca02024-02-29 17:00:07 +0000873 "src/runtime/CL/functions/CLScatter.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000874 "src/runtime/CL/functions/CLSelect.cpp",
875 "src/runtime/CL/functions/CLSlice.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000876 "src/runtime/CL/functions/CLSoftmaxLayer.cpp",
877 "src/runtime/CL/functions/CLSpaceToBatchLayer.cpp",
878 "src/runtime/CL/functions/CLSpaceToDepthLayer.cpp",
879 "src/runtime/CL/functions/CLSplit.cpp",
880 "src/runtime/CL/functions/CLStackLayer.cpp",
881 "src/runtime/CL/functions/CLStridedSlice.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000882 "src/runtime/CL/functions/CLTile.cpp",
883 "src/runtime/CL/functions/CLTranspose.cpp",
884 "src/runtime/CL/functions/CLUnstack.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000885 "src/runtime/CL/functions/CLWinogradConvolutionLayer.cpp",
SiCong Lia085a0c2020-12-02 14:54:34 +0000886 "src/runtime/CL/gemm/CLGEMMDefaultTypeBifrost.cpp",
887 "src/runtime/CL/gemm/CLGEMMDefaultTypeMidgard.cpp",
888 "src/runtime/CL/gemm/CLGEMMDefaultTypeValhall.cpp",
SiCong Libd8b1e22021-02-04 13:07:09 +0000889 "src/runtime/CL/gemm_auto_heuristics/CLGEMMAutoHeuristics.cpp",
SiCong Li7061eb22021-01-08 15:16:02 +0000890 "src/runtime/CL/mlgo/HeuristicTree.cpp",
891 "src/runtime/CL/mlgo/MLGOHeuristics.cpp",
892 "src/runtime/CL/mlgo/MLGOParser.cpp",
893 "src/runtime/CL/mlgo/Utils.cpp",
Manuel Bottinib56c1752020-11-18 17:56:30 +0000894 "src/runtime/CL/tuners/CLTuningParametersList.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000895 "src/runtime/CPP/CPPScheduler.cpp",
896 "src/runtime/CPP/ICPPSimpleFunction.cpp",
897 "src/runtime/CPP/SingleThreadScheduler.cpp",
898 "src/runtime/CPP/functions/CPPBoxWithNonMaximaSuppressionLimit.cpp",
899 "src/runtime/CPP/functions/CPPDetectionOutputLayer.cpp",
900 "src/runtime/CPP/functions/CPPDetectionPostProcessLayer.cpp",
901 "src/runtime/CPP/functions/CPPNonMaximumSuppression.cpp",
902 "src/runtime/CPP/functions/CPPPermute.cpp",
903 "src/runtime/CPP/functions/CPPTopKV.cpp",
904 "src/runtime/CPP/functions/CPPUpsample.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000905 "src/runtime/IScheduler.cpp",
906 "src/runtime/ISimpleLifetimeManager.cpp",
907 "src/runtime/ITensorAllocator.cpp",
908 "src/runtime/IWeightsManager.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000909 "src/runtime/Memory.cpp",
910 "src/runtime/MemoryManagerOnDemand.cpp",
Michalis Spyroubcd23522020-05-21 15:02:36 +0100911 "src/runtime/NEON/INEOperator.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000912 "src/runtime/NEON/INESimpleFunction.cpp",
913 "src/runtime/NEON/INESimpleFunctionNoBorder.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000914 "src/runtime/NEON/functions/NEActivationLayer.cpp",
Gunes Bayirae72a462023-01-29 13:24:24 +0000915 "src/runtime/NEON/functions/NEAddMulAdd.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000916 "src/runtime/NEON/functions/NEArgMinMaxLayer.cpp",
917 "src/runtime/NEON/functions/NEArithmeticAddition.cpp",
918 "src/runtime/NEON/functions/NEArithmeticSubtraction.cpp",
919 "src/runtime/NEON/functions/NEBatchNormalizationLayer.cpp",
920 "src/runtime/NEON/functions/NEBatchToSpaceLayer.cpp",
921 "src/runtime/NEON/functions/NEBitwiseAnd.cpp",
922 "src/runtime/NEON/functions/NEBitwiseNot.cpp",
923 "src/runtime/NEON/functions/NEBitwiseOr.cpp",
924 "src/runtime/NEON/functions/NEBitwiseXor.cpp",
925 "src/runtime/NEON/functions/NEBoundingBoxTransform.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000926 "src/runtime/NEON/functions/NECast.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000927 "src/runtime/NEON/functions/NEChannelShuffleLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000928 "src/runtime/NEON/functions/NEConcatenateLayer.cpp",
Sheri Zhang6d9c9822021-09-24 16:02:57 +0100929 "src/runtime/NEON/functions/NEConv3D.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000930 "src/runtime/NEON/functions/NEConvertFullyConnectedWeights.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000931 "src/runtime/NEON/functions/NEConvolutionLayer.cpp",
932 "src/runtime/NEON/functions/NECopy.cpp",
933 "src/runtime/NEON/functions/NECropResize.cpp",
934 "src/runtime/NEON/functions/NEDeconvolutionLayer.cpp",
935 "src/runtime/NEON/functions/NEDepthConvertLayer.cpp",
936 "src/runtime/NEON/functions/NEDepthToSpaceLayer.cpp",
937 "src/runtime/NEON/functions/NEDepthwiseConvolutionLayer.cpp",
938 "src/runtime/NEON/functions/NEDequantizationLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000939 "src/runtime/NEON/functions/NEDetectionPostProcessLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000940 "src/runtime/NEON/functions/NEDirectConvolutionLayer.cpp",
Sang-Hoon Park63001ac2021-01-18 14:20:27 +0000941 "src/runtime/NEON/functions/NEElementwiseOperations.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000942 "src/runtime/NEON/functions/NEElementwiseUnaryLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000943 "src/runtime/NEON/functions/NEFFT1D.cpp",
944 "src/runtime/NEON/functions/NEFFT2D.cpp",
945 "src/runtime/NEON/functions/NEFFTConvolutionLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000946 "src/runtime/NEON/functions/NEFill.cpp",
947 "src/runtime/NEON/functions/NEFillBorder.cpp",
948 "src/runtime/NEON/functions/NEFlattenLayer.cpp",
949 "src/runtime/NEON/functions/NEFloor.cpp",
950 "src/runtime/NEON/functions/NEFullyConnectedLayer.cpp",
951 "src/runtime/NEON/functions/NEFuseBatchNormalization.cpp",
952 "src/runtime/NEON/functions/NEGEMM.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +0000953 "src/runtime/NEON/functions/NEGEMMConv2d.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000954 "src/runtime/NEON/functions/NEGEMMConvolutionLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000955 "src/runtime/NEON/functions/NEGEMMLowpMatrixMultiplyCore.cpp",
956 "src/runtime/NEON/functions/NEGEMMLowpOutputStage.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000957 "src/runtime/NEON/functions/NEGather.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000958 "src/runtime/NEON/functions/NEGenerateProposalsLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000959 "src/runtime/NEON/functions/NEInstanceNormalizationLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000960 "src/runtime/NEON/functions/NEL2NormalizeLayer.cpp",
961 "src/runtime/NEON/functions/NELSTMLayer.cpp",
962 "src/runtime/NEON/functions/NELSTMLayerQuantized.cpp",
Georgios Pinitas58bce682020-11-13 11:38:58 +0000963 "src/runtime/NEON/functions/NELogical.cpp",
Mohammed Suhail Munshia1b1e412023-03-23 22:21:31 +0000964 "src/runtime/NEON/functions/NEMatMul.cpp",
morgolock37722d92020-04-09 14:17:48 +0100965 "src/runtime/NEON/functions/NEMaxUnpoolingLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000966 "src/runtime/NEON/functions/NEMeanStdDevNormalizationLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000967 "src/runtime/NEON/functions/NENormalizationLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000968 "src/runtime/NEON/functions/NEPReluLayer.cpp",
969 "src/runtime/NEON/functions/NEPadLayer.cpp",
970 "src/runtime/NEON/functions/NEPermute.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000971 "src/runtime/NEON/functions/NEPixelWiseMultiplication.cpp",
Adnan AlSinan171fc3d2022-03-15 18:46:42 +0000972 "src/runtime/NEON/functions/NEPooling3dLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000973 "src/runtime/NEON/functions/NEPoolingLayer.cpp",
974 "src/runtime/NEON/functions/NEPriorBoxLayer.cpp",
Michele Di Giorgio47a89902020-03-09 19:32:33 +0000975 "src/runtime/NEON/functions/NEQLSTMLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000976 "src/runtime/NEON/functions/NEQuantizationLayer.cpp",
977 "src/runtime/NEON/functions/NERNNLayer.cpp",
978 "src/runtime/NEON/functions/NEROIAlignLayer.cpp",
979 "src/runtime/NEON/functions/NEROIPoolingLayer.cpp",
980 "src/runtime/NEON/functions/NERange.cpp",
981 "src/runtime/NEON/functions/NEReduceMean.cpp",
982 "src/runtime/NEON/functions/NEReductionOperation.cpp",
David Svantessonf0ff76d2023-04-28 16:34:52 +0000983 "src/runtime/NEON/functions/NEReorderLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000984 "src/runtime/NEON/functions/NEReorgLayer.cpp",
985 "src/runtime/NEON/functions/NEReshapeLayer.cpp",
986 "src/runtime/NEON/functions/NEReverse.cpp",
987 "src/runtime/NEON/functions/NEScale.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000988 "src/runtime/NEON/functions/NESelect.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000989 "src/runtime/NEON/functions/NESlice.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000990 "src/runtime/NEON/functions/NESoftmaxLayer.cpp",
991 "src/runtime/NEON/functions/NESpaceToBatchLayer.cpp",
992 "src/runtime/NEON/functions/NESpaceToDepthLayer.cpp",
993 "src/runtime/NEON/functions/NESplit.cpp",
994 "src/runtime/NEON/functions/NEStackLayer.cpp",
995 "src/runtime/NEON/functions/NEStridedSlice.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000996 "src/runtime/NEON/functions/NETile.cpp",
997 "src/runtime/NEON/functions/NETranspose.cpp",
998 "src/runtime/NEON/functions/NEUnstack.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000999 "src/runtime/NEON/functions/NEWinogradConvolutionLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +00001000 "src/runtime/OMP/OMPScheduler.cpp",
1001 "src/runtime/OffsetLifetimeManager.cpp",
1002 "src/runtime/OffsetMemoryPool.cpp",
Michalis Spyroubcd23522020-05-21 15:02:36 +01001003 "src/runtime/OperatorTensor.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +00001004 "src/runtime/PoolManager.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +00001005 "src/runtime/RuntimeContext.cpp",
1006 "src/runtime/Scheduler.cpp",
1007 "src/runtime/SchedulerFactory.cpp",
morgolock51112642020-08-20 14:51:39 +01001008 "src/runtime/SchedulerUtils.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +00001009 "src/runtime/SubTensor.cpp",
1010 "src/runtime/Tensor.cpp",
1011 "src/runtime/TensorAllocator.cpp",
1012 "src/runtime/Utils.cpp",
Ramy Elgammaldf6a3b02022-11-30 16:23:10 +00001013 "src/runtime/heuristics/direct_conv/ClDirectConvDefaultConfigBifrost.cpp",
1014 "src/runtime/heuristics/direct_conv/ClDirectConvDefaultConfigValhall.cpp",
Gian Marco Iodice9d3bd412022-12-30 09:45:00 +00001015 "src/runtime/heuristics/dwc_native/ClDWCNativeDefaultConfigBifrost.cpp",
1016 "src/runtime/heuristics/dwc_native/ClDWCNativeDefaultConfigValhall.cpp",
1017 "src/runtime/heuristics/dwc_native/ClDWCNativeHeuristicsHelpers.cpp",
Gian Marco Iodicea5cb79f2022-12-28 13:53:51 +00001018 "src/runtime/heuristics/indirect_conv/ClIndirectConvDefaultConfigValhall.cpp",
Gian Marco Iodice352c07d2023-05-03 12:21:38 +01001019 "src/runtime/heuristics/matmul_native/ClMatMulNativeDefaultConfigValhall.cpp",
Gunes Bayir85cafff2023-12-18 13:29:31 +00001020 "src/runtime/heuristics/matmul_native/ClMatMulNativeDefaultVariantValhall.cpp",
Gian Marco Iodice352c07d2023-05-03 12:21:38 +01001021 "src/runtime/heuristics/matmul_native/ClMatMulNativeHelpers.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +00001022 "utils/CommonGraphOptions.cpp",
1023 "utils/GraphUtils.cpp",
1024 "utils/Utils.cpp",
1025
1026 ],
1027 arch: {
1028 arm: {
1029 srcs: [
1030 "src/core/NEON/kernels/arm_gemm/kernels/a32_sgemm_8x6/a53.cpp",
1031 "src/core/NEON/kernels/arm_gemm/kernels/a32_sgemm_8x6/a55r1.cpp",
1032 "src/core/NEON/kernels/arm_gemm/kernels/a32_sgemm_8x6/generic.cpp",
1033
1034 ],
1035 },
1036 arm64: {
1037 srcs: [
Michele Di Giorgiod02d5ed2021-01-22 09:47:04 +00001038 "src/core/NEON/kernels/arm_conv/depthwise/interleaves/a64_s8q_3x3_dot.cpp",
1039 "src/core/NEON/kernels/arm_conv/depthwise/interleaves/a64_u8q_3x3_dot.cpp",
1040 "src/core/NEON/kernels/arm_conv/depthwise/interleaves/sve_s8q_3x3_dot.cpp",
1041 "src/core/NEON/kernels/arm_conv/depthwise/interleaves/sve_u8q_3x3_dot.cpp",
1042 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_nhwc_3x3_s1_output2x2_mla_depthfirst/generic_direct.cpp",
1043 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_nhwc_3x3_s1_output2x2_mla_depthfirst/generic_indirect.cpp",
1044 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_nhwc_3x3_s1_output3x3_mla_depthfirst/generic_direct.cpp",
1045 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_nhwc_3x3_s1_output3x3_mla_depthfirst/generic_indirect.cpp",
1046 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_nhwc_3x3_s1_output4x4_mla_depthfirst/generic_direct.cpp",
1047 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_nhwc_3x3_s1_output4x4_mla_depthfirst/generic_indirect.cpp",
1048 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_nhwc_3x3_s2_output2x2_mla_depthfirst/generic_direct.cpp",
1049 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_nhwc_3x3_s2_output2x2_mla_depthfirst/generic_indirect.cpp",
1050 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_nhwc_5x5_s1_output2x2_mla_depthfirst/generic_direct.cpp",
1051 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_nhwc_5x5_s1_output2x2_mla_depthfirst/generic_indirect.cpp",
1052 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_nhwc_generic_output9_mla_depthfirst/generic.cpp",
1053 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_packed_to_nhwc_generic_with_multiplier_output2x8_mla_depthfirst/generic.cpp",
1054 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_nhwc_3x3_s1_output2x2_mla_depthfirst/generic_direct.cpp",
1055 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_nhwc_3x3_s1_output2x2_mla_depthfirst/generic_indirect.cpp",
1056 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_nhwc_3x3_s1_output3x3_mla_depthfirst/generic_direct.cpp",
1057 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_nhwc_3x3_s1_output3x3_mla_depthfirst/generic_indirect.cpp",
1058 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_nhwc_3x3_s1_output4x4_mla_depthfirst/generic_direct.cpp",
1059 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_nhwc_3x3_s1_output4x4_mla_depthfirst/generic_indirect.cpp",
1060 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_nhwc_3x3_s2_output2x2_mla_depthfirst/generic_direct.cpp",
1061 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_nhwc_3x3_s2_output2x2_mla_depthfirst/generic_indirect.cpp",
1062 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_nhwc_5x5_s1_output2x2_mla_depthfirst/generic_direct.cpp",
1063 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_nhwc_5x5_s1_output2x2_mla_depthfirst/generic_indirect.cpp",
1064 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_nhwc_generic_output9_mla_depthfirst/generic.cpp",
1065 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_packed_to_nhwc_3x3_s2_with_multiplier_output3x3_mla_depthfirst/generic.cpp",
1066 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_packed_to_nhwc_5x5_s1_with_multiplier_output2x4_mla_depthfirst/generic.cpp",
1067 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_packed_to_nhwc_generic_with_multiplier_output2x8_mla_depthfirst/generic.cpp",
1068 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_s8q_nhwc_3x3_s1_output2x2_dot_depthfirst/generic.cpp",
1069 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_s8q_nhwc_3x3_s1_output2x2_mla_depthfirst/generic.cpp",
1070 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_s8q_nhwc_3x3_s2_output2x2_mla_depthfirst/generic.cpp",
1071 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_s8q_nhwc_5x5_s1_output2x2_mla_depthfirst/generic.cpp",
1072 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_s8q_nhwc_generic_output9_mla_depthfirst/generic.cpp",
1073 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_s8q_packed_to_nhwc_3x3_s2_with_multiplier_output2x4_dot_depthfirst/generic.cpp",
1074 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_s8q_packed_to_nhwc_5x5_s1_with_multiplier_output4x2_dot_depthfirst/generic.cpp",
1075 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_s8q_packed_to_nhwc_generic_with_multiplier_output2x8_mla_depthfirst/generic.cpp",
1076 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_s8qs_nhwc_3x3_s1_output2x2_dot_depthfirst/generic.cpp",
1077 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8q_nhwc_3x3_s1_output2x2_dot_depthfirst/generic.cpp",
1078 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8q_nhwc_3x3_s1_output2x2_mla_depthfirst/generic.cpp",
1079 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8q_nhwc_3x3_s2_output2x2_mla_depthfirst/generic.cpp",
1080 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8q_nhwc_5x5_s1_output2x2_mla_depthfirst/generic.cpp",
1081 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8q_nhwc_generic_output9_mla_depthfirst/generic.cpp",
1082 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8q_packed_to_nhwc_3x3_s2_with_multiplier_output2x4_dot_depthfirst/generic.cpp",
1083 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8q_packed_to_nhwc_5x5_s1_with_multiplier_output4x2_dot_depthfirst/generic.cpp",
1084 "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 +01001085 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8qa_nhwc_3x3_s1_output2x2_mla_depthfirst/generic.cpp",
1086 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8qa_nhwc_3x3_s2_output2x2_mla_depthfirst/generic.cpp",
1087 "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 +00001088 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8s8u8q_nhwc_3x3_s1_output2x2_mla_depthfirst/generic.cpp",
1089 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8s8u8q_nhwc_3x3_s2_output2x2_mla_depthfirst/generic.cpp",
1090 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8s8u8q_nhwc_5x5_s1_output2x2_mla_depthfirst/generic.cpp",
1091 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8s8u8q_nhwc_generic_output9_mla_depthfirst/generic.cpp",
1092 "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 +01001093 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_fp16_nhwc_3x3_s1_output2x2_mla_depthfirst/generic_direct.cpp",
1094 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_fp16_nhwc_3x3_s1_output2x2_mla_depthfirst/generic_indirect.cpp",
1095 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_fp16_nhwc_3x3_s1_output3x3_mla_depthfirst/generic_direct.cpp",
1096 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_fp16_nhwc_3x3_s1_output3x3_mla_depthfirst/generic_indirect.cpp",
1097 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_fp16_nhwc_3x3_s1_output4x4_mla_depthfirst/generic_direct.cpp",
1098 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_fp16_nhwc_3x3_s1_output4x4_mla_depthfirst/generic_indirect.cpp",
1099 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_fp16_nhwc_3x3_s2_output2x2_mla_depthfirst/generic_direct.cpp",
1100 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_fp16_nhwc_3x3_s2_output2x2_mla_depthfirst/generic_indirect.cpp",
1101 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_fp16_nhwc_5x5_s1_output2x2_mla_depthfirst/generic_direct.cpp",
1102 "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 +01001103 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_fp32_nhwc_3x3_s1_output2x2_mla_depthfirst/generic_direct.cpp",
1104 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_fp32_nhwc_3x3_s1_output2x2_mla_depthfirst/generic_indirect.cpp",
1105 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_fp32_nhwc_3x3_s1_output3x3_mla_depthfirst/generic_direct.cpp",
1106 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_fp32_nhwc_3x3_s1_output3x3_mla_depthfirst/generic_indirect.cpp",
1107 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_fp32_nhwc_3x3_s1_output4x4_mla_depthfirst/generic_direct.cpp",
1108 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_fp32_nhwc_3x3_s1_output4x4_mla_depthfirst/generic_indirect.cpp",
1109 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_fp32_nhwc_3x3_s2_output2x2_mla_depthfirst/generic_direct.cpp",
1110 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_fp32_nhwc_3x3_s2_output2x2_mla_depthfirst/generic_indirect.cpp",
1111 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_fp32_planar_3x3_s1_4rows_mla_za/generic.cpp",
1112 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_fp32_planar_3x3_s2_4rows_mla_za/generic.cpp",
1113 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_fp32_planar_5x5_s1_4rows_mla_za/generic.cpp",
1114 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_fp32_planar_5x5_s2_4rows_mla_za/generic.cpp",
1115 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_fp32bf16fp32_planar_3x3_s1_4rows_dot_za/generic.cpp",
1116 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_fp32bf16fp32_planar_3x3_s2_4rows_dot_za/generic.cpp",
1117 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_fp32bf16fp32_planar_5x5_s1_4rows_dot_za/generic.cpp",
1118 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_fp32bf16fp32_planar_5x5_s2_4rows_dot_za/generic.cpp",
1119 "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 +01001120 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_s8q_planar_3x3_s2_4rows_dot_za/generic.cpp",
1121 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_s8q_planar_5x5_s1_4rows_dot_za/generic.cpp",
1122 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_s8q_planar_5x5_s2_4rows_dot_za/generic.cpp",
1123 "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 +01001124 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_u8q_planar_3x3_s2_4rows_dot_za/generic.cpp",
1125 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_u8q_planar_5x5_s1_4rows_dot_za/generic.cpp",
1126 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_u8q_planar_5x5_s2_4rows_dot_za/generic.cpp",
1127 "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 +01001128 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_u8s8u8q_planar_3x3_s2_4rows_dot_za/generic.cpp",
1129 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_u8s8u8q_planar_5x5_s1_4rows_dot_za/generic.cpp",
1130 "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 +00001131 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp16_nhwc_3x3_s1_output2x2_mla_depthfirst/generic_direct.cpp",
1132 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp16_nhwc_3x3_s1_output2x2_mla_depthfirst/generic_indirect.cpp",
1133 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp16_nhwc_3x3_s1_output3x3_mla_depthfirst/generic_direct.cpp",
1134 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp16_nhwc_3x3_s1_output3x3_mla_depthfirst/generic_indirect.cpp",
1135 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp16_nhwc_3x3_s1_output4x4_mla_depthfirst/generic_direct.cpp",
1136 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp16_nhwc_3x3_s1_output4x4_mla_depthfirst/generic_indirect.cpp",
1137 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp16_nhwc_3x3_s2_output2x2_mla_depthfirst/generic_direct.cpp",
1138 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp16_nhwc_3x3_s2_output2x2_mla_depthfirst/generic_indirect.cpp",
1139 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp16_nhwc_5x5_s1_output2x2_mla_depthfirst/generic_direct.cpp",
1140 "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 +00001141 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_nhwc_3x3_s1_output2x2_mla_depthfirst/generic_direct.cpp",
1142 "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 +00001143 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_nhwc_3x3_s1_output3x3_mla_depthfirst/generic_direct.cpp",
1144 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_nhwc_3x3_s1_output3x3_mla_depthfirst/generic_indirect.cpp",
1145 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_nhwc_3x3_s1_output4x4_mla_depthfirst/generic_direct.cpp",
1146 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_nhwc_3x3_s1_output4x4_mla_depthfirst/generic_indirect.cpp",
1147 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_nhwc_3x3_s2_output2x2_mla_depthfirst/generic_direct.cpp",
1148 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_nhwc_3x3_s2_output2x2_mla_depthfirst/generic_indirect.cpp",
1149 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_nhwc_5x5_s1_output2x2_mla_depthfirst/generic_direct.cpp",
1150 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_nhwc_5x5_s1_output2x2_mla_depthfirst/generic_indirect.cpp",
1151 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_nhwc_generic_output9_mla_depthfirst/generic.cpp",
1152 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_packed_to_nhwc_3x3_s2_with_multiplier_output3x3_mla_depthfirst/generic.cpp",
1153 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_packed_to_nhwc_5x5_s1_with_multiplier_output2x4_mla_depthfirst/generic.cpp",
1154 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_packed_to_nhwc_generic_with_multiplier_output2x8_mla_depthfirst/generic.cpp",
1155 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_s8q_nhwc_3x3_s1_output2x2_dot_depthfirst/generic.cpp",
1156 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_s8q_nhwc_3x3_s1_output2x2_mla_depthfirst/generic.cpp",
1157 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_s8q_nhwc_3x3_s2_output2x2_mla_depthfirst/generic.cpp",
1158 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_s8q_nhwc_5x5_s1_output2x2_mla_depthfirst/generic.cpp",
1159 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_s8q_packed_to_nhwc_3x3_s2_with_multiplier_output2x4_dot_depthfirst/generic.cpp",
1160 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_s8q_packed_to_nhwc_5x5_s1_with_multiplier_output4x2_dot_depthfirst/generic.cpp",
1161 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_s8qs_nhwc_3x3_s1_output2x2_dot_depthfirst/generic.cpp",
1162 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_u8q_nhwc_3x3_s1_output2x2_dot_depthfirst/generic.cpp",
1163 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_u8q_nhwc_3x3_s1_output2x2_mla_depthfirst/generic.cpp",
1164 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_u8q_nhwc_3x3_s2_output2x2_mla_depthfirst/generic.cpp",
1165 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_u8q_nhwc_5x5_s1_output2x2_mla_depthfirst/generic.cpp",
1166 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_u8q_packed_to_nhwc_3x3_s2_with_multiplier_output2x4_dot_depthfirst/generic.cpp",
1167 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_u8q_packed_to_nhwc_5x5_s1_with_multiplier_output4x2_dot_depthfirst/generic.cpp",
1168 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_u8s8u8q_nhwc_3x3_s1_output2x2_mla_depthfirst/generic.cpp",
1169 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_u8s8u8q_nhwc_3x3_s2_output2x2_mla_depthfirst/generic.cpp",
1170 "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 +00001171 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_fp16_nhwc_avg_3x3_s1_output2x2_depthfirst/generic.cpp",
1172 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_fp16_nhwc_avg_generic_depthfirst/generic.cpp",
1173 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_fp16_nhwc_max_2x2_s1_output2x2_depthfirst/generic.cpp",
1174 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_fp16_nhwc_max_generic_depthfirst/generic.cpp",
1175 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_fp32_nhwc_avg_3x3_s1_output2x2_depthfirst/generic.cpp",
1176 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_fp32_nhwc_avg_generic_depthfirst/generic.cpp",
1177 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_fp32_nhwc_max_2x2_s1_output2x2_depthfirst/generic.cpp",
1178 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_fp32_nhwc_max_generic_depthfirst/generic.cpp",
1179 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_s8_nhwc_avg_generic_depthfirst/generic.cpp",
1180 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_s8_nhwc_max_2x2_s1_output2x2_depthfirst/generic.cpp",
1181 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_s8_nhwc_max_generic_depthfirst/generic.cpp",
1182 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_s8q_nhwc_avg_generic_depthfirst/generic.cpp",
1183 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_s8q_nhwc_max_generic_depthfirst/generic.cpp",
1184 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_u8_nhwc_avg_generic_depthfirst/generic.cpp",
1185 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_u8_nhwc_max_2x2_s1_output2x2_depthfirst/generic.cpp",
1186 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_u8_nhwc_max_generic_depthfirst/generic.cpp",
1187 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_u8q_nhwc_avg_generic_depthfirst/generic.cpp",
1188 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_u8q_nhwc_max_generic_depthfirst/generic.cpp",
Viet-Hoa Do03b29712022-06-01 11:47:14 +01001189 "src/core/NEON/kernels/arm_conv/pooling/kernels/sme_fp16_nhwc_avg_3x3_s1_output2x2_depthfirst/generic.cpp",
1190 "src/core/NEON/kernels/arm_conv/pooling/kernels/sme_fp16_nhwc_avg_generic_depthfirst/generic.cpp",
1191 "src/core/NEON/kernels/arm_conv/pooling/kernels/sme_fp16_nhwc_max_2x2_s1_output2x2_depthfirst/generic.cpp",
1192 "src/core/NEON/kernels/arm_conv/pooling/kernels/sme_fp16_nhwc_max_generic_depthfirst/generic.cpp",
1193 "src/core/NEON/kernels/arm_conv/pooling/kernels/sme_fp32_nhwc_avg_3x3_s1_output2x2_depthfirst/generic.cpp",
1194 "src/core/NEON/kernels/arm_conv/pooling/kernels/sme_fp32_nhwc_avg_generic_depthfirst/generic.cpp",
1195 "src/core/NEON/kernels/arm_conv/pooling/kernels/sme_fp32_nhwc_max_2x2_s1_output2x2_depthfirst/generic.cpp",
1196 "src/core/NEON/kernels/arm_conv/pooling/kernels/sme_fp32_nhwc_max_generic_depthfirst/generic.cpp",
1197 "src/core/NEON/kernels/arm_conv/pooling/kernels/sme_s8_nhwc_avg_generic_depthfirst/generic.cpp",
1198 "src/core/NEON/kernels/arm_conv/pooling/kernels/sme_s8_nhwc_max_2x2_s1_output2x2_depthfirst/generic.cpp",
1199 "src/core/NEON/kernels/arm_conv/pooling/kernels/sme_s8_nhwc_max_generic_depthfirst/generic.cpp",
1200 "src/core/NEON/kernels/arm_conv/pooling/kernels/sme_s8q_nhwc_avg_generic_depthfirst/generic.cpp",
1201 "src/core/NEON/kernels/arm_conv/pooling/kernels/sme_s8q_nhwc_max_generic_depthfirst/generic.cpp",
1202 "src/core/NEON/kernels/arm_conv/pooling/kernels/sme_u8_nhwc_avg_generic_depthfirst/generic.cpp",
1203 "src/core/NEON/kernels/arm_conv/pooling/kernels/sme_u8_nhwc_max_2x2_s1_output2x2_depthfirst/generic.cpp",
1204 "src/core/NEON/kernels/arm_conv/pooling/kernels/sme_u8_nhwc_max_generic_depthfirst/generic.cpp",
1205 "src/core/NEON/kernels/arm_conv/pooling/kernels/sme_u8q_nhwc_avg_generic_depthfirst/generic.cpp",
1206 "src/core/NEON/kernels/arm_conv/pooling/kernels/sme_u8q_nhwc_max_generic_depthfirst/generic.cpp",
Michele Di Giorgiod556d7b2020-10-27 10:56:31 +00001207 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_fp16_nhwc_avg_3x3_s1_output2x2_depthfirst/generic.cpp",
1208 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_fp16_nhwc_avg_generic_depthfirst/generic.cpp",
1209 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_fp16_nhwc_max_2x2_s1_output2x2_depthfirst/generic.cpp",
1210 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_fp16_nhwc_max_generic_depthfirst/generic.cpp",
1211 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_fp32_nhwc_avg_3x3_s1_output2x2_depthfirst/generic.cpp",
1212 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_fp32_nhwc_avg_generic_depthfirst/generic.cpp",
1213 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_fp32_nhwc_max_2x2_s1_output2x2_depthfirst/generic.cpp",
1214 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_fp32_nhwc_max_generic_depthfirst/generic.cpp",
1215 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_s8_nhwc_avg_generic_depthfirst/generic.cpp",
1216 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_s8_nhwc_max_2x2_s1_output2x2_depthfirst/generic.cpp",
1217 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_s8_nhwc_max_generic_depthfirst/generic.cpp",
1218 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_s8q_nhwc_avg_generic_depthfirst/generic.cpp",
1219 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_s8q_nhwc_max_generic_depthfirst/generic.cpp",
1220 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_u8_nhwc_avg_generic_depthfirst/generic.cpp",
1221 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_u8_nhwc_max_2x2_s1_output2x2_depthfirst/generic.cpp",
1222 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_u8_nhwc_max_generic_depthfirst/generic.cpp",
1223 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_u8q_nhwc_avg_generic_depthfirst/generic.cpp",
1224 "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 +00001225 "src/core/NEON/kernels/arm_gemm/kernels/a64_ffhybrid_bf16fp32_mmla_6x16/generic.cpp",
1226 "src/core/NEON/kernels/arm_gemm/kernels/a64_ffhybrid_fp16_mla_6x32/generic.cpp",
1227 "src/core/NEON/kernels/arm_gemm/kernels/a64_ffhybrid_fp32_mla_6x16/generic.cpp",
1228 "src/core/NEON/kernels/arm_gemm/kernels/a64_ffhybrid_fp32bf16fp32_mmla_4x24/generic.cpp",
Milos Puzovic905786e2024-03-26 14:34:30 +00001229 "src/core/NEON/kernels/arm_gemm/kernels/a64_ffhybrid_fp32bf16fp32_mmla_6x16/generic.cpp",
Francesco.Petrogalli@arm.com5fcf22d2022-04-05 10:31:08 +00001230 "src/core/NEON/kernels/arm_gemm/kernels/a64_ffinterleaved_bf16fp32_dot_8x12/generic.cpp",
1231 "src/core/NEON/kernels/arm_gemm/kernels/a64_ffinterleaved_bf16fp32_mmla_8x12/generic.cpp",
1232 "src/core/NEON/kernels/arm_gemm/kernels/a64_ffinterleaved_fp16_mla_8x24/generic.cpp",
1233 "src/core/NEON/kernels/arm_gemm/kernels/a64_ffinterleaved_fp32_mla_8x12/generic.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001234 "src/core/NEON/kernels/arm_gemm/kernels/a64_gemm_s16_8x12/generic.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +00001235 "src/core/NEON/kernels/arm_gemm/kernels/a64_gemm_s8_4x4/generic.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001236 "src/core/NEON/kernels/arm_gemm/kernels/a64_gemm_s8_8x12/a55r1.cpp",
1237 "src/core/NEON/kernels/arm_gemm/kernels/a64_gemm_s8_8x12/generic.cpp",
1238 "src/core/NEON/kernels/arm_gemm/kernels/a64_gemm_s8_8x12/x1.cpp",
1239 "src/core/NEON/kernels/arm_gemm/kernels/a64_gemm_u16_8x12/generic.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +00001240 "src/core/NEON/kernels/arm_gemm/kernels/a64_gemm_u8_4x4/generic.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001241 "src/core/NEON/kernels/arm_gemm/kernels/a64_gemm_u8_8x12/a55r1.cpp",
1242 "src/core/NEON/kernels/arm_gemm/kernels/a64_gemm_u8_8x12/generic.cpp",
1243 "src/core/NEON/kernels/arm_gemm/kernels/a64_gemm_u8_8x12/x1.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001244 "src/core/NEON/kernels/arm_gemm/kernels/a64_hgemm_8x24/a55r1.cpp",
1245 "src/core/NEON/kernels/arm_gemm/kernels/a64_hgemm_8x24/generic.cpp",
1246 "src/core/NEON/kernels/arm_gemm/kernels/a64_hgemm_8x24/x1.cpp",
1247 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_bf16fp32_dot_6x16/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001248 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_bf16fp32_mmla_6x16/generic.cpp",
Georgios Pinitase28cf392021-01-31 05:18:43 +00001249 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_fp16_mla_6x32/a55.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001250 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_fp16_mla_6x32/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001251 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_fp32_mla_4x24/a55.cpp",
1252 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_fp32_mla_4x24/generic.cpp",
Georgios Pinitase28cf392021-01-31 05:18:43 +00001253 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_fp32_mla_6x16/a55.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001254 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_fp32_mla_6x16/generic.cpp",
Georgios Pinitase28cf392021-01-31 05:18:43 +00001255 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_fp32_mla_8x4/a55.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001256 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_fp32_mla_8x4/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001257 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_fp32bf16fp32_mmla_4x24/generic.cpp",
1258 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_fp32bf16fp32_mmla_6x16/generic.cpp",
Georgios Pinitase28cf392021-01-31 05:18:43 +00001259 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_s8qa_dot_4x16/a55.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001260 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_s8qa_dot_4x16/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001261 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_s8qa_mmla_4x16/generic.cpp",
Georgios Pinitase28cf392021-01-31 05:18:43 +00001262 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_s8qs_dot_6x16/a55.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001263 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_s8qs_dot_6x16/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001264 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_s8qs_mmla_6x16/generic.cpp",
Georgios Pinitase28cf392021-01-31 05:18:43 +00001265 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_s8s32_dot_6x16/a55.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001266 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_s8s32_dot_6x16/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001267 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_s8s32_mmla_6x16/generic.cpp",
Georgios Pinitase28cf392021-01-31 05:18:43 +00001268 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_u8qa_dot_4x16/a55.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001269 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_u8qa_dot_4x16/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001270 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_u8qa_mmla_4x16/generic.cpp",
Georgios Pinitase28cf392021-01-31 05:18:43 +00001271 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_u8u32_dot_6x16/a55.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001272 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_u8u32_dot_6x16/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001273 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_u8u32_mmla_6x16/generic.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001274 "src/core/NEON/kernels/arm_gemm/kernels/a64_interleaved_bf16fp32_dot_8x12/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001275 "src/core/NEON/kernels/arm_gemm/kernels/a64_interleaved_bf16fp32_dot_8x12/x1.cpp",
ramelg01b6e49eb2021-12-08 02:00:16 +00001276 "src/core/NEON/kernels/arm_gemm/kernels/a64_interleaved_bf16fp32_mmla_8x12/a510.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001277 "src/core/NEON/kernels/arm_gemm/kernels/a64_interleaved_bf16fp32_mmla_8x12/generic.cpp",
ramelg01b6e49eb2021-12-08 02:00:16 +00001278 "src/core/NEON/kernels/arm_gemm/kernels/a64_interleaved_s8s32_mmla_8x12/a510.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001279 "src/core/NEON/kernels/arm_gemm/kernels/a64_interleaved_s8s32_mmla_8x12/generic.cpp",
ramelg01b6e49eb2021-12-08 02:00:16 +00001280 "src/core/NEON/kernels/arm_gemm/kernels/a64_interleaved_u8u32_mmla_8x12/a510.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001281 "src/core/NEON/kernels/arm_gemm/kernels/a64_interleaved_u8u32_mmla_8x12/generic.cpp",
1282 "src/core/NEON/kernels/arm_gemm/kernels/a64_sgemm_8x12/a53.cpp",
1283 "src/core/NEON/kernels/arm_gemm/kernels/a64_sgemm_8x12/a55.cpp",
1284 "src/core/NEON/kernels/arm_gemm/kernels/a64_sgemm_8x12/a55r1.cpp",
1285 "src/core/NEON/kernels/arm_gemm/kernels/a64_sgemm_8x12/generic.cpp",
1286 "src/core/NEON/kernels/arm_gemm/kernels/a64_sgemm_8x12/x1.cpp",
Michalis Spyrou778b95c2021-04-20 12:15:52 +01001287 "src/core/NEON/kernels/arm_gemm/kernels/a64_sgemm_8x6/generic.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +00001288 "src/core/NEON/kernels/arm_gemm/kernels/a64_sgemv_pretransposed/generic.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001289 "src/core/NEON/kernels/arm_gemm/kernels/a64_smallK_hybrid_fp32_mla_6x4/generic.cpp",
1290 "src/core/NEON/kernels/arm_gemm/kernels/a64_smallK_hybrid_fp32_mla_8x4/generic.cpp",
1291 "src/core/NEON/kernels/arm_gemm/kernels/a64_smallK_hybrid_s8s32_dot_6x4/a55.cpp",
1292 "src/core/NEON/kernels/arm_gemm/kernels/a64_smallK_hybrid_s8s32_dot_6x4/generic.cpp",
1293 "src/core/NEON/kernels/arm_gemm/kernels/a64_smallK_hybrid_s8s32_dot_8x4/a55.cpp",
1294 "src/core/NEON/kernels/arm_gemm/kernels/a64_smallK_hybrid_s8s32_dot_8x4/generic.cpp",
1295 "src/core/NEON/kernels/arm_gemm/kernels/a64_smallK_hybrid_u8u32_dot_6x4/a55.cpp",
1296 "src/core/NEON/kernels/arm_gemm/kernels/a64_smallK_hybrid_u8u32_dot_6x4/generic.cpp",
1297 "src/core/NEON/kernels/arm_gemm/kernels/a64_smallK_hybrid_u8u32_dot_8x4/a55.cpp",
1298 "src/core/NEON/kernels/arm_gemm/kernels/a64_smallK_hybrid_u8u32_dot_8x4/generic.cpp",
Viet-Hoa Do03b29712022-06-01 11:47:14 +01001299 "src/core/NEON/kernels/arm_gemm/kernels/sme2_gemv_bf16fp32_dot_16VL/generic.cpp",
David Mansell0fa92b82023-10-17 13:33:24 +01001300 "src/core/NEON/kernels/arm_gemm/kernels/sme2_gemv_fp16fp32fp16_dot_16VL/generic.cpp",
Viet-Hoa Do03b29712022-06-01 11:47:14 +01001301 "src/core/NEON/kernels/arm_gemm/kernels/sme2_gemv_fp32_mla_16VL/generic.cpp",
1302 "src/core/NEON/kernels/arm_gemm/kernels/sme2_gemv_fp32bf16fp32_dot_16VL/generic.cpp",
1303 "src/core/NEON/kernels/arm_gemm/kernels/sme2_gemv_s8qa_dot_16VL/generic.cpp",
1304 "src/core/NEON/kernels/arm_gemm/kernels/sme2_gemv_u8qa_dot_16VL/generic.cpp",
1305 "src/core/NEON/kernels/arm_gemm/kernels/sme2_interleaved_nomerge_bf16fp32_mopa_1VLx4VL/generic.cpp",
1306 "src/core/NEON/kernels/arm_gemm/kernels/sme2_interleaved_nomerge_bf16fp32_mopa_2VLx2VL/generic.cpp",
1307 "src/core/NEON/kernels/arm_gemm/kernels/sme2_interleaved_nomerge_bf16fp32_mopa_4VLx1VL/generic.cpp",
David Mansellaaa9da12023-03-10 13:48:50 +00001308 "src/core/NEON/kernels/arm_gemm/kernels/sme2_interleaved_nomerge_fp16fp32fp16_mopa_1VLx4VL/generic.cpp",
1309 "src/core/NEON/kernels/arm_gemm/kernels/sme2_interleaved_nomerge_fp16fp32fp16_mopa_2VLx2VL/generic.cpp",
1310 "src/core/NEON/kernels/arm_gemm/kernels/sme2_interleaved_nomerge_fp16fp32fp16_mopa_4VLx1VL/generic.cpp",
Viet-Hoa Do03b29712022-06-01 11:47:14 +01001311 "src/core/NEON/kernels/arm_gemm/kernels/sme2_interleaved_nomerge_fp32_mopa_1VLx4VL/generic.cpp",
1312 "src/core/NEON/kernels/arm_gemm/kernels/sme2_interleaved_nomerge_fp32_mopa_2VLx2VL/generic.cpp",
1313 "src/core/NEON/kernels/arm_gemm/kernels/sme2_interleaved_nomerge_fp32_mopa_4VLx1VL/generic.cpp",
1314 "src/core/NEON/kernels/arm_gemm/kernels/sme2_interleaved_nomerge_s8q_mopa_1VLx4VL/generic.cpp",
1315 "src/core/NEON/kernels/arm_gemm/kernels/sme2_interleaved_nomerge_s8q_mopa_2VLx2VL/generic.cpp",
1316 "src/core/NEON/kernels/arm_gemm/kernels/sme2_interleaved_nomerge_s8q_mopa_4VLx1VL/generic.cpp",
Jonathan Deakina668f9f2024-01-24 09:15:38 +00001317 "src/core/NEON/kernels/arm_gemm/kernels/sme2_interleaved_nomerge_s8qfp32_mopa_1VLx4VL/generic.cpp",
1318 "src/core/NEON/kernels/arm_gemm/kernels/sme2_interleaved_nomerge_s8qfp32_mopa_2VLx2VL/generic.cpp",
1319 "src/core/NEON/kernels/arm_gemm/kernels/sme2_interleaved_nomerge_s8qfp32_mopa_4VLx1VL/generic.cpp",
Viet-Hoa Do03b29712022-06-01 11:47:14 +01001320 "src/core/NEON/kernels/arm_gemm/kernels/sme2_interleaved_nomerge_s8s32_mopa_1VLx4VL/generic.cpp",
1321 "src/core/NEON/kernels/arm_gemm/kernels/sme2_interleaved_nomerge_s8s32_mopa_2VLx2VL/generic.cpp",
1322 "src/core/NEON/kernels/arm_gemm/kernels/sme2_interleaved_nomerge_s8s32_mopa_4VLx1VL/generic.cpp",
1323 "src/core/NEON/kernels/arm_gemm/kernels/sme2_interleaved_nomerge_u8q_mopa_1VLx4VL/generic.cpp",
1324 "src/core/NEON/kernels/arm_gemm/kernels/sme2_interleaved_nomerge_u8q_mopa_2VLx2VL/generic.cpp",
1325 "src/core/NEON/kernels/arm_gemm/kernels/sme2_interleaved_nomerge_u8q_mopa_4VLx1VL/generic.cpp",
Francesco.Petrogalli@arm.com5fcf22d2022-04-05 10:31:08 +00001326 "src/core/NEON/kernels/arm_gemm/kernels/sve_ffhybrid_bf16fp32_mmla_6x4VL/generic.cpp",
1327 "src/core/NEON/kernels/arm_gemm/kernels/sve_ffhybrid_fp16_mla_6x4VL/a64fx.cpp",
1328 "src/core/NEON/kernels/arm_gemm/kernels/sve_ffhybrid_fp16_mla_6x4VL/generic.cpp",
1329 "src/core/NEON/kernels/arm_gemm/kernels/sve_ffhybrid_fp32_mla_6x4VL/a64fx.cpp",
1330 "src/core/NEON/kernels/arm_gemm/kernels/sve_ffhybrid_fp32_mla_6x4VL/generic.cpp",
1331 "src/core/NEON/kernels/arm_gemm/kernels/sve_ffhybrid_fp32bf16fp32_mmla_4x6VL/generic.cpp",
1332 "src/core/NEON/kernels/arm_gemm/kernels/sve_ffinterleaved_bf16fp32_mmla_8x3VL/generic.cpp",
1333 "src/core/NEON/kernels/arm_gemm/kernels/sve_ffinterleaved_fp16_mla_8x3VL/a64fx.cpp",
1334 "src/core/NEON/kernels/arm_gemm/kernels/sve_ffinterleaved_fp16_mla_8x3VL/generic.cpp",
1335 "src/core/NEON/kernels/arm_gemm/kernels/sve_ffinterleaved_fp32_mla_8x3VL/a64fx.cpp",
1336 "src/core/NEON/kernels/arm_gemm/kernels/sve_ffinterleaved_fp32_mla_8x3VL/generic.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001337 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_bf16fp32_dot_6x4VL/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001338 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_bf16fp32_mmla_6x4VL/generic.cpp",
1339 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_fp16_mla_6x4VL/a64fx.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001340 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_fp16_mla_6x4VL/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001341 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_fp32_mla_6x4VL/a64fx.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001342 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_fp32_mla_6x4VL/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001343 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_fp32_mla_8x1VL/a64fx.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001344 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_fp32_mla_8x1VL/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001345 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_fp32bf16fp32_mmla_4x6VL/generic.cpp",
1346 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_fp32bf16fp32_mmla_6x4VL/generic.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001347 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_s8qa_dot_4x4VL/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001348 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_s8qa_mmla_4x4VL/generic.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001349 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_s8qs_dot_6x4VL/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001350 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_s8qs_mmla_6x4VL/generic.cpp",
1351 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_s8s32_dot_6x4VL/a64fx.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001352 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_s8s32_dot_6x4VL/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001353 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_s8s32_mmla_6x4VL/generic.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001354 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_u8qa_dot_4x4VL/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001355 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_u8qa_mmla_4x4VL/generic.cpp",
1356 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_u8u32_dot_6x4VL/a64fx.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001357 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_u8u32_dot_6x4VL/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001358 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_u8u32_mmla_6x4VL/generic.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001359 "src/core/NEON/kernels/arm_gemm/kernels/sve_interleaved_bf16fp32_dot_8x3VL/generic.cpp",
1360 "src/core/NEON/kernels/arm_gemm/kernels/sve_interleaved_bf16fp32_mmla_8x3VL/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001361 "src/core/NEON/kernels/arm_gemm/kernels/sve_interleaved_fp16_mla_8x3VL/a64fx.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001362 "src/core/NEON/kernels/arm_gemm/kernels/sve_interleaved_fp16_mla_8x3VL/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001363 "src/core/NEON/kernels/arm_gemm/kernels/sve_interleaved_fp32_mla_8x3VL/a64fx.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001364 "src/core/NEON/kernels/arm_gemm/kernels/sve_interleaved_fp32_mla_8x3VL/generic.cpp",
1365 "src/core/NEON/kernels/arm_gemm/kernels/sve_interleaved_fp32_mmla_8x3VL/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001366 "src/core/NEON/kernels/arm_gemm/kernels/sve_interleaved_s8s32_dot_8x3VL/a64fx.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001367 "src/core/NEON/kernels/arm_gemm/kernels/sve_interleaved_s8s32_dot_8x3VL/generic.cpp",
1368 "src/core/NEON/kernels/arm_gemm/kernels/sve_interleaved_s8s32_mmla_8x3VL/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001369 "src/core/NEON/kernels/arm_gemm/kernels/sve_interleaved_u8u32_dot_8x3VL/a64fx.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001370 "src/core/NEON/kernels/arm_gemm/kernels/sve_interleaved_u8u32_dot_8x3VL/generic.cpp",
1371 "src/core/NEON/kernels/arm_gemm/kernels/sve_interleaved_u8u32_mmla_8x3VL/generic.cpp",
ramelg01a1f78512022-06-29 16:28:10 +01001372 "src/core/NEON/kernels/convolution/winograd/input_transforms/a64_fp16_6x6.cpp",
1373 "src/core/NEON/kernels/convolution/winograd/input_transforms/a64_fp32_6x6.cpp",
Viet-Hoa Do03b29712022-06-01 11:47:14 +01001374 "src/core/NEON/kernels/convolution/winograd/input_transforms/sme_fp32_mla_6x6.cpp",
ramelg01a1f78512022-06-29 16:28:10 +01001375 "src/core/NEON/kernels/convolution/winograd/input_transforms/sve_fp32_6x6.cpp",
1376 "src/core/NEON/kernels/convolution/winograd/output_transforms/a64_fp16_4x4_3x3.cpp",
Viet-Hoa Do03b29712022-06-01 11:47:14 +01001377 "src/core/NEON/kernels/convolution/winograd/output_transforms/sme_fp32_mopa_4x4_3x3.cpp",
ramelg01a1f78512022-06-29 16:28:10 +01001378 "src/core/NEON/kernels/convolution/winograd/weight_transforms/a64_fp16_4x4_3x3.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +00001379
1380 ],
1381 },
1382 },
Georgios Pinitas41984a02019-12-11 12:05:17 +00001383 rtti: true,
1384}