blob: 3af432218b6ac70fe1e7690e5af8fb141d85fe29 [file] [log] [blame]
Georgios Pinitas41984a02019-12-11 12:05:17 +00001//
Ramy Elgammalf800adf2022-12-14 15:39:29 +00002// Copyright © 2020-2023 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",
SiCongLi1af54162021-10-06 15:25:57 +010030 "src/core/CL/cl_kernels/common/experimental/gemm_fused_post_ops/act_eltwise_op_act/fp_post_ops_act_eltwise_op_act.h",
SiCongLiafa19722021-10-24 19:12:33 +010031 "src/core/CL/cl_kernels/common/experimental/gemm_fused_post_ops/act_eltwise_op_act/gemm_mm_native.cl",
SiCongLi1af54162021-10-06 15:25:57 +010032 "src/core/CL/cl_kernels/common/experimental/gemm_fused_post_ops/act_eltwise_op_act/gemm_mm_reshaped.cl",
Ramy Elgammal451c3092022-02-01 23:01:27 +000033 "src/core/CL/cl_kernels/common/experimental/gemm_fused_post_ops/act_eltwise_op_act/gemm_mm_reshaped_only_rhs.cl",
SiCongLi1af54162021-10-06 15:25:57 +010034 "src/core/CL/cl_kernels/common/experimental/gemm_fused_post_ops/fp_elementwise_op_helpers.h",
35 "src/core/CL/cl_kernels/common/experimental/gemm_fused_post_ops/fp_mixed_precision_helpers.h",
Jakub Sujak93f7c3f2021-09-28 16:08:24 +010036 "src/core/CL/cl_kernels/common/fft.cl",
37 "src/core/CL/cl_kernels/common/fft_digit_reverse.cl",
38 "src/core/CL/cl_kernels/common/fft_scale.cl",
39 "src/core/CL/cl_kernels/common/fill_border.cl",
40 "src/core/CL/cl_kernels/common/floor.cl",
41 "src/core/CL/cl_kernels/common/gather.cl",
42 "src/core/CL/cl_kernels/common/gemm.cl",
Gunes Bayir4bfc70e2021-12-10 16:17:56 +000043 "src/core/CL/cl_kernels/common/gemm_reshaped_only_rhs_mmul.cl",
ramelg019cca5922021-11-11 10:05:00 +000044 "src/core/CL/cl_kernels/common/gemm_utils.cl",
Jakub Sujak93f7c3f2021-09-28 16:08:24 +010045 "src/core/CL/cl_kernels/common/gemmlowp.cl",
Freddie Liardete572dff2022-05-16 14:09:10 +010046 "src/core/CL/cl_kernels/common/gemmlowp_reshaped_only_rhs_mmul.cl",
Jakub Sujak93f7c3f2021-09-28 16:08:24 +010047 "src/core/CL/cl_kernels/common/gemv.cl",
48 "src/core/CL/cl_kernels/common/generate_proposals.cl",
49 "src/core/CL/cl_kernels/common/generate_proposals_quantized.cl",
50 "src/core/CL/cl_kernels/common/instance_normalization.cl",
51 "src/core/CL/cl_kernels/common/l2_normalize.cl",
52 "src/core/CL/cl_kernels/common/mean_stddev_normalization.cl",
53 "src/core/CL/cl_kernels/common/memset.cl",
54 "src/core/CL/cl_kernels/common/minmax_layer.cl",
55 "src/core/CL/cl_kernels/common/nonmax.cl",
56 "src/core/CL/cl_kernels/common/pad_layer.cl",
57 "src/core/CL/cl_kernels/common/permute.cl",
58 "src/core/CL/cl_kernels/common/pixelwise_mul_float.cl",
59 "src/core/CL/cl_kernels/common/pixelwise_mul_int.cl",
60 "src/core/CL/cl_kernels/common/qlstm_layer_normalization.cl",
61 "src/core/CL/cl_kernels/common/quantization_layer.cl",
62 "src/core/CL/cl_kernels/common/range.cl",
63 "src/core/CL/cl_kernels/common/reduction_operation.cl",
64 "src/core/CL/cl_kernels/common/reshape_layer.cl",
65 "src/core/CL/cl_kernels/common/reverse.cl",
66 "src/core/CL/cl_kernels/common/roi_align_layer.cl",
67 "src/core/CL/cl_kernels/common/roi_align_layer_quantized.cl",
68 "src/core/CL/cl_kernels/common/roi_pooling_layer.cl",
69 "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",
72 "src/core/CL/cl_kernels/common/softmax_layer_quantized.cl",
73 "src/core/CL/cl_kernels/common/stack_layer.cl",
74 "src/core/CL/cl_kernels/common/tile.cl",
75 "src/core/CL/cl_kernels/common/transpose.cl",
76 "src/core/CL/cl_kernels/common/unpooling_layer.cl",
77 "src/core/CL/cl_kernels/gemm_helpers.h",
78 "src/core/CL/cl_kernels/helpers.h",
79 "src/core/CL/cl_kernels/helpers_asymm.h",
80 "src/core/CL/cl_kernels/load_store_utility.h",
81 "src/core/CL/cl_kernels/nchw/batch_to_space.cl",
82 "src/core/CL/cl_kernels/nchw/batchnormalization_layer.cl",
83 "src/core/CL/cl_kernels/nchw/channel_shuffle.cl",
84 "src/core/CL/cl_kernels/nchw/depth_to_space.cl",
85 "src/core/CL/cl_kernels/nchw/dequantization_layer.cl",
Adnan AlSinan30124352021-12-02 19:12:20 +000086 "src/core/CL/cl_kernels/nchw/direct_convolution.cl",
Jakub Sujak93f7c3f2021-09-28 16:08:24 +010087 "src/core/CL/cl_kernels/nchw/im2col.cl",
88 "src/core/CL/cl_kernels/nchw/normalization_layer.cl",
89 "src/core/CL/cl_kernels/nchw/normalize_planar_yuv_layer.cl",
90 "src/core/CL/cl_kernels/nchw/normalize_planar_yuv_layer_quantized.cl",
91 "src/core/CL/cl_kernels/nchw/pooling_layer.cl",
92 "src/core/CL/cl_kernels/nchw/prior_box_layer.cl",
Jakub Sujak93f7c3f2021-09-28 16:08:24 +010093 "src/core/CL/cl_kernels/nchw/reorg_layer.cl",
94 "src/core/CL/cl_kernels/nchw/scale.cl",
95 "src/core/CL/cl_kernels/nchw/space_to_batch.cl",
96 "src/core/CL/cl_kernels/nchw/space_to_depth.cl",
97 "src/core/CL/cl_kernels/nchw/upsample_layer.cl",
98 "src/core/CL/cl_kernels/nchw/winograd_filter_transform.cl",
99 "src/core/CL/cl_kernels/nchw/winograd_input_transform.cl",
100 "src/core/CL/cl_kernels/nchw/winograd_output_transform.cl",
101 "src/core/CL/cl_kernels/nhwc/batch_to_space.cl",
102 "src/core/CL/cl_kernels/nhwc/batchnormalization_layer.cl",
103 "src/core/CL/cl_kernels/nhwc/channel_shuffle.cl",
104 "src/core/CL/cl_kernels/nhwc/depth_to_space.cl",
105 "src/core/CL/cl_kernels/nhwc/dequantization_layer.cl",
106 "src/core/CL/cl_kernels/nhwc/direct_convolution.cl",
Giorgio Arena945ae9e2021-10-13 11:13:04 +0100107 "src/core/CL/cl_kernels/nhwc/direct_convolution3d.cl",
Jakub Sujak93f7c3f2021-09-28 16:08:24 +0100108 "src/core/CL/cl_kernels/nhwc/dwc_native_fp_nhwc.cl",
109 "src/core/CL/cl_kernels/nhwc/dwc_native_quantized_nhwc.cl",
110 "src/core/CL/cl_kernels/nhwc/im2col.cl",
Gian Marco Iodice5d016812022-11-17 11:03:39 +0000111 "src/core/CL/cl_kernels/nhwc/indirect_convolution.cl",
Jakub Sujak93f7c3f2021-09-28 16:08:24 +0100112 "src/core/CL/cl_kernels/nhwc/normalization_layer.cl",
113 "src/core/CL/cl_kernels/nhwc/normalize_planar_yuv_layer.cl",
114 "src/core/CL/cl_kernels/nhwc/normalize_planar_yuv_layer_quantized.cl",
ramelg0137515692022-02-26 22:06:20 +0000115 "src/core/CL/cl_kernels/nhwc/pooling_3d_layer.cl",
Mohammed Suhail Munshi5e549fa2022-03-16 11:14:06 +0000116 "src/core/CL/cl_kernels/nhwc/pooling_3d_layer_quantized.cl",
Jakub Sujak93f7c3f2021-09-28 16:08:24 +0100117 "src/core/CL/cl_kernels/nhwc/pooling_layer.cl",
118 "src/core/CL/cl_kernels/nhwc/pooling_layer_quantized.cl",
Jakub Sujak93f7c3f2021-09-28 16:08:24 +0100119 "src/core/CL/cl_kernels/nhwc/reorg_layer.cl",
120 "src/core/CL/cl_kernels/nhwc/scale.cl",
121 "src/core/CL/cl_kernels/nhwc/space_to_batch.cl",
122 "src/core/CL/cl_kernels/nhwc/space_to_depth.cl",
Gunes Bayirec0113d2022-11-09 09:26:27 +0000123 "src/core/CL/cl_kernels/nhwc/transposed_convolution.cl",
Jakub Sujak93f7c3f2021-09-28 16:08:24 +0100124 "src/core/CL/cl_kernels/nhwc/upsample_layer.cl",
125 "src/core/CL/cl_kernels/nhwc/winograd_filter_transform.cl",
126 "src/core/CL/cl_kernels/nhwc/winograd_input_transform.cl",
127 "src/core/CL/cl_kernels/nhwc/winograd_output_transform.cl",
128 "src/core/CL/cl_kernels/repeat.h",
129 "src/core/CL/cl_kernels/tile_helpers.h",
130 "src/core/CL/cl_kernels/types.h",
131 "src/core/CL/cl_kernels/warp_helpers.h",
132
133]
134
Georgios Pinitas41984a02019-12-11 12:05:17 +0000135bootstrap_go_package {
136 name: "arm_compute_library_nn_driver",
137 pkgPath: "arm_compute_library_nn_driver",
138 deps: [
139 "blueprint",
140 "blueprint-pathtools",
141 "blueprint-proptools",
142 "soong",
143 "soong-android",
144 "soong-cc",
145 ],
146 srcs: [
147 "scripts/arm_compute_library_nn_driver.go",
148 ],
149 pluginFor: [ "soong_build" ],
150}
151
152arm_compute_library_defaults {
153 name: "acl-default-cppflags",
154 cppflags: [
155 "-std=c++14",
156 "-fexceptions",
157 "-DBOOST_NO_AUTO_PTR",
158 "-DEMBEDDED_KERNELS",
159 "-DARM_COMPUTE_ASSERTS_ENABLED",
160 "-DARM_COMPUTE_CPP_SCHEDULER",
Georgios Pinitas84f8aa7e2021-06-08 18:54:48 +0100161 "-DENABLE_NEON",
Michalis Spyrou31c7c262021-06-23 13:31:59 +0100162 "-DARM_COMPUTE_ENABLE_NEON",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000163 "-Wno-unused-parameter",
164 "-DNO_DOT_IN_TOOLCHAIN",
morgolockf8f812b2020-11-17 09:37:37 +0000165 "-Wno-implicit-fallthrough"
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",
Georgios Pinitasde5930f2020-10-21 10:45:44 +0100176 "src/core/common",
177 "src/core/helpers",
Michele Di Giorgiof3ad9512020-07-01 10:37:11 +0100178 "src/core/NEON/kernels/assembly",
Georgios Pinitasde5930f2020-10-21 10:45:44 +0100179 "src/core/NEON/kernels/convolution/common",
Sang-Hoon Park37f4b2e2021-05-18 10:50:26 +0100180 "src/core/NEON/kernels/convolution/winograd",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100181 "src/cpu/kernels/assembly"],
Georgios Pinitas41984a02019-12-11 12:05:17 +0000182 export_include_dirs: [".", "./include"],
183 srcs: [
Georgios Pinitas8a5146f2021-01-12 15:51:07 +0000184 "src/c/AclContext.cpp",
Georgios Pinitas06ac6e42021-07-05 08:08:52 +0100185 "src/c/AclOperator.cpp",
Georgios Pinitasc3c352e2021-03-18 10:59:40 +0000186 "src/c/AclQueue.cpp",
Georgios Pinitas3f26ef42021-02-23 10:01:33 +0000187 "src/c/AclTensor.cpp",
188 "src/c/AclTensorPack.cpp",
Georgios Pinitas8a5146f2021-01-12 15:51:07 +0000189 "src/c/AclVersion.cpp",
190 "src/c/cl/AclOpenClExt.cpp",
Georgios Pinitas41648142021-08-03 08:24:00 +0100191 "src/c/operators/AclActivation.cpp",
Georgios Pinitas8a5146f2021-01-12 15:51:07 +0000192 "src/common/AllocatorWrapper.cpp",
Georgios Pinitas41648142021-08-03 08:24:00 +0100193 "src/common/IOperator.cpp",
Sang-Hoon Parkc6fcfb42021-03-31 15:18:16 +0100194 "src/common/ITensorV2.cpp",
Georgios Pinitas3f26ef42021-02-23 10:01:33 +0000195 "src/common/TensorPack.cpp",
Georgios Pinitas08302c12021-06-09 10:08:27 +0100196 "src/common/cpuinfo/CpuInfo.cpp",
197 "src/common/cpuinfo/CpuIsaInfo.cpp",
198 "src/common/cpuinfo/CpuModel.cpp",
Georgios Pinitas3f26ef42021-02-23 10:01:33 +0000199 "src/common/utils/LegacySupport.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000200 "src/core/AccessWindowAutoPadding.cpp",
201 "src/core/AccessWindowStatic.cpp",
202 "src/core/AccessWindowTranspose.cpp",
Michalis Spyrou11d49182020-03-26 10:31:32 +0000203 "src/core/CL/CLCompileContext.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000204 "src/core/CL/CLHelpers.cpp",
205 "src/core/CL/CLKernelLibrary.cpp",
Gian Marco Iodice781cba72020-06-19 16:56:57 +0100206 "src/core/CL/CLUtils.cpp",
Giorgio Arenaba2dd822021-07-28 16:10:03 +0100207 "src/core/CL/DefaultLWSHeuristics.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000208 "src/core/CL/ICLKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000209 "src/core/CL/ICLSimple2DKernel.cpp",
210 "src/core/CL/ICLSimple3DKernel.cpp",
211 "src/core/CL/ICLSimpleKernel.cpp",
212 "src/core/CL/ICLTensor.cpp",
213 "src/core/CL/OpenCL.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000214 "src/core/CL/kernels/CLArgMinMaxLayerKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000215 "src/core/CL/kernels/CLBatchNormalizationLayerKernel.cpp",
216 "src/core/CL/kernels/CLBatchToSpaceLayerKernel.cpp",
Manuel Bottini63bb7ca2020-12-02 13:22:14 +0000217 "src/core/CL/kernels/CLBitwiseKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000218 "src/core/CL/kernels/CLBoundingBoxTransformKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000219 "src/core/CL/kernels/CLChannelShuffleLayerKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000220 "src/core/CL/kernels/CLComparisonKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000221 "src/core/CL/kernels/CLDeconvolutionLayerUpsampleKernel.cpp",
222 "src/core/CL/kernels/CLDeconvolutionReshapeOutputKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000223 "src/core/CL/kernels/CLDepthToSpaceLayerKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000224 "src/core/CL/kernels/CLDepthwiseConvolutionLayerNativeKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000225 "src/core/CL/kernels/CLFFTDigitReverseKernel.cpp",
226 "src/core/CL/kernels/CLFFTRadixStageKernel.cpp",
227 "src/core/CL/kernels/CLFFTScaleKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000228 "src/core/CL/kernels/CLFillBorderKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000229 "src/core/CL/kernels/CLFuseBatchNormalizationKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000230 "src/core/CL/kernels/CLGatherKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000231 "src/core/CL/kernels/CLGenerateProposalsLayerKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000232 "src/core/CL/kernels/CLInstanceNormalizationLayerKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000233 "src/core/CL/kernels/CLL2NormalizeLayerKernel.cpp",
Gian Marco Iodice4d81d752020-07-14 15:05:31 +0100234 "src/core/CL/kernels/CLMaxUnpoolingLayerKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000235 "src/core/CL/kernels/CLMeanStdDevNormalizationKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000236 "src/core/CL/kernels/CLNormalizationLayerKernel.cpp",
237 "src/core/CL/kernels/CLNormalizePlanarYUVLayerKernel.cpp",
238 "src/core/CL/kernels/CLPadLayerKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000239 "src/core/CL/kernels/CLPriorBoxLayerKernel.cpp",
Sheri Zhangb18252d2020-04-07 11:04:57 +0100240 "src/core/CL/kernels/CLQLSTMLayerNormalizationKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000241 "src/core/CL/kernels/CLROIAlignLayerKernel.cpp",
242 "src/core/CL/kernels/CLROIPoolingLayerKernel.cpp",
243 "src/core/CL/kernels/CLRangeKernel.cpp",
244 "src/core/CL/kernels/CLReductionOperationKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000245 "src/core/CL/kernels/CLReorgLayerKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000246 "src/core/CL/kernels/CLReverseKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000247 "src/core/CL/kernels/CLSelectKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000248 "src/core/CL/kernels/CLSpaceToBatchLayerKernel.cpp",
249 "src/core/CL/kernels/CLSpaceToDepthLayerKernel.cpp",
250 "src/core/CL/kernels/CLStackLayerKernel.cpp",
251 "src/core/CL/kernels/CLStridedSliceKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000252 "src/core/CL/kernels/CLTileKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000253 "src/core/CPP/CPPTypes.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000254 "src/core/CPP/kernels/CPPBoxWithNonMaximaSuppressionLimitKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000255 "src/core/CPP/kernels/CPPNonMaximumSuppressionKernel.cpp",
256 "src/core/CPP/kernels/CPPPermuteKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000257 "src/core/CPP/kernels/CPPTopKVKernel.cpp",
258 "src/core/CPP/kernels/CPPUpsampleKernel.cpp",
259 "src/core/Error.cpp",
260 "src/core/GPUTarget.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000261 "src/core/Helpers.cpp",
262 "src/core/IAccessWindow.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000263 "src/core/IKernel.cpp",
264 "src/core/ITensor.cpp",
Georgios Pinitas0499dff2020-07-31 22:21:38 +0100265 "src/core/ITensorPack.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000266 "src/core/NEON/kernels/NEBatchNormalizationLayerKernel.cpp",
267 "src/core/NEON/kernels/NEBatchToSpaceLayerKernel.cpp",
268 "src/core/NEON/kernels/NEBitwiseAndKernel.cpp",
269 "src/core/NEON/kernels/NEBitwiseNotKernel.cpp",
270 "src/core/NEON/kernels/NEBitwiseOrKernel.cpp",
271 "src/core/NEON/kernels/NEBitwiseXorKernel.cpp",
272 "src/core/NEON/kernels/NEBoundingBoxTransformKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000273 "src/core/NEON/kernels/NEChannelShuffleLayerKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000274 "src/core/NEON/kernels/NECropKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000275 "src/core/NEON/kernels/NEDepthToSpaceLayerKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000276 "src/core/NEON/kernels/NEFFTDigitReverseKernel.cpp",
277 "src/core/NEON/kernels/NEFFTRadixStageKernel.cpp",
278 "src/core/NEON/kernels/NEFFTScaleKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000279 "src/core/NEON/kernels/NEFillBorderKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000280 "src/core/NEON/kernels/NEFuseBatchNormalizationKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000281 "src/core/NEON/kernels/NEGatherKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000282 "src/core/NEON/kernels/NEGenerateProposalsLayerKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000283 "src/core/NEON/kernels/NEInstanceNormalizationLayerKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000284 "src/core/NEON/kernels/NEL2NormalizeLayerKernel.cpp",
Georgios Pinitas58bce682020-11-13 11:38:58 +0000285 "src/core/NEON/kernels/NELogicalKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000286 "src/core/NEON/kernels/NEMeanStdDevNormalizationKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000287 "src/core/NEON/kernels/NENormalizationLayerKernel.cpp",
288 "src/core/NEON/kernels/NEPadLayerKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000289 "src/core/NEON/kernels/NEPriorBoxLayerKernel.cpp",
Sang-Hoon Park0d008f72020-03-13 14:56:05 +0000290 "src/core/NEON/kernels/NEQLSTMLayerNormalizationKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000291 "src/core/NEON/kernels/NEROIAlignLayerKernel.cpp",
292 "src/core/NEON/kernels/NEROIPoolingLayerKernel.cpp",
293 "src/core/NEON/kernels/NERangeKernel.cpp",
294 "src/core/NEON/kernels/NEReductionOperationKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000295 "src/core/NEON/kernels/NEReorgLayerKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000296 "src/core/NEON/kernels/NEReverseKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000297 "src/core/NEON/kernels/NESelectKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000298 "src/core/NEON/kernels/NESpaceToBatchLayerKernel.cpp",
299 "src/core/NEON/kernels/NESpaceToDepthLayerKernel.cpp",
300 "src/core/NEON/kernels/NEStackLayerKernel.cpp",
301 "src/core/NEON/kernels/NEStridedSliceKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000302 "src/core/NEON/kernels/NETileKernel.cpp",
ramelg01c827e992022-04-08 03:52:28 +0100303 "src/core/NEON/kernels/arm_conv/addressing.cpp",
Michele Di Giorgiod02d5ed2021-01-22 09:47:04 +0000304 "src/core/NEON/kernels/arm_conv/depthwise/depthwise_fp16.cpp",
305 "src/core/NEON/kernels/arm_conv/depthwise/depthwise_fp32.cpp",
306 "src/core/NEON/kernels/arm_conv/depthwise/depthwise_s8q.cpp",
ramelg018a164882022-04-07 02:42:52 +0100307 "src/core/NEON/kernels/arm_conv/depthwise/depthwise_strategies_common.cpp",
Michele Di Giorgiod02d5ed2021-01-22 09:47:04 +0000308 "src/core/NEON/kernels/arm_conv/depthwise/depthwise_u8q.cpp",
309 "src/core/NEON/kernels/arm_conv/depthwise/depthwise_u8s8u8q.cpp",
310 "src/core/NEON/kernels/arm_conv/depthwise/interleaves/8b_mla.cpp",
ramelg018a164882022-04-07 02:42:52 +0100311 "src/core/NEON/kernels/arm_conv/depthwise/interleaves/generic.cpp",
312 "src/core/NEON/kernels/arm_conv/depthwise/interleaves/generic_quantized_dot_product.cpp",
Michele Di Giorgiod556d7b2020-10-27 10:56:31 +0000313 "src/core/NEON/kernels/arm_conv/pooling/kernels/cpp_nhwc_1x1_stride_any_depthfirst/generic.cpp",
314 "src/core/NEON/kernels/arm_conv/pooling/pooling_fp16.cpp",
315 "src/core/NEON/kernels/arm_conv/pooling/pooling_fp32.cpp",
316 "src/core/NEON/kernels/arm_conv/pooling/pooling_s8.cpp",
317 "src/core/NEON/kernels/arm_conv/pooling/pooling_s8q.cpp",
318 "src/core/NEON/kernels/arm_conv/pooling/pooling_u8.cpp",
319 "src/core/NEON/kernels/arm_conv/pooling/pooling_u8q.cpp",
Georgios Pinitasc7b183a2020-03-06 18:12:09 +0000320 "src/core/NEON/kernels/arm_gemm/gemm_bf16.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000321 "src/core/NEON/kernels/arm_gemm/gemm_fp16.cpp",
322 "src/core/NEON/kernels/arm_gemm/gemm_fp32.cpp",
323 "src/core/NEON/kernels/arm_gemm/gemm_int16.cpp",
324 "src/core/NEON/kernels/arm_gemm/gemm_int8.cpp",
325 "src/core/NEON/kernels/arm_gemm/gemm_qint8.cpp",
326 "src/core/NEON/kernels/arm_gemm/gemm_quint8.cpp",
327 "src/core/NEON/kernels/arm_gemm/gemm_uint16.cpp",
328 "src/core/NEON/kernels/arm_gemm/gemm_uint8.cpp",
Viet-Hoa Do03b29712022-06-01 11:47:14 +0100329 "src/core/NEON/kernels/arm_gemm/interleave_indirect-sve.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +0000330 "src/core/NEON/kernels/arm_gemm/interleave_indirect.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +0100331 "src/core/NEON/kernels/arm_gemm/mergeresults-fp16.cpp",
Michalis Spyrou20fca522021-06-07 14:23:57 +0100332 "src/core/NEON/kernels/arm_gemm/mergeresults-sve.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000333 "src/core/NEON/kernels/arm_gemm/mergeresults.cpp",
Viet-Hoa Do03b29712022-06-01 11:47:14 +0100334 "src/core/NEON/kernels/arm_gemm/misc-sve.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000335 "src/core/NEON/kernels/arm_gemm/misc.cpp",
336 "src/core/NEON/kernels/arm_gemm/quantized.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +0000337 "src/core/NEON/kernels/arm_gemm/rowsum_indirect_s8.cpp",
338 "src/core/NEON/kernels/arm_gemm/rowsum_indirect_u8.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +0100339 "src/core/NEON/kernels/arm_gemm/transform-sve.cpp",
340 "src/core/NEON/kernels/arm_gemm/transform.cpp",
Sheri Zhang8d5d78b2020-12-15 20:25:31 +0000341 "src/core/NEON/kernels/batchnormalization/impl/NEON/fp16.cpp",
342 "src/core/NEON/kernels/batchnormalization/impl/NEON/fp32.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000343 "src/core/NEON/kernels/convolution/common/padding.cpp",
344 "src/core/NEON/kernels/convolution/common/qasymm8.cpp",
345 "src/core/NEON/kernels/convolution/common/qsymm8.cpp",
346 "src/core/NEON/kernels/convolution/common/utils.cpp",
ramelg01a1f78512022-06-29 16:28:10 +0100347 "src/core/NEON/kernels/convolution/winograd/input_transforms/arm_fp32_1x8.cpp",
348 "src/core/NEON/kernels/convolution/winograd/input_transforms/arm_fp32_4x4.cpp",
349 "src/core/NEON/kernels/convolution/winograd/input_transforms/arm_fp32_6x6.cpp",
350 "src/core/NEON/kernels/convolution/winograd/input_transforms_fp16.cpp",
351 "src/core/NEON/kernels/convolution/winograd/input_transforms_fp32.cpp",
352 "src/core/NEON/kernels/convolution/winograd/output_transforms/arm_fp32_1x2_1x7.cpp",
353 "src/core/NEON/kernels/convolution/winograd/output_transforms/arm_fp32_1x4_1x5.cpp",
354 "src/core/NEON/kernels/convolution/winograd/output_transforms/arm_fp32_1x6_1x3.cpp",
355 "src/core/NEON/kernels/convolution/winograd/output_transforms/arm_fp32_2x2_3x3.cpp",
356 "src/core/NEON/kernels/convolution/winograd/output_transforms/arm_fp32_2x2_5x5.cpp",
357 "src/core/NEON/kernels/convolution/winograd/output_transforms/arm_fp32_4x4_3x3.cpp",
358 "src/core/NEON/kernels/convolution/winograd/output_transforms_fp16.cpp",
359 "src/core/NEON/kernels/convolution/winograd/output_transforms_fp32.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000360 "src/core/NEON/kernels/convolution/winograd/padding.cpp",
ramelg01a1f78512022-06-29 16:28:10 +0100361 "src/core/NEON/kernels/convolution/winograd/weight_transforms/arm_fp32_2x2_3x3.cpp",
362 "src/core/NEON/kernels/convolution/winograd/weight_transforms/arm_fp32_2x2_5x5.cpp",
363 "src/core/NEON/kernels/convolution/winograd/weight_transforms/arm_fp32_4x4_3x3.cpp",
364 "src/core/NEON/kernels/convolution/winograd/weight_transforms/cpp_fp32_1x2_1x7.cpp",
365 "src/core/NEON/kernels/convolution/winograd/weight_transforms/cpp_fp32_1x4_1x5.cpp",
366 "src/core/NEON/kernels/convolution/winograd/weight_transforms/cpp_fp32_1x6_1x3.cpp",
367 "src/core/NEON/kernels/convolution/winograd/weight_transforms_fp16.cpp",
368 "src/core/NEON/kernels/convolution/winograd/weight_transforms_fp32.cpp",
369 "src/core/NEON/kernels/convolution/winograd/winograd_fp16.cpp",
370 "src/core/NEON/kernels/convolution/winograd/winograd_fp32.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000371 "src/core/Rounding.cpp",
Matthew Bentham758b5ba2020-03-05 23:37:48 +0000372 "src/core/Size2D.cpp",
Adnan AlSinane4563a02021-09-01 15:32:03 +0100373 "src/core/Size3D.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000374 "src/core/SubTensorInfo.cpp",
375 "src/core/TensorInfo.cpp",
376 "src/core/Utils.cpp",
377 "src/core/Validate.cpp",
Georgios Pinitas51545e42020-02-11 15:29:01 +0000378 "src/core/Version.cpp",
Sang-Hoon Park68dd25f2020-10-19 16:00:11 +0100379 "src/core/helpers/SoftmaxHelpers.cpp",
380 "src/core/helpers/WindowHelpers.cpp",
Michele Di Giorgiod02d5ed2021-01-22 09:47:04 +0000381 "src/core/utils/AssemblyUtils.cpp",
Sang-Hoon Park3687ee12020-06-24 13:34:04 +0100382 "src/core/utils/ScaleUtils.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000383 "src/core/utils/helpers/fft.cpp",
384 "src/core/utils/helpers/tensor_transform.cpp",
385 "src/core/utils/io/FileHandler.cpp",
386 "src/core/utils/logging/FilePrinter.cpp",
387 "src/core/utils/logging/Helpers.cpp",
388 "src/core/utils/logging/Logger.cpp",
389 "src/core/utils/logging/LoggerRegistry.cpp",
390 "src/core/utils/misc/MMappedFile.cpp",
391 "src/core/utils/quantization/AsymmHelpers.cpp",
Georgios Pinitas8a5146f2021-01-12 15:51:07 +0000392 "src/cpu/CpuContext.cpp",
Georgios Pinitasc3c352e2021-03-18 10:59:40 +0000393 "src/cpu/CpuQueue.cpp",
Georgios Pinitas3f26ef42021-02-23 10:01:33 +0000394 "src/cpu/CpuTensor.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100395 "src/cpu/kernels/CpuActivationKernel.cpp",
396 "src/cpu/kernels/CpuAddKernel.cpp",
Gunes Bayirae72a462023-01-29 13:24:24 +0000397 "src/cpu/kernels/CpuAddMulAddKernel.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100398 "src/cpu/kernels/CpuCastKernel.cpp",
399 "src/cpu/kernels/CpuCol2ImKernel.cpp",
400 "src/cpu/kernels/CpuConcatenateBatchKernel.cpp",
401 "src/cpu/kernels/CpuConcatenateDepthKernel.cpp",
402 "src/cpu/kernels/CpuConcatenateHeightKernel.cpp",
403 "src/cpu/kernels/CpuConcatenateWidthKernel.cpp",
404 "src/cpu/kernels/CpuConvertFullyConnectedWeightsKernel.cpp",
405 "src/cpu/kernels/CpuConvertQuantizedSignednessKernel.cpp",
406 "src/cpu/kernels/CpuCopyKernel.cpp",
407 "src/cpu/kernels/CpuDepthwiseConv2dNativeKernel.cpp",
408 "src/cpu/kernels/CpuDequantizeKernel.cpp",
409 "src/cpu/kernels/CpuDirectConv2dKernel.cpp",
410 "src/cpu/kernels/CpuDirectConv2dOutputStageKernel.cpp",
Sheri Zhang6d9c9822021-09-24 16:02:57 +0100411 "src/cpu/kernels/CpuDirectConv3dKernel.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100412 "src/cpu/kernels/CpuElementwiseKernel.cpp",
413 "src/cpu/kernels/CpuElementwiseUnaryKernel.cpp",
414 "src/cpu/kernels/CpuFillKernel.cpp",
415 "src/cpu/kernels/CpuFloorKernel.cpp",
416 "src/cpu/kernels/CpuGemmInterleave4x4Kernel.cpp",
417 "src/cpu/kernels/CpuGemmLowpMatrixMultiplyKernel.cpp",
418 "src/cpu/kernels/CpuGemmLowpMatrixReductionKernel.cpp",
419 "src/cpu/kernels/CpuGemmLowpOffsetContributionKernel.cpp",
420 "src/cpu/kernels/CpuGemmLowpOffsetContributionOutputStageKernel.cpp",
421 "src/cpu/kernels/CpuGemmLowpQuantizeDownInt32ScaleKernel.cpp",
422 "src/cpu/kernels/CpuGemmLowpQuantizeDownInt32ToInt16ScaleByFixedPointKernel.cpp",
423 "src/cpu/kernels/CpuGemmLowpQuantizeDownInt32ToInt8ScaleByFixedPointKernel.cpp",
424 "src/cpu/kernels/CpuGemmLowpQuantizeDownInt32ToUint8ScaleByFixedPointKernel.cpp",
425 "src/cpu/kernels/CpuGemmMatrixAdditionKernel.cpp",
426 "src/cpu/kernels/CpuGemmMatrixMultiplyKernel.cpp",
427 "src/cpu/kernels/CpuGemmTranspose1xWKernel.cpp",
428 "src/cpu/kernels/CpuIm2ColKernel.cpp",
Dana Zlotnik149203b2022-01-26 12:38:03 +0200429 "src/cpu/kernels/CpuMaxUnpoolingLayerKernel.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100430 "src/cpu/kernels/CpuMulKernel.cpp",
431 "src/cpu/kernels/CpuPermuteKernel.cpp",
432 "src/cpu/kernels/CpuPool2dKernel.cpp",
Adnan AlSinan171fc3d2022-03-15 18:46:42 +0000433 "src/cpu/kernels/CpuPool3dKernel.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100434 "src/cpu/kernels/CpuQuantizeKernel.cpp",
435 "src/cpu/kernels/CpuReshapeKernel.cpp",
436 "src/cpu/kernels/CpuScaleKernel.cpp",
437 "src/cpu/kernels/CpuSoftmaxKernel.cpp",
438 "src/cpu/kernels/CpuSubKernel.cpp",
439 "src/cpu/kernels/CpuTransposeKernel.cpp",
440 "src/cpu/kernels/CpuWeightsReshapeKernel.cpp",
441 "src/cpu/kernels/CpuWinogradConv2dKernel.cpp",
Dana Zlotnik32291712021-11-25 09:58:27 +0200442 "src/cpu/kernels/activation/generic/neon/fp16.cpp",
443 "src/cpu/kernels/activation/generic/neon/fp32.cpp",
Viet-Hoa Do29db3d22022-08-10 11:56:49 +0100444 "src/cpu/kernels/activation/generic/neon/lut.cpp",
Dana Zlotnik32291712021-11-25 09:58:27 +0200445 "src/cpu/kernels/activation/generic/neon/qasymm8.cpp",
446 "src/cpu/kernels/activation/generic/neon/qasymm8_signed.cpp",
447 "src/cpu/kernels/activation/generic/neon/qsymm16.cpp",
Dana Zlotnikbd2942d2021-11-15 08:46:04 +0200448 "src/cpu/kernels/add/generic/neon/fp16.cpp",
449 "src/cpu/kernels/add/generic/neon/fp32.cpp",
450 "src/cpu/kernels/add/generic/neon/impl.cpp",
451 "src/cpu/kernels/add/generic/neon/integer.cpp",
452 "src/cpu/kernels/add/generic/neon/qasymm8.cpp",
453 "src/cpu/kernels/add/generic/neon/qasymm8_signed.cpp",
454 "src/cpu/kernels/add/generic/neon/qsymm16.cpp",
Gunes Bayirae72a462023-01-29 13:24:24 +0000455 "src/cpu/kernels/addmuladd/generic/neon/fp16.cpp",
456 "src/cpu/kernels/addmuladd/generic/neon/fp32.cpp",
457 "src/cpu/kernels/addmuladd/generic/neon/qasymm8.cpp",
458 "src/cpu/kernels/addmuladd/generic/neon/qasymm8_signed.cpp",
Dana Zlotnik3475ffe2022-01-03 14:37:10 +0200459 "src/cpu/kernels/boundingboxtransform/generic/neon/fp16.cpp",
460 "src/cpu/kernels/boundingboxtransform/generic/neon/fp32.cpp",
461 "src/cpu/kernels/boundingboxtransform/generic/neon/impl.cpp",
462 "src/cpu/kernels/boundingboxtransform/generic/neon/qsymm16.cpp",
Yair Schwarzbaum298b2c02022-02-01 08:55:56 +0200463 "src/cpu/kernels/cast/generic/neon/bfloat16.cpp",
464 "src/cpu/kernels/cast/generic/neon/fp16.cpp",
alerah0127619932021-11-24 17:21:43 +0200465 "src/cpu/kernels/crop/generic/neon/fp16.cpp",
466 "src/cpu/kernels/crop/generic/neon/fp32.cpp",
467 "src/cpu/kernels/crop/generic/neon/impl.cpp",
468 "src/cpu/kernels/crop/generic/neon/integer.cpp",
Dana Zlotnikebbae942022-02-03 12:52:15 +0200469 "src/cpu/kernels/depthwiseconv2d/generic/neon/fp16.cpp",
470 "src/cpu/kernels/depthwiseconv2d/generic/neon/fp32.cpp",
471 "src/cpu/kernels/depthwiseconv2d/generic/neon/impl.cpp",
472 "src/cpu/kernels/depthwiseconv2d/generic/neon/qasymm8.cpp",
473 "src/cpu/kernels/depthwiseconv2d/generic/neon/qasymm8_signed.cpp",
alerah01c9e519d2022-01-31 19:04:10 +0200474 "src/cpu/kernels/directconv2d/nchw/all.cpp",
475 "src/cpu/kernels/directconv2d/nhwc/neon/fp32.cpp",
476 "src/cpu/kernels/directconv2d/nhwc/neon/impl.cpp",
Dana Zlotnikd5c496d2021-11-28 14:46:12 +0200477 "src/cpu/kernels/elementwise_binary/generic/neon/fp16.cpp",
478 "src/cpu/kernels/elementwise_binary/generic/neon/fp32.cpp",
479 "src/cpu/kernels/elementwise_binary/generic/neon/integer.cpp",
480 "src/cpu/kernels/elementwise_binary/generic/neon/qasymm8.cpp",
481 "src/cpu/kernels/elementwise_binary/generic/neon/qasymm8_signed.cpp",
Dana Zlotnikd5c496d2021-11-28 14:46:12 +0200482 "src/cpu/kernels/elementwise_unary/generic/neon/fp16.cpp",
483 "src/cpu/kernels/elementwise_unary/generic/neon/fp32.cpp",
Dana Zlotnika538ae52022-02-21 13:12:41 +0200484 "src/cpu/kernels/elementwise_unary/generic/neon/impl.cpp",
Dana Zlotnikd5c496d2021-11-28 14:46:12 +0200485 "src/cpu/kernels/elementwise_unary/generic/neon/integer.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100486 "src/cpu/kernels/floor/neon/fp16.cpp",
487 "src/cpu/kernels/floor/neon/fp32.cpp",
Yair Schwarzbaum41a729e2021-11-15 20:42:47 +0200488 "src/cpu/kernels/fuse_batch_normalization/generic/fp16.cpp",
489 "src/cpu/kernels/fuse_batch_normalization/generic/fp32.cpp",
490 "src/cpu/kernels/fuse_batch_normalization/generic/impl.cpp",
491 "src/cpu/kernels/fuse_batch_normalization/nchw/all.cpp",
492 "src/cpu/kernels/fuse_batch_normalization/nhwc/neon/fp16.cpp",
493 "src/cpu/kernels/fuse_batch_normalization/nhwc/neon/fp32.cpp",
494 "src/cpu/kernels/fuse_batch_normalization/nhwc/neon/impl.cpp",
Dana Zlotnik256ac622022-02-02 15:06:11 +0200495 "src/cpu/kernels/gemm_matrix_add/generic/neon/fp16.cpp",
496 "src/cpu/kernels/gemm_matrix_add/generic/neon/fp32.cpp",
497 "src/cpu/kernels/gemm_matrix_add/generic/neon/impl.cpp",
498 "src/cpu/kernels/gemm_matrix_mul/generic/neon/fp16.cpp",
499 "src/cpu/kernels/gemm_matrix_mul/generic/neon/fp32.cpp",
500 "src/cpu/kernels/gemm_matrix_mul/generic/neon/impl.cpp",
Dana Zlotnik50ce2772021-12-29 13:55:56 +0200501 "src/cpu/kernels/genproposals/generic/neon/fp16.cpp",
502 "src/cpu/kernels/genproposals/generic/neon/fp32.cpp",
503 "src/cpu/kernels/genproposals/generic/neon/impl.cpp",
504 "src/cpu/kernels/genproposals/generic/neon/qsymm16.cpp",
Dana Zlotnikd7e2ec52022-01-03 10:59:41 +0200505 "src/cpu/kernels/instancenorm/generic/neon/fp16.cpp",
506 "src/cpu/kernels/instancenorm/generic/neon/fp32.cpp",
507 "src/cpu/kernels/instancenorm/generic/neon/impl.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100508 "src/cpu/kernels/internal/CpuDepthwiseConv2dAssemblyWrapperKernel.cpp",
509 "src/cpu/kernels/internal/CpuPool2dAssemblyWrapperKernel.cpp",
Yair Schwarzbaum5e993182022-01-10 15:11:07 +0200510 "src/cpu/kernels/l2normlayer/generic/neon/fp16.cpp",
511 "src/cpu/kernels/l2normlayer/generic/neon/fp32.cpp",
512 "src/cpu/kernels/l2normlayer/generic/neon/impl.cpp",
Dana Zlotnik143310c2021-12-30 13:24:52 +0200513 "src/cpu/kernels/maxunpool/generic/neon/fp16.cpp",
514 "src/cpu/kernels/maxunpool/generic/neon/fp32.cpp",
515 "src/cpu/kernels/maxunpool/generic/neon/impl.cpp",
516 "src/cpu/kernels/maxunpool/generic/neon/qasymm8.cpp",
517 "src/cpu/kernels/maxunpool/generic/neon/qasymm8_signed.cpp",
Dana Zlotnik027bcef2021-12-27 17:35:00 +0200518 "src/cpu/kernels/meanstddevnorm/generic/neon/fp16.cpp",
519 "src/cpu/kernels/meanstddevnorm/generic/neon/fp32.cpp",
520 "src/cpu/kernels/meanstddevnorm/generic/neon/impl.cpp",
Murray Kornelsen6e09e142022-07-13 21:40:26 -0400521 "src/cpu/kernels/meanstddevnorm/generic/neon/qasymm8.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100522 "src/cpu/kernels/pool2d/neon/fp16.cpp",
523 "src/cpu/kernels/pool2d/neon/fp32.cpp",
524 "src/cpu/kernels/pool2d/neon/nchw/all.cpp",
525 "src/cpu/kernels/pool2d/neon/qasymm8.cpp",
526 "src/cpu/kernels/pool2d/neon/qasymm8_signed.cpp",
Adnan AlSinan171fc3d2022-03-15 18:46:42 +0000527 "src/cpu/kernels/pool3d/neon/fp16.cpp",
528 "src/cpu/kernels/pool3d/neon/fp32.cpp",
529 "src/cpu/kernels/pool3d/neon/impl.cpp",
Adnan AlSinan9104cd52022-04-06 16:19:31 +0100530 "src/cpu/kernels/pool3d/neon/qasymm8.cpp",
531 "src/cpu/kernels/pool3d/neon/qasymm8_signed.cpp",
Yair Schwarzbaum9e8a7702021-11-08 10:58:06 +0200532 "src/cpu/kernels/range/generic/neon/fp16.cpp",
533 "src/cpu/kernels/range/generic/neon/fp32.cpp",
534 "src/cpu/kernels/range/generic/neon/impl.cpp",
535 "src/cpu/kernels/range/generic/neon/integer.cpp",
Dana Zlotnik9ae5a4e2022-01-03 16:22:47 +0200536 "src/cpu/kernels/roialign/generic/neon/fp16.cpp",
537 "src/cpu/kernels/roialign/generic/neon/fp32.cpp",
538 "src/cpu/kernels/roialign/generic/neon/impl.cpp",
539 "src/cpu/kernels/roialign/generic/neon/qasymm8.cpp",
540 "src/cpu/kernels/roialign/generic/neon/qasymm8_signed.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100541 "src/cpu/kernels/scale/neon/fp16.cpp",
542 "src/cpu/kernels/scale/neon/integer.cpp",
543 "src/cpu/kernels/scale/neon/qasymm8.cpp",
544 "src/cpu/kernels/scale/neon/qasymm8_signed.cpp",
Anton Vainer8a9a0fb2022-01-09 14:37:12 +0200545 "src/cpu/kernels/select/generic/neon/fp16.cpp",
546 "src/cpu/kernels/select/generic/neon/fp32.cpp",
547 "src/cpu/kernels/select/generic/neon/impl.cpp",
548 "src/cpu/kernels/select/generic/neon/integer.cpp",
Dana Zlotnikc48a3e52021-12-21 13:34:42 +0200549 "src/cpu/kernels/softmax/generic/neon/fp16.cpp",
550 "src/cpu/kernels/softmax/generic/neon/fp32.cpp",
Dana Zlotnika538ae52022-02-21 13:12:41 +0200551 "src/cpu/kernels/softmax/generic/neon/impl.cpp",
Dana Zlotnikc48a3e52021-12-21 13:34:42 +0200552 "src/cpu/kernels/softmax/generic/neon/qasymm8.cpp",
553 "src/cpu/kernels/softmax/generic/neon/qasymm8_signed.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100554 "src/cpu/kernels/sub/neon/qasymm8.cpp",
555 "src/cpu/kernels/sub/neon/qasymm8_signed.cpp",
556 "src/cpu/kernels/sub/neon/qsymm16.cpp",
557 "src/cpu/operators/CpuActivation.cpp",
558 "src/cpu/operators/CpuAdd.cpp",
Gunes Bayirae72a462023-01-29 13:24:24 +0000559 "src/cpu/operators/CpuAddMulAdd.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100560 "src/cpu/operators/CpuCast.cpp",
561 "src/cpu/operators/CpuConcatenate.cpp",
562 "src/cpu/operators/CpuConv2d.cpp",
563 "src/cpu/operators/CpuConvertFullyConnectedWeights.cpp",
564 "src/cpu/operators/CpuCopy.cpp",
565 "src/cpu/operators/CpuDepthwiseConv2d.cpp",
566 "src/cpu/operators/CpuDepthwiseConv2dAssemblyDispatch.cpp",
567 "src/cpu/operators/CpuDequantize.cpp",
568 "src/cpu/operators/CpuDirectConv2d.cpp",
Sheri Zhang6d9c9822021-09-24 16:02:57 +0100569 "src/cpu/operators/CpuDirectConv3d.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100570 "src/cpu/operators/CpuElementwise.cpp",
571 "src/cpu/operators/CpuElementwiseUnary.cpp",
572 "src/cpu/operators/CpuFill.cpp",
573 "src/cpu/operators/CpuFlatten.cpp",
574 "src/cpu/operators/CpuFloor.cpp",
575 "src/cpu/operators/CpuFullyConnected.cpp",
576 "src/cpu/operators/CpuGemm.cpp",
577 "src/cpu/operators/CpuGemmConv2d.cpp",
578 "src/cpu/operators/CpuGemmDirectConv2d.cpp",
579 "src/cpu/operators/CpuGemmLowpMatrixMultiplyCore.cpp",
580 "src/cpu/operators/CpuGemmLowpOutputStage.cpp",
Dana Zlotnik149203b2022-01-26 12:38:03 +0200581 "src/cpu/operators/CpuMaxUnpooling.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100582 "src/cpu/operators/CpuMul.cpp",
583 "src/cpu/operators/CpuPermute.cpp",
584 "src/cpu/operators/CpuPool2d.cpp",
Adnan AlSinan171fc3d2022-03-15 18:46:42 +0000585 "src/cpu/operators/CpuPool3d.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100586 "src/cpu/operators/CpuQuantize.cpp",
587 "src/cpu/operators/CpuReshape.cpp",
588 "src/cpu/operators/CpuScale.cpp",
589 "src/cpu/operators/CpuSoftmax.cpp",
590 "src/cpu/operators/CpuSub.cpp",
591 "src/cpu/operators/CpuTranspose.cpp",
592 "src/cpu/operators/CpuWinogradConv2d.cpp",
593 "src/cpu/operators/internal/CpuGemmAssemblyDispatch.cpp",
SiCong Lif44bbc52022-08-29 18:25:51 +0100594 "src/dynamic_fusion/runtime/gpu/cl/ClKernelRuntime.cpp",
595 "src/dynamic_fusion/runtime/gpu/cl/ClWorkloadRuntime.cpp",
Gunes Bayir1dc6ff12022-12-06 20:48:31 +0000596 "src/dynamic_fusion/sketch/attributes/CastAttributes.cpp",
Jakub Sujak32741722022-11-25 16:43:18 +0000597 "src/dynamic_fusion/sketch/attributes/ClampAttributes.cpp",
SiCong Li5a63d1e2023-01-06 16:28:57 +0000598 "src/dynamic_fusion/sketch/attributes/Conv2dAttributes.cpp",
Gunes Bayir7dc02342022-11-21 21:46:50 +0000599 "src/dynamic_fusion/sketch/attributes/DepthwiseConv2dAttributes.cpp",
Mohammed Suhail Munshia18d85c2023-01-03 10:16:16 +0000600 "src/dynamic_fusion/sketch/attributes/Pool2dAttributes.cpp",
Ramy Elgammalf800adf2022-12-14 15:39:29 +0000601 "src/dynamic_fusion/sketch/attributes/ReshapeAttributes.cpp",
Jakub Sujak8ae57142022-12-02 16:09:06 +0000602 "src/dynamic_fusion/sketch/attributes/ResizeAttributes.cpp",
Gunes Bayiraecb5d92022-12-18 21:31:29 +0000603 "src/dynamic_fusion/sketch/attributes/SoftmaxAttributes.cpp",
SiCong Lif44bbc52022-08-29 18:25:51 +0100604 "src/dynamic_fusion/sketch/gpu/GpuKernelArgument.cpp",
605 "src/dynamic_fusion/sketch/gpu/GpuKernelComponentGraph.cpp",
606 "src/dynamic_fusion/sketch/gpu/GpuKernelComponentGroup.cpp",
607 "src/dynamic_fusion/sketch/gpu/GpuKernelComponentStream.cpp",
608 "src/dynamic_fusion/sketch/gpu/GpuLogicalKernel.cpp",
609 "src/dynamic_fusion/sketch/gpu/GpuOperatorGroup.cpp",
610 "src/dynamic_fusion/sketch/gpu/GpuWorkloadContext.cpp",
611 "src/dynamic_fusion/sketch/gpu/GpuWorkloadSketch.cpp",
Jakub Sujak32741722022-11-25 16:43:18 +0000612 "src/dynamic_fusion/sketch/gpu/components/cl/ClComponentActivation.cpp",
Gunes Bayir1dc6ff12022-12-06 20:48:31 +0000613 "src/dynamic_fusion/sketch/gpu/components/cl/ClComponentCast.cpp",
Gunes Bayir7dc02342022-11-21 21:46:50 +0000614 "src/dynamic_fusion/sketch/gpu/components/cl/ClComponentDepthwiseConv2d.cpp",
SiCong Lif44bbc52022-08-29 18:25:51 +0100615 "src/dynamic_fusion/sketch/gpu/components/cl/ClComponentDirectConv2d.cpp",
Ramy Elgammal404462a2022-11-08 02:14:46 +0000616 "src/dynamic_fusion/sketch/gpu/components/cl/ClComponentElementwiseBinary.cpp",
Gunes Bayiraecb5d92022-12-18 21:31:29 +0000617 "src/dynamic_fusion/sketch/gpu/components/cl/ClComponentLogits1DMaxShiftExpSum.cpp",
Ramy Elgammal002e6532023-01-11 18:48:04 +0000618 "src/dynamic_fusion/sketch/gpu/components/cl/ClComponentLogits1DNorm.cpp",
Mohammed Suhail Munshia18d85c2023-01-03 10:16:16 +0000619 "src/dynamic_fusion/sketch/gpu/components/cl/ClComponentPool2d.cpp",
Ramy Elgammalf800adf2022-12-14 15:39:29 +0000620 "src/dynamic_fusion/sketch/gpu/components/cl/ClComponentReshape.cpp",
Jakub Sujak8ae57142022-12-02 16:09:06 +0000621 "src/dynamic_fusion/sketch/gpu/components/cl/ClComponentResize.cpp",
SiCong Lif44bbc52022-08-29 18:25:51 +0100622 "src/dynamic_fusion/sketch/gpu/components/cl/ClComponentStore.cpp",
Ramy Elgammal404462a2022-11-08 02:14:46 +0000623 "src/dynamic_fusion/sketch/gpu/operators/GpuAdd.cpp",
Gunes Bayir1dc6ff12022-12-06 20:48:31 +0000624 "src/dynamic_fusion/sketch/gpu/operators/GpuCast.cpp",
Jakub Sujak32741722022-11-25 16:43:18 +0000625 "src/dynamic_fusion/sketch/gpu/operators/GpuClamp.cpp",
SiCong Lif44bbc52022-08-29 18:25:51 +0100626 "src/dynamic_fusion/sketch/gpu/operators/GpuConv2d.cpp",
Gunes Bayir7dc02342022-11-21 21:46:50 +0000627 "src/dynamic_fusion/sketch/gpu/operators/GpuDepthwiseConv2d.cpp",
Jakub Sujak7359a872023-01-05 14:24:13 +0000628 "src/dynamic_fusion/sketch/gpu/operators/GpuMul.cpp",
Viet-Hoa Dob84e2532022-12-13 13:09:10 +0000629 "src/dynamic_fusion/sketch/gpu/operators/GpuOutput.cpp",
Mohammed Suhail Munshia18d85c2023-01-03 10:16:16 +0000630 "src/dynamic_fusion/sketch/gpu/operators/GpuPool2d.cpp",
Ramy Elgammalf800adf2022-12-14 15:39:29 +0000631 "src/dynamic_fusion/sketch/gpu/operators/GpuReshape.cpp",
Jakub Sujak8ae57142022-12-02 16:09:06 +0000632 "src/dynamic_fusion/sketch/gpu/operators/GpuResize.cpp",
Ramy Elgammal002e6532023-01-11 18:48:04 +0000633 "src/dynamic_fusion/sketch/gpu/operators/GpuSoftmax.cpp",
Ramy Elgammalec320d92022-12-14 09:20:09 +0000634 "src/dynamic_fusion/sketch/gpu/operators/GpuSub.cpp",
Ramy Elgammal404462a2022-11-08 02:14:46 +0000635 "src/dynamic_fusion/sketch/gpu/operators/internal/GpuElementwiseBinaryCommon.cpp",
SiCong Lif44bbc52022-08-29 18:25:51 +0100636 "src/dynamic_fusion/sketch/gpu/template_writer/GpuKernelVariableTable.cpp",
Jakub Sujak32741722022-11-25 16:43:18 +0000637 "src/dynamic_fusion/sketch/gpu/template_writer/cl/ClTemplateActivation.cpp",
Gunes Bayir1dc6ff12022-12-06 20:48:31 +0000638 "src/dynamic_fusion/sketch/gpu/template_writer/cl/ClTemplateCast.cpp",
Gunes Bayir7dc02342022-11-21 21:46:50 +0000639 "src/dynamic_fusion/sketch/gpu/template_writer/cl/ClTemplateDepthwiseConv2d.cpp",
SiCong Lif44bbc52022-08-29 18:25:51 +0100640 "src/dynamic_fusion/sketch/gpu/template_writer/cl/ClTemplateDirectConv2d.cpp",
Ramy Elgammal404462a2022-11-08 02:14:46 +0000641 "src/dynamic_fusion/sketch/gpu/template_writer/cl/ClTemplateElementwiseBinary.cpp",
Gunes Bayiraecb5d92022-12-18 21:31:29 +0000642 "src/dynamic_fusion/sketch/gpu/template_writer/cl/ClTemplateLogits1DMaxShiftExpSum.cpp",
Ramy Elgammal002e6532023-01-11 18:48:04 +0000643 "src/dynamic_fusion/sketch/gpu/template_writer/cl/ClTemplateLogits1DNorm.cpp",
Mohammed Suhail Munshia18d85c2023-01-03 10:16:16 +0000644 "src/dynamic_fusion/sketch/gpu/template_writer/cl/ClTemplatePool2d.cpp",
Ramy Elgammalf800adf2022-12-14 15:39:29 +0000645 "src/dynamic_fusion/sketch/gpu/template_writer/cl/ClTemplateReshape.cpp",
Jakub Sujak8ae57142022-12-02 16:09:06 +0000646 "src/dynamic_fusion/sketch/gpu/template_writer/cl/ClTemplateResize.cpp",
SiCong Lif44bbc52022-08-29 18:25:51 +0100647 "src/dynamic_fusion/sketch/gpu/template_writer/cl/ClTemplateStore.cpp",
648 "src/dynamic_fusion/sketch/gpu/template_writer/cl/ClTemplateWriter.cpp",
Georgios Pinitas8a5146f2021-01-12 15:51:07 +0000649 "src/gpu/cl/ClContext.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100650 "src/gpu/cl/ClKernelLibrary.cpp",
Georgios Pinitasc3c352e2021-03-18 10:59:40 +0000651 "src/gpu/cl/ClQueue.cpp",
Georgios Pinitas3f26ef42021-02-23 10:01:33 +0000652 "src/gpu/cl/ClTensor.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100653 "src/gpu/cl/kernels/ClActivationKernel.cpp",
654 "src/gpu/cl/kernels/ClBatchConcatenateKernel.cpp",
655 "src/gpu/cl/kernels/ClCastKernel.cpp",
656 "src/gpu/cl/kernels/ClCol2ImKernel.cpp",
657 "src/gpu/cl/kernels/ClConvertFullyConnectedWeightsKernel.cpp",
658 "src/gpu/cl/kernels/ClCopyKernel.cpp",
659 "src/gpu/cl/kernels/ClCropKernel.cpp",
660 "src/gpu/cl/kernels/ClDepthConcatenateKernel.cpp",
661 "src/gpu/cl/kernels/ClDequantizeKernel.cpp",
662 "src/gpu/cl/kernels/ClDirectConv2dKernel.cpp",
Giorgio Arena945ae9e2021-10-13 11:13:04 +0100663 "src/gpu/cl/kernels/ClDirectConv3dKernel.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100664 "src/gpu/cl/kernels/ClElementwiseKernel.cpp",
665 "src/gpu/cl/kernels/ClElementwiseUnaryKernel.cpp",
666 "src/gpu/cl/kernels/ClFillKernel.cpp",
667 "src/gpu/cl/kernels/ClFloorKernel.cpp",
668 "src/gpu/cl/kernels/ClGemmLowpMatrixMultiplyNativeKernel.cpp",
669 "src/gpu/cl/kernels/ClGemmLowpMatrixMultiplyReshapedKernel.cpp",
670 "src/gpu/cl/kernels/ClGemmLowpMatrixMultiplyReshapedOnlyRhsKernel.cpp",
Freddie Liardete572dff2022-05-16 14:09:10 +0100671 "src/gpu/cl/kernels/ClGemmLowpMatrixMultiplyReshapedOnlyRhsMMULKernel.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100672 "src/gpu/cl/kernels/ClGemmLowpOffsetContributionKernel.cpp",
673 "src/gpu/cl/kernels/ClGemmLowpOffsetContributionOutputStageKernel.cpp",
674 "src/gpu/cl/kernels/ClGemmLowpQuantizeDownInt32ScaleByFixedPointKernel.cpp",
675 "src/gpu/cl/kernels/ClGemmLowpQuantizeDownInt32ScaleByFloatKernel.cpp",
676 "src/gpu/cl/kernels/ClGemmLowpQuantizeDownInt32ScaleKernel.cpp",
677 "src/gpu/cl/kernels/ClGemmLowpReductionKernel.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100678 "src/gpu/cl/kernels/ClGemmMatrixMultiplyNativeKernel.cpp",
679 "src/gpu/cl/kernels/ClGemmMatrixMultiplyReshapedKernel.cpp",
680 "src/gpu/cl/kernels/ClGemmMatrixMultiplyReshapedOnlyRhsKernel.cpp",
Gunes Bayir4bfc70e2021-12-10 16:17:56 +0000681 "src/gpu/cl/kernels/ClGemmMatrixMultiplyReshapedOnlyRhsMMULKernel.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100682 "src/gpu/cl/kernels/ClGemmReshapeLhsMatrixKernel.cpp",
683 "src/gpu/cl/kernels/ClGemmReshapeRhsMatrixKernel.cpp",
684 "src/gpu/cl/kernels/ClHeightConcatenateKernel.cpp",
685 "src/gpu/cl/kernels/ClIm2ColKernel.cpp",
Gian Marco Iodice5d016812022-11-17 11:03:39 +0000686 "src/gpu/cl/kernels/ClIndirectConv2dAddressPrecalculationKernel.cpp",
Gian Marco Iodice76335eb2022-11-17 11:03:39 +0000687 "src/gpu/cl/kernels/ClIndirectConv2dKernel.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100688 "src/gpu/cl/kernels/ClMulKernel.cpp",
689 "src/gpu/cl/kernels/ClPermuteKernel.cpp",
690 "src/gpu/cl/kernels/ClPool2dKernel.cpp",
ramelg0137515692022-02-26 22:06:20 +0000691 "src/gpu/cl/kernels/ClPool3dKernel.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100692 "src/gpu/cl/kernels/ClQuantizeKernel.cpp",
693 "src/gpu/cl/kernels/ClReshapeKernel.cpp",
694 "src/gpu/cl/kernels/ClScaleKernel.cpp",
695 "src/gpu/cl/kernels/ClSoftmaxKernel.cpp",
696 "src/gpu/cl/kernels/ClTransposeKernel.cpp",
Gunes Bayirec0113d2022-11-09 09:26:27 +0000697 "src/gpu/cl/kernels/ClTransposedConvolutionKernel.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100698 "src/gpu/cl/kernels/ClWeightsReshapeKernel.cpp",
699 "src/gpu/cl/kernels/ClWidthConcatenate2TensorsKernel.cpp",
700 "src/gpu/cl/kernels/ClWidthConcatenate4TensorsKernel.cpp",
701 "src/gpu/cl/kernels/ClWidthConcatenateKernel.cpp",
702 "src/gpu/cl/kernels/ClWinogradFilterTransformKernel.cpp",
703 "src/gpu/cl/kernels/ClWinogradInputTransformKernel.cpp",
704 "src/gpu/cl/kernels/ClWinogradOutputTransformKernel.cpp",
705 "src/gpu/cl/kernels/gemm/ClGemmHelpers.cpp",
706 "src/gpu/cl/kernels/gemm/native/ClGemmDefaultConfigNativeBifrost.cpp",
707 "src/gpu/cl/kernels/gemm/native/ClGemmDefaultConfigNativeMidgard.cpp",
708 "src/gpu/cl/kernels/gemm/native/ClGemmDefaultConfigNativeValhall.cpp",
709 "src/gpu/cl/kernels/gemm/reshaped/ClGemmDefaultConfigReshapedBifrost.cpp",
710 "src/gpu/cl/kernels/gemm/reshaped/ClGemmDefaultConfigReshapedValhall.cpp",
711 "src/gpu/cl/kernels/gemm/reshaped_only_rhs/ClGemmDefaultConfigReshapedRhsOnlyBifrost.cpp",
712 "src/gpu/cl/kernels/gemm/reshaped_only_rhs/ClGemmDefaultConfigReshapedRhsOnlyValhall.cpp",
713 "src/gpu/cl/operators/ClActivation.cpp",
714 "src/gpu/cl/operators/ClAdd.cpp",
715 "src/gpu/cl/operators/ClCast.cpp",
716 "src/gpu/cl/operators/ClConcatenate.cpp",
717 "src/gpu/cl/operators/ClConv2d.cpp",
718 "src/gpu/cl/operators/ClConvertFullyConnectedWeights.cpp",
719 "src/gpu/cl/operators/ClCopy.cpp",
720 "src/gpu/cl/operators/ClCrop.cpp",
721 "src/gpu/cl/operators/ClDequantize.cpp",
722 "src/gpu/cl/operators/ClDirectConv2d.cpp",
Giorgio Arena945ae9e2021-10-13 11:13:04 +0100723 "src/gpu/cl/operators/ClDirectConv3d.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100724 "src/gpu/cl/operators/ClElementwiseOperations.cpp",
725 "src/gpu/cl/operators/ClElementwiseUnary.cpp",
726 "src/gpu/cl/operators/ClFill.cpp",
727 "src/gpu/cl/operators/ClFlatten.cpp",
728 "src/gpu/cl/operators/ClFloor.cpp",
729 "src/gpu/cl/operators/ClFullyConnected.cpp",
730 "src/gpu/cl/operators/ClGemm.cpp",
731 "src/gpu/cl/operators/ClGemmConv2d.cpp",
732 "src/gpu/cl/operators/ClGemmLowpMatrixMultiplyCore.cpp",
733 "src/gpu/cl/operators/ClGemmLowpOutputStage.cpp",
Gian Marco Iodice76335eb2022-11-17 11:03:39 +0000734 "src/gpu/cl/operators/ClIndirectConv2d.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100735 "src/gpu/cl/operators/ClLogicalNot.cpp",
736 "src/gpu/cl/operators/ClMul.cpp",
737 "src/gpu/cl/operators/ClPRelu.cpp",
738 "src/gpu/cl/operators/ClPermute.cpp",
739 "src/gpu/cl/operators/ClPool2d.cpp",
ramelg0137515692022-02-26 22:06:20 +0000740 "src/gpu/cl/operators/ClPool3d.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100741 "src/gpu/cl/operators/ClQuantize.cpp",
742 "src/gpu/cl/operators/ClReshape.cpp",
743 "src/gpu/cl/operators/ClScale.cpp",
744 "src/gpu/cl/operators/ClSoftmax.cpp",
745 "src/gpu/cl/operators/ClSub.cpp",
746 "src/gpu/cl/operators/ClTranspose.cpp",
Gunes Bayirec0113d2022-11-09 09:26:27 +0000747 "src/gpu/cl/operators/ClTransposedConvolution.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100748 "src/gpu/cl/operators/ClWinogradConv2d.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000749 "src/runtime/Allocator.cpp",
750 "src/runtime/BlobLifetimeManager.cpp",
751 "src/runtime/BlobMemoryPool.cpp",
752 "src/runtime/CL/CLBufferAllocator.cpp",
SiCong Li70858d82021-02-05 09:19:51 +0000753 "src/runtime/CL/CLGEMMHeuristicsHandle.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000754 "src/runtime/CL/CLHelpers.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000755 "src/runtime/CL/CLMemory.cpp",
756 "src/runtime/CL/CLMemoryRegion.cpp",
Michalis Spyrou2aad21a2020-07-02 12:43:53 +0100757 "src/runtime/CL/CLOperator.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000758 "src/runtime/CL/CLRuntimeContext.cpp",
759 "src/runtime/CL/CLScheduler.cpp",
760 "src/runtime/CL/CLSubTensor.cpp",
761 "src/runtime/CL/CLTensor.cpp",
762 "src/runtime/CL/CLTensorAllocator.cpp",
763 "src/runtime/CL/CLTuner.cpp",
764 "src/runtime/CL/ICLSimpleFunction.cpp",
Inki Daeea2ce172020-04-09 10:01:44 +0900765 "src/runtime/CL/Utils.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000766 "src/runtime/CL/functions/CLActivationLayer.cpp",
767 "src/runtime/CL/functions/CLArgMinMaxLayer.cpp",
768 "src/runtime/CL/functions/CLBatchNormalizationLayer.cpp",
769 "src/runtime/CL/functions/CLBatchToSpaceLayer.cpp",
770 "src/runtime/CL/functions/CLBitwiseAnd.cpp",
771 "src/runtime/CL/functions/CLBitwiseNot.cpp",
772 "src/runtime/CL/functions/CLBitwiseOr.cpp",
773 "src/runtime/CL/functions/CLBitwiseXor.cpp",
774 "src/runtime/CL/functions/CLBoundingBoxTransform.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000775 "src/runtime/CL/functions/CLCast.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000776 "src/runtime/CL/functions/CLChannelShuffleLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000777 "src/runtime/CL/functions/CLComparison.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000778 "src/runtime/CL/functions/CLConcatenateLayer.cpp",
Giorgio Arena945ae9e2021-10-13 11:13:04 +0100779 "src/runtime/CL/functions/CLConv3D.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000780 "src/runtime/CL/functions/CLConvertFullyConnectedWeights.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000781 "src/runtime/CL/functions/CLConvolutionLayer.cpp",
782 "src/runtime/CL/functions/CLCopy.cpp",
Sheri Zhang7e20e292021-02-02 11:49:34 +0000783 "src/runtime/CL/functions/CLCrop.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000784 "src/runtime/CL/functions/CLCropResize.cpp",
785 "src/runtime/CL/functions/CLDeconvolutionLayer.cpp",
786 "src/runtime/CL/functions/CLDeconvolutionLayerUpsample.cpp",
787 "src/runtime/CL/functions/CLDepthConvertLayer.cpp",
788 "src/runtime/CL/functions/CLDepthToSpaceLayer.cpp",
789 "src/runtime/CL/functions/CLDepthwiseConvolutionLayer.cpp",
790 "src/runtime/CL/functions/CLDequantizationLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000791 "src/runtime/CL/functions/CLDirectConvolutionLayer.cpp",
792 "src/runtime/CL/functions/CLDirectDeconvolutionLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000793 "src/runtime/CL/functions/CLElementwiseOperations.cpp",
Jakub Sujakee301b32021-06-04 09:46:08 +0100794 "src/runtime/CL/functions/CLElementwiseUnaryLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000795 "src/runtime/CL/functions/CLFFT1D.cpp",
796 "src/runtime/CL/functions/CLFFT2D.cpp",
797 "src/runtime/CL/functions/CLFFTConvolutionLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000798 "src/runtime/CL/functions/CLFill.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000799 "src/runtime/CL/functions/CLFlattenLayer.cpp",
800 "src/runtime/CL/functions/CLFloor.cpp",
801 "src/runtime/CL/functions/CLFullyConnectedLayer.cpp",
802 "src/runtime/CL/functions/CLFuseBatchNormalization.cpp",
803 "src/runtime/CL/functions/CLGEMM.cpp",
804 "src/runtime/CL/functions/CLGEMMConvolutionLayer.cpp",
805 "src/runtime/CL/functions/CLGEMMDeconvolutionLayer.cpp",
806 "src/runtime/CL/functions/CLGEMMLowpMatrixMultiplyCore.cpp",
807 "src/runtime/CL/functions/CLGEMMLowpOutputStage.cpp",
808 "src/runtime/CL/functions/CLGather.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000809 "src/runtime/CL/functions/CLGenerateProposalsLayer.cpp",
Gian Marco Iodice76335eb2022-11-17 11:03:39 +0000810 "src/runtime/CL/functions/CLIndirectConvolutionLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000811 "src/runtime/CL/functions/CLInstanceNormalizationLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000812 "src/runtime/CL/functions/CLL2NormalizeLayer.cpp",
813 "src/runtime/CL/functions/CLLSTMLayer.cpp",
814 "src/runtime/CL/functions/CLLSTMLayerQuantized.cpp",
Sang-Hoon Park75eea332020-11-13 13:44:13 +0000815 "src/runtime/CL/functions/CLLogicalAnd.cpp",
816 "src/runtime/CL/functions/CLLogicalNot.cpp",
817 "src/runtime/CL/functions/CLLogicalOr.cpp",
Gian Marco Iodice4d81d752020-07-14 15:05:31 +0100818 "src/runtime/CL/functions/CLMaxUnpoolingLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000819 "src/runtime/CL/functions/CLMeanStdDevNormalizationLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000820 "src/runtime/CL/functions/CLNormalizationLayer.cpp",
821 "src/runtime/CL/functions/CLNormalizePlanarYUVLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000822 "src/runtime/CL/functions/CLPReluLayer.cpp",
823 "src/runtime/CL/functions/CLPadLayer.cpp",
824 "src/runtime/CL/functions/CLPermute.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000825 "src/runtime/CL/functions/CLPixelWiseMultiplication.cpp",
ramelg0137515692022-02-26 22:06:20 +0000826 "src/runtime/CL/functions/CLPooling3dLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000827 "src/runtime/CL/functions/CLPoolingLayer.cpp",
828 "src/runtime/CL/functions/CLPriorBoxLayer.cpp",
Michele Di Giorgio1c1b3aa2020-04-02 17:35:42 +0100829 "src/runtime/CL/functions/CLQLSTMLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000830 "src/runtime/CL/functions/CLQuantizationLayer.cpp",
831 "src/runtime/CL/functions/CLRNNLayer.cpp",
832 "src/runtime/CL/functions/CLROIAlignLayer.cpp",
833 "src/runtime/CL/functions/CLROIPoolingLayer.cpp",
834 "src/runtime/CL/functions/CLRange.cpp",
835 "src/runtime/CL/functions/CLReduceMean.cpp",
836 "src/runtime/CL/functions/CLReductionOperation.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000837 "src/runtime/CL/functions/CLReorgLayer.cpp",
838 "src/runtime/CL/functions/CLReshapeLayer.cpp",
839 "src/runtime/CL/functions/CLReverse.cpp",
840 "src/runtime/CL/functions/CLScale.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000841 "src/runtime/CL/functions/CLSelect.cpp",
842 "src/runtime/CL/functions/CLSlice.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000843 "src/runtime/CL/functions/CLSoftmaxLayer.cpp",
844 "src/runtime/CL/functions/CLSpaceToBatchLayer.cpp",
845 "src/runtime/CL/functions/CLSpaceToDepthLayer.cpp",
846 "src/runtime/CL/functions/CLSplit.cpp",
847 "src/runtime/CL/functions/CLStackLayer.cpp",
848 "src/runtime/CL/functions/CLStridedSlice.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000849 "src/runtime/CL/functions/CLTile.cpp",
850 "src/runtime/CL/functions/CLTranspose.cpp",
851 "src/runtime/CL/functions/CLUnstack.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000852 "src/runtime/CL/functions/CLWinogradConvolutionLayer.cpp",
SiCong Lia085a0c2020-12-02 14:54:34 +0000853 "src/runtime/CL/gemm/CLGEMMDefaultTypeBifrost.cpp",
854 "src/runtime/CL/gemm/CLGEMMDefaultTypeMidgard.cpp",
855 "src/runtime/CL/gemm/CLGEMMDefaultTypeValhall.cpp",
SiCong Libd8b1e22021-02-04 13:07:09 +0000856 "src/runtime/CL/gemm_auto_heuristics/CLGEMMAutoHeuristics.cpp",
SiCong Li7061eb22021-01-08 15:16:02 +0000857 "src/runtime/CL/mlgo/HeuristicTree.cpp",
858 "src/runtime/CL/mlgo/MLGOHeuristics.cpp",
859 "src/runtime/CL/mlgo/MLGOParser.cpp",
860 "src/runtime/CL/mlgo/Utils.cpp",
Manuel Bottinib56c1752020-11-18 17:56:30 +0000861 "src/runtime/CL/tuners/CLTuningParametersList.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000862 "src/runtime/CPP/CPPScheduler.cpp",
863 "src/runtime/CPP/ICPPSimpleFunction.cpp",
864 "src/runtime/CPP/SingleThreadScheduler.cpp",
865 "src/runtime/CPP/functions/CPPBoxWithNonMaximaSuppressionLimit.cpp",
866 "src/runtime/CPP/functions/CPPDetectionOutputLayer.cpp",
867 "src/runtime/CPP/functions/CPPDetectionPostProcessLayer.cpp",
868 "src/runtime/CPP/functions/CPPNonMaximumSuppression.cpp",
869 "src/runtime/CPP/functions/CPPPermute.cpp",
870 "src/runtime/CPP/functions/CPPTopKV.cpp",
871 "src/runtime/CPP/functions/CPPUpsample.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000872 "src/runtime/IScheduler.cpp",
873 "src/runtime/ISimpleLifetimeManager.cpp",
874 "src/runtime/ITensorAllocator.cpp",
875 "src/runtime/IWeightsManager.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000876 "src/runtime/Memory.cpp",
877 "src/runtime/MemoryManagerOnDemand.cpp",
Michalis Spyroubcd23522020-05-21 15:02:36 +0100878 "src/runtime/NEON/INEOperator.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000879 "src/runtime/NEON/INESimpleFunction.cpp",
880 "src/runtime/NEON/INESimpleFunctionNoBorder.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000881 "src/runtime/NEON/functions/NEActivationLayer.cpp",
Gunes Bayirae72a462023-01-29 13:24:24 +0000882 "src/runtime/NEON/functions/NEAddMulAdd.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000883 "src/runtime/NEON/functions/NEArgMinMaxLayer.cpp",
884 "src/runtime/NEON/functions/NEArithmeticAddition.cpp",
885 "src/runtime/NEON/functions/NEArithmeticSubtraction.cpp",
886 "src/runtime/NEON/functions/NEBatchNormalizationLayer.cpp",
887 "src/runtime/NEON/functions/NEBatchToSpaceLayer.cpp",
888 "src/runtime/NEON/functions/NEBitwiseAnd.cpp",
889 "src/runtime/NEON/functions/NEBitwiseNot.cpp",
890 "src/runtime/NEON/functions/NEBitwiseOr.cpp",
891 "src/runtime/NEON/functions/NEBitwiseXor.cpp",
892 "src/runtime/NEON/functions/NEBoundingBoxTransform.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000893 "src/runtime/NEON/functions/NECast.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000894 "src/runtime/NEON/functions/NEChannelShuffleLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000895 "src/runtime/NEON/functions/NEConcatenateLayer.cpp",
Sheri Zhang6d9c9822021-09-24 16:02:57 +0100896 "src/runtime/NEON/functions/NEConv3D.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000897 "src/runtime/NEON/functions/NEConvertFullyConnectedWeights.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000898 "src/runtime/NEON/functions/NEConvolutionLayer.cpp",
899 "src/runtime/NEON/functions/NECopy.cpp",
900 "src/runtime/NEON/functions/NECropResize.cpp",
901 "src/runtime/NEON/functions/NEDeconvolutionLayer.cpp",
902 "src/runtime/NEON/functions/NEDepthConvertLayer.cpp",
903 "src/runtime/NEON/functions/NEDepthToSpaceLayer.cpp",
904 "src/runtime/NEON/functions/NEDepthwiseConvolutionLayer.cpp",
905 "src/runtime/NEON/functions/NEDequantizationLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000906 "src/runtime/NEON/functions/NEDetectionPostProcessLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000907 "src/runtime/NEON/functions/NEDirectConvolutionLayer.cpp",
Sang-Hoon Park63001ac2021-01-18 14:20:27 +0000908 "src/runtime/NEON/functions/NEElementwiseOperations.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000909 "src/runtime/NEON/functions/NEElementwiseUnaryLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000910 "src/runtime/NEON/functions/NEFFT1D.cpp",
911 "src/runtime/NEON/functions/NEFFT2D.cpp",
912 "src/runtime/NEON/functions/NEFFTConvolutionLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000913 "src/runtime/NEON/functions/NEFill.cpp",
914 "src/runtime/NEON/functions/NEFillBorder.cpp",
915 "src/runtime/NEON/functions/NEFlattenLayer.cpp",
916 "src/runtime/NEON/functions/NEFloor.cpp",
917 "src/runtime/NEON/functions/NEFullyConnectedLayer.cpp",
918 "src/runtime/NEON/functions/NEFuseBatchNormalization.cpp",
919 "src/runtime/NEON/functions/NEGEMM.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +0000920 "src/runtime/NEON/functions/NEGEMMConv2d.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000921 "src/runtime/NEON/functions/NEGEMMConvolutionLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000922 "src/runtime/NEON/functions/NEGEMMLowpMatrixMultiplyCore.cpp",
923 "src/runtime/NEON/functions/NEGEMMLowpOutputStage.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000924 "src/runtime/NEON/functions/NEGather.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000925 "src/runtime/NEON/functions/NEGenerateProposalsLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000926 "src/runtime/NEON/functions/NEInstanceNormalizationLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000927 "src/runtime/NEON/functions/NEL2NormalizeLayer.cpp",
928 "src/runtime/NEON/functions/NELSTMLayer.cpp",
929 "src/runtime/NEON/functions/NELSTMLayerQuantized.cpp",
Georgios Pinitas58bce682020-11-13 11:38:58 +0000930 "src/runtime/NEON/functions/NELogical.cpp",
morgolock37722d92020-04-09 14:17:48 +0100931 "src/runtime/NEON/functions/NEMaxUnpoolingLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000932 "src/runtime/NEON/functions/NEMeanStdDevNormalizationLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000933 "src/runtime/NEON/functions/NENormalizationLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000934 "src/runtime/NEON/functions/NEPReluLayer.cpp",
935 "src/runtime/NEON/functions/NEPadLayer.cpp",
936 "src/runtime/NEON/functions/NEPermute.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000937 "src/runtime/NEON/functions/NEPixelWiseMultiplication.cpp",
Adnan AlSinan171fc3d2022-03-15 18:46:42 +0000938 "src/runtime/NEON/functions/NEPooling3dLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000939 "src/runtime/NEON/functions/NEPoolingLayer.cpp",
940 "src/runtime/NEON/functions/NEPriorBoxLayer.cpp",
Michele Di Giorgio47a89902020-03-09 19:32:33 +0000941 "src/runtime/NEON/functions/NEQLSTMLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000942 "src/runtime/NEON/functions/NEQuantizationLayer.cpp",
943 "src/runtime/NEON/functions/NERNNLayer.cpp",
944 "src/runtime/NEON/functions/NEROIAlignLayer.cpp",
945 "src/runtime/NEON/functions/NEROIPoolingLayer.cpp",
946 "src/runtime/NEON/functions/NERange.cpp",
947 "src/runtime/NEON/functions/NEReduceMean.cpp",
948 "src/runtime/NEON/functions/NEReductionOperation.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000949 "src/runtime/NEON/functions/NEReorgLayer.cpp",
950 "src/runtime/NEON/functions/NEReshapeLayer.cpp",
951 "src/runtime/NEON/functions/NEReverse.cpp",
952 "src/runtime/NEON/functions/NEScale.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000953 "src/runtime/NEON/functions/NESelect.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000954 "src/runtime/NEON/functions/NESlice.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000955 "src/runtime/NEON/functions/NESoftmaxLayer.cpp",
956 "src/runtime/NEON/functions/NESpaceToBatchLayer.cpp",
957 "src/runtime/NEON/functions/NESpaceToDepthLayer.cpp",
958 "src/runtime/NEON/functions/NESplit.cpp",
959 "src/runtime/NEON/functions/NEStackLayer.cpp",
960 "src/runtime/NEON/functions/NEStridedSlice.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000961 "src/runtime/NEON/functions/NETile.cpp",
962 "src/runtime/NEON/functions/NETranspose.cpp",
963 "src/runtime/NEON/functions/NEUnstack.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000964 "src/runtime/NEON/functions/NEWinogradConvolutionLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000965 "src/runtime/OMP/OMPScheduler.cpp",
966 "src/runtime/OffsetLifetimeManager.cpp",
967 "src/runtime/OffsetMemoryPool.cpp",
Michalis Spyroubcd23522020-05-21 15:02:36 +0100968 "src/runtime/OperatorTensor.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000969 "src/runtime/PoolManager.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000970 "src/runtime/RuntimeContext.cpp",
971 "src/runtime/Scheduler.cpp",
972 "src/runtime/SchedulerFactory.cpp",
morgolock51112642020-08-20 14:51:39 +0100973 "src/runtime/SchedulerUtils.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000974 "src/runtime/SubTensor.cpp",
975 "src/runtime/Tensor.cpp",
976 "src/runtime/TensorAllocator.cpp",
977 "src/runtime/Utils.cpp",
Ramy Elgammaldf6a3b02022-11-30 16:23:10 +0000978 "src/runtime/heuristics/direct_conv/ClDirectConvDefaultConfigBifrost.cpp",
979 "src/runtime/heuristics/direct_conv/ClDirectConvDefaultConfigValhall.cpp",
Gian Marco Iodice9d3bd412022-12-30 09:45:00 +0000980 "src/runtime/heuristics/dwc_native/ClDWCNativeDefaultConfigBifrost.cpp",
981 "src/runtime/heuristics/dwc_native/ClDWCNativeDefaultConfigValhall.cpp",
982 "src/runtime/heuristics/dwc_native/ClDWCNativeHeuristicsHelpers.cpp",
Gian Marco Iodicea5cb79f2022-12-28 13:53:51 +0000983 "src/runtime/heuristics/indirect_conv/ClIndirectConvDefaultConfigValhall.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000984 "utils/CommonGraphOptions.cpp",
985 "utils/GraphUtils.cpp",
986 "utils/Utils.cpp",
987
988 ],
989 arch: {
990 arm: {
991 srcs: [
992 "src/core/NEON/kernels/arm_gemm/kernels/a32_sgemm_8x6/a53.cpp",
993 "src/core/NEON/kernels/arm_gemm/kernels/a32_sgemm_8x6/a55r1.cpp",
994 "src/core/NEON/kernels/arm_gemm/kernels/a32_sgemm_8x6/generic.cpp",
995
996 ],
997 },
998 arm64: {
999 srcs: [
Michele Di Giorgiod02d5ed2021-01-22 09:47:04 +00001000 "src/core/NEON/kernels/arm_conv/depthwise/interleaves/a64_s8q_3x3_dot.cpp",
1001 "src/core/NEON/kernels/arm_conv/depthwise/interleaves/a64_u8q_3x3_dot.cpp",
Freddie Liardetd216f572021-08-03 15:57:32 +01001002 "src/core/NEON/kernels/arm_conv/depthwise/interleaves/sve_8b_mla.cpp",
Michele Di Giorgiod02d5ed2021-01-22 09:47:04 +00001003 "src/core/NEON/kernels/arm_conv/depthwise/interleaves/sve_s8q_3x3_dot.cpp",
1004 "src/core/NEON/kernels/arm_conv/depthwise/interleaves/sve_u8q_3x3_dot.cpp",
1005 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_nhwc_3x3_s1_output2x2_mla_depthfirst/generic_direct.cpp",
1006 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_nhwc_3x3_s1_output2x2_mla_depthfirst/generic_indirect.cpp",
1007 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_nhwc_3x3_s1_output3x3_mla_depthfirst/generic_direct.cpp",
1008 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_nhwc_3x3_s1_output3x3_mla_depthfirst/generic_indirect.cpp",
1009 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_nhwc_3x3_s1_output4x4_mla_depthfirst/generic_direct.cpp",
1010 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_nhwc_3x3_s1_output4x4_mla_depthfirst/generic_indirect.cpp",
1011 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_nhwc_3x3_s2_output2x2_mla_depthfirst/generic_direct.cpp",
1012 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_nhwc_3x3_s2_output2x2_mla_depthfirst/generic_indirect.cpp",
1013 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_nhwc_5x5_s1_output2x2_mla_depthfirst/generic_direct.cpp",
1014 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_nhwc_5x5_s1_output2x2_mla_depthfirst/generic_indirect.cpp",
1015 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_nhwc_generic_output9_mla_depthfirst/generic.cpp",
1016 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_packed_to_nhwc_generic_with_multiplier_output2x8_mla_depthfirst/generic.cpp",
1017 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_nhwc_3x3_s1_output2x2_mla_depthfirst/generic_direct.cpp",
1018 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_nhwc_3x3_s1_output2x2_mla_depthfirst/generic_indirect.cpp",
1019 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_nhwc_3x3_s1_output3x3_mla_depthfirst/generic_direct.cpp",
1020 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_nhwc_3x3_s1_output3x3_mla_depthfirst/generic_indirect.cpp",
1021 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_nhwc_3x3_s1_output4x4_mla_depthfirst/generic_direct.cpp",
1022 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_nhwc_3x3_s1_output4x4_mla_depthfirst/generic_indirect.cpp",
1023 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_nhwc_3x3_s2_output2x2_mla_depthfirst/generic_direct.cpp",
1024 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_nhwc_3x3_s2_output2x2_mla_depthfirst/generic_indirect.cpp",
1025 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_nhwc_5x5_s1_output2x2_mla_depthfirst/generic_direct.cpp",
1026 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_nhwc_5x5_s1_output2x2_mla_depthfirst/generic_indirect.cpp",
1027 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_nhwc_generic_output9_mla_depthfirst/generic.cpp",
1028 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_packed_to_nhwc_3x3_s2_with_multiplier_output3x3_mla_depthfirst/generic.cpp",
1029 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_packed_to_nhwc_5x5_s1_with_multiplier_output2x4_mla_depthfirst/generic.cpp",
1030 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_packed_to_nhwc_generic_with_multiplier_output2x8_mla_depthfirst/generic.cpp",
1031 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_s8q_nhwc_3x3_s1_output2x2_dot_depthfirst/generic.cpp",
1032 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_s8q_nhwc_3x3_s1_output2x2_mla_depthfirst/generic.cpp",
1033 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_s8q_nhwc_3x3_s2_output2x2_mla_depthfirst/generic.cpp",
1034 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_s8q_nhwc_5x5_s1_output2x2_mla_depthfirst/generic.cpp",
1035 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_s8q_nhwc_generic_output9_mla_depthfirst/generic.cpp",
1036 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_s8q_packed_to_nhwc_3x3_s2_with_multiplier_output2x4_dot_depthfirst/generic.cpp",
1037 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_s8q_packed_to_nhwc_5x5_s1_with_multiplier_output4x2_dot_depthfirst/generic.cpp",
1038 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_s8q_packed_to_nhwc_generic_with_multiplier_output2x8_mla_depthfirst/generic.cpp",
1039 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_s8qs_nhwc_3x3_s1_output2x2_dot_depthfirst/generic.cpp",
1040 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8q_nhwc_3x3_s1_output2x2_dot_depthfirst/generic.cpp",
1041 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8q_nhwc_3x3_s1_output2x2_mla_depthfirst/generic.cpp",
1042 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8q_nhwc_3x3_s2_output2x2_mla_depthfirst/generic.cpp",
1043 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8q_nhwc_5x5_s1_output2x2_mla_depthfirst/generic.cpp",
1044 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8q_nhwc_generic_output9_mla_depthfirst/generic.cpp",
1045 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8q_packed_to_nhwc_3x3_s2_with_multiplier_output2x4_dot_depthfirst/generic.cpp",
1046 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8q_packed_to_nhwc_5x5_s1_with_multiplier_output4x2_dot_depthfirst/generic.cpp",
1047 "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 +01001048 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8qa_nhwc_3x3_s1_output2x2_mla_depthfirst/generic.cpp",
1049 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8qa_nhwc_3x3_s2_output2x2_mla_depthfirst/generic.cpp",
1050 "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 +00001051 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8s8u8q_nhwc_3x3_s1_output2x2_mla_depthfirst/generic.cpp",
1052 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8s8u8q_nhwc_3x3_s2_output2x2_mla_depthfirst/generic.cpp",
1053 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8s8u8q_nhwc_5x5_s1_output2x2_mla_depthfirst/generic.cpp",
1054 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8s8u8q_nhwc_generic_output9_mla_depthfirst/generic.cpp",
1055 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8s8u8q_packed_to_nhwc_generic_with_multiplier_output2x8_mla_depthfirst/generic.cpp",
Viet-Hoa Do03b29712022-06-01 11:47:14 +01001056 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_fp32_nhwc_3x3_s1_output2x2_mla_depthfirst/generic_direct.cpp",
1057 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_fp32_nhwc_3x3_s1_output2x2_mla_depthfirst/generic_indirect.cpp",
1058 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_fp32_nhwc_3x3_s1_output3x3_mla_depthfirst/generic_direct.cpp",
1059 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_fp32_nhwc_3x3_s1_output3x3_mla_depthfirst/generic_indirect.cpp",
1060 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_fp32_nhwc_3x3_s1_output4x4_mla_depthfirst/generic_direct.cpp",
1061 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_fp32_nhwc_3x3_s1_output4x4_mla_depthfirst/generic_indirect.cpp",
1062 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_fp32_nhwc_3x3_s2_output2x2_mla_depthfirst/generic_direct.cpp",
1063 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_fp32_nhwc_3x3_s2_output2x2_mla_depthfirst/generic_indirect.cpp",
1064 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_fp32_planar_3x3_s1_4rows_mla_za/generic.cpp",
1065 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_fp32_planar_3x3_s2_4rows_mla_za/generic.cpp",
1066 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_fp32_planar_5x5_s1_4rows_mla_za/generic.cpp",
1067 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_fp32_planar_5x5_s2_4rows_mla_za/generic.cpp",
1068 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_fp32bf16fp32_planar_3x3_s1_4rows_dot_za/generic.cpp",
1069 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_fp32bf16fp32_planar_3x3_s2_4rows_dot_za/generic.cpp",
1070 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_fp32bf16fp32_planar_5x5_s1_4rows_dot_za/generic.cpp",
1071 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_fp32bf16fp32_planar_5x5_s2_4rows_dot_za/generic.cpp",
1072 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_s8q_planar_3x3_s1_4rows_dot_za/generic.cpp",
Michael Tylerbe13cea2023-01-17 11:04:14 +00001073 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_s8q_planar_3x3_s2_2rows_dot_za/generic.cpp",
Viet-Hoa Do03b29712022-06-01 11:47:14 +01001074 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_s8q_planar_3x3_s2_4rows_dot_za/generic.cpp",
1075 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_s8q_planar_5x5_s1_4rows_dot_za/generic.cpp",
1076 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_s8q_planar_5x5_s2_4rows_dot_za/generic.cpp",
1077 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_u8q_planar_3x3_s1_4rows_dot_za/generic.cpp",
Michael Tylerbe13cea2023-01-17 11:04:14 +00001078 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_u8q_planar_3x3_s2_2rows_dot_za/generic.cpp",
Viet-Hoa Do03b29712022-06-01 11:47:14 +01001079 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_u8q_planar_3x3_s2_4rows_dot_za/generic.cpp",
1080 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_u8q_planar_5x5_s1_4rows_dot_za/generic.cpp",
1081 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_u8q_planar_5x5_s2_4rows_dot_za/generic.cpp",
1082 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_u8s8u8q_planar_3x3_s1_4rows_dot_za/generic.cpp",
Michael Tylerbe13cea2023-01-17 11:04:14 +00001083 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_u8s8u8q_planar_3x3_s2_2rows_dot_za/generic.cpp",
Viet-Hoa Do03b29712022-06-01 11:47:14 +01001084 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_u8s8u8q_planar_3x3_s2_4rows_dot_za/generic.cpp",
1085 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sme2_u8s8u8q_planar_5x5_s1_4rows_dot_za/generic.cpp",
1086 "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 +00001087 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp16_nhwc_3x3_s1_output2x2_mla_depthfirst/generic_direct.cpp",
1088 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp16_nhwc_3x3_s1_output2x2_mla_depthfirst/generic_indirect.cpp",
1089 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp16_nhwc_3x3_s1_output3x3_mla_depthfirst/generic_direct.cpp",
1090 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp16_nhwc_3x3_s1_output3x3_mla_depthfirst/generic_indirect.cpp",
1091 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp16_nhwc_3x3_s1_output4x4_mla_depthfirst/generic_direct.cpp",
1092 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp16_nhwc_3x3_s1_output4x4_mla_depthfirst/generic_indirect.cpp",
1093 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp16_nhwc_3x3_s2_output2x2_mla_depthfirst/generic_direct.cpp",
1094 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp16_nhwc_3x3_s2_output2x2_mla_depthfirst/generic_indirect.cpp",
1095 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp16_nhwc_5x5_s1_output2x2_mla_depthfirst/generic_direct.cpp",
1096 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp16_nhwc_5x5_s1_output2x2_mla_depthfirst/generic_indirect.cpp",
Michael Tylerbe13cea2023-01-17 11:04:14 +00001097 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_nhwc_3x3_s1_output2x2_mla_depthfirst/generic.cpp",
Michele Di Giorgiod02d5ed2021-01-22 09:47:04 +00001098 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_nhwc_3x3_s1_output2x2_mla_depthfirst/generic_direct.cpp",
1099 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_nhwc_3x3_s1_output2x2_mla_depthfirst/generic_indirect.cpp",
Michael Tylerbe13cea2023-01-17 11:04:14 +00001100 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_nhwc_3x3_s1_output2x2_mla_depthfirst_strided/generic.cpp",
Michele Di Giorgiod02d5ed2021-01-22 09:47:04 +00001101 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_nhwc_3x3_s1_output3x3_mla_depthfirst/generic_direct.cpp",
1102 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_nhwc_3x3_s1_output3x3_mla_depthfirst/generic_indirect.cpp",
1103 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_nhwc_3x3_s1_output4x4_mla_depthfirst/generic_direct.cpp",
1104 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_nhwc_3x3_s1_output4x4_mla_depthfirst/generic_indirect.cpp",
1105 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_nhwc_3x3_s2_output2x2_mla_depthfirst/generic_direct.cpp",
1106 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_nhwc_3x3_s2_output2x2_mla_depthfirst/generic_indirect.cpp",
1107 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_nhwc_5x5_s1_output2x2_mla_depthfirst/generic_direct.cpp",
1108 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_nhwc_5x5_s1_output2x2_mla_depthfirst/generic_indirect.cpp",
1109 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_nhwc_generic_output9_mla_depthfirst/generic.cpp",
1110 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_packed_to_nhwc_3x3_s2_with_multiplier_output3x3_mla_depthfirst/generic.cpp",
1111 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_packed_to_nhwc_5x5_s1_with_multiplier_output2x4_mla_depthfirst/generic.cpp",
1112 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_packed_to_nhwc_generic_with_multiplier_output2x8_mla_depthfirst/generic.cpp",
1113 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_s8q_nhwc_3x3_s1_output2x2_dot_depthfirst/generic.cpp",
1114 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_s8q_nhwc_3x3_s1_output2x2_mla_depthfirst/generic.cpp",
1115 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_s8q_nhwc_3x3_s2_output2x2_mla_depthfirst/generic.cpp",
1116 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_s8q_nhwc_5x5_s1_output2x2_mla_depthfirst/generic.cpp",
1117 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_s8q_packed_to_nhwc_3x3_s2_with_multiplier_output2x4_dot_depthfirst/generic.cpp",
1118 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_s8q_packed_to_nhwc_5x5_s1_with_multiplier_output4x2_dot_depthfirst/generic.cpp",
1119 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_s8qs_nhwc_3x3_s1_output2x2_dot_depthfirst/generic.cpp",
1120 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_u8q_nhwc_3x3_s1_output2x2_dot_depthfirst/generic.cpp",
1121 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_u8q_nhwc_3x3_s1_output2x2_mla_depthfirst/generic.cpp",
1122 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_u8q_nhwc_3x3_s2_output2x2_mla_depthfirst/generic.cpp",
1123 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_u8q_nhwc_5x5_s1_output2x2_mla_depthfirst/generic.cpp",
1124 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_u8q_packed_to_nhwc_3x3_s2_with_multiplier_output2x4_dot_depthfirst/generic.cpp",
1125 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_u8q_packed_to_nhwc_5x5_s1_with_multiplier_output4x2_dot_depthfirst/generic.cpp",
1126 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_u8s8u8q_nhwc_3x3_s1_output2x2_mla_depthfirst/generic.cpp",
1127 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_u8s8u8q_nhwc_3x3_s2_output2x2_mla_depthfirst/generic.cpp",
1128 "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 +00001129 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_fp16_nhwc_avg_3x3_s1_output2x2_depthfirst/generic.cpp",
1130 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_fp16_nhwc_avg_generic_depthfirst/generic.cpp",
1131 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_fp16_nhwc_max_2x2_s1_output2x2_depthfirst/generic.cpp",
1132 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_fp16_nhwc_max_generic_depthfirst/generic.cpp",
1133 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_fp32_nhwc_avg_3x3_s1_output2x2_depthfirst/generic.cpp",
1134 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_fp32_nhwc_avg_generic_depthfirst/generic.cpp",
1135 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_fp32_nhwc_max_2x2_s1_output2x2_depthfirst/generic.cpp",
1136 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_fp32_nhwc_max_generic_depthfirst/generic.cpp",
1137 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_s8_nhwc_avg_generic_depthfirst/generic.cpp",
1138 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_s8_nhwc_max_2x2_s1_output2x2_depthfirst/generic.cpp",
1139 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_s8_nhwc_max_generic_depthfirst/generic.cpp",
1140 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_s8q_nhwc_avg_generic_depthfirst/generic.cpp",
1141 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_s8q_nhwc_max_generic_depthfirst/generic.cpp",
1142 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_u8_nhwc_avg_generic_depthfirst/generic.cpp",
1143 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_u8_nhwc_max_2x2_s1_output2x2_depthfirst/generic.cpp",
1144 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_u8_nhwc_max_generic_depthfirst/generic.cpp",
1145 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_u8q_nhwc_avg_generic_depthfirst/generic.cpp",
1146 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_u8q_nhwc_max_generic_depthfirst/generic.cpp",
Viet-Hoa Do03b29712022-06-01 11:47:14 +01001147 "src/core/NEON/kernels/arm_conv/pooling/kernels/sme_fp16_nhwc_avg_3x3_s1_output2x2_depthfirst/generic.cpp",
1148 "src/core/NEON/kernels/arm_conv/pooling/kernels/sme_fp16_nhwc_avg_generic_depthfirst/generic.cpp",
1149 "src/core/NEON/kernels/arm_conv/pooling/kernels/sme_fp16_nhwc_max_2x2_s1_output2x2_depthfirst/generic.cpp",
1150 "src/core/NEON/kernels/arm_conv/pooling/kernels/sme_fp16_nhwc_max_generic_depthfirst/generic.cpp",
1151 "src/core/NEON/kernels/arm_conv/pooling/kernels/sme_fp32_nhwc_avg_3x3_s1_output2x2_depthfirst/generic.cpp",
1152 "src/core/NEON/kernels/arm_conv/pooling/kernels/sme_fp32_nhwc_avg_generic_depthfirst/generic.cpp",
1153 "src/core/NEON/kernels/arm_conv/pooling/kernels/sme_fp32_nhwc_max_2x2_s1_output2x2_depthfirst/generic.cpp",
1154 "src/core/NEON/kernels/arm_conv/pooling/kernels/sme_fp32_nhwc_max_generic_depthfirst/generic.cpp",
1155 "src/core/NEON/kernels/arm_conv/pooling/kernels/sme_s8_nhwc_avg_generic_depthfirst/generic.cpp",
1156 "src/core/NEON/kernels/arm_conv/pooling/kernels/sme_s8_nhwc_max_2x2_s1_output2x2_depthfirst/generic.cpp",
1157 "src/core/NEON/kernels/arm_conv/pooling/kernels/sme_s8_nhwc_max_generic_depthfirst/generic.cpp",
1158 "src/core/NEON/kernels/arm_conv/pooling/kernels/sme_s8q_nhwc_avg_generic_depthfirst/generic.cpp",
1159 "src/core/NEON/kernels/arm_conv/pooling/kernels/sme_s8q_nhwc_max_generic_depthfirst/generic.cpp",
1160 "src/core/NEON/kernels/arm_conv/pooling/kernels/sme_u8_nhwc_avg_generic_depthfirst/generic.cpp",
1161 "src/core/NEON/kernels/arm_conv/pooling/kernels/sme_u8_nhwc_max_2x2_s1_output2x2_depthfirst/generic.cpp",
1162 "src/core/NEON/kernels/arm_conv/pooling/kernels/sme_u8_nhwc_max_generic_depthfirst/generic.cpp",
1163 "src/core/NEON/kernels/arm_conv/pooling/kernels/sme_u8q_nhwc_avg_generic_depthfirst/generic.cpp",
1164 "src/core/NEON/kernels/arm_conv/pooling/kernels/sme_u8q_nhwc_max_generic_depthfirst/generic.cpp",
Michele Di Giorgiod556d7b2020-10-27 10:56:31 +00001165 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_fp16_nhwc_avg_3x3_s1_output2x2_depthfirst/generic.cpp",
1166 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_fp16_nhwc_avg_generic_depthfirst/generic.cpp",
1167 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_fp16_nhwc_max_2x2_s1_output2x2_depthfirst/generic.cpp",
1168 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_fp16_nhwc_max_generic_depthfirst/generic.cpp",
1169 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_fp32_nhwc_avg_3x3_s1_output2x2_depthfirst/generic.cpp",
1170 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_fp32_nhwc_avg_generic_depthfirst/generic.cpp",
1171 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_fp32_nhwc_max_2x2_s1_output2x2_depthfirst/generic.cpp",
1172 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_fp32_nhwc_max_generic_depthfirst/generic.cpp",
1173 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_s8_nhwc_avg_generic_depthfirst/generic.cpp",
1174 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_s8_nhwc_max_2x2_s1_output2x2_depthfirst/generic.cpp",
1175 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_s8_nhwc_max_generic_depthfirst/generic.cpp",
1176 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_s8q_nhwc_avg_generic_depthfirst/generic.cpp",
1177 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_s8q_nhwc_max_generic_depthfirst/generic.cpp",
1178 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_u8_nhwc_avg_generic_depthfirst/generic.cpp",
1179 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_u8_nhwc_max_2x2_s1_output2x2_depthfirst/generic.cpp",
1180 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_u8_nhwc_max_generic_depthfirst/generic.cpp",
1181 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_u8q_nhwc_avg_generic_depthfirst/generic.cpp",
1182 "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 +00001183 "src/core/NEON/kernels/arm_gemm/kernels/a64_ffhybrid_bf16fp32_mmla_6x16/generic.cpp",
1184 "src/core/NEON/kernels/arm_gemm/kernels/a64_ffhybrid_fp16_mla_6x32/generic.cpp",
1185 "src/core/NEON/kernels/arm_gemm/kernels/a64_ffhybrid_fp32_mla_6x16/generic.cpp",
1186 "src/core/NEON/kernels/arm_gemm/kernels/a64_ffhybrid_fp32bf16fp32_mmla_4x24/generic.cpp",
1187 "src/core/NEON/kernels/arm_gemm/kernels/a64_ffinterleaved_bf16fp32_dot_8x12/generic.cpp",
1188 "src/core/NEON/kernels/arm_gemm/kernels/a64_ffinterleaved_bf16fp32_mmla_8x12/generic.cpp",
1189 "src/core/NEON/kernels/arm_gemm/kernels/a64_ffinterleaved_fp16_mla_8x24/generic.cpp",
1190 "src/core/NEON/kernels/arm_gemm/kernels/a64_ffinterleaved_fp32_mla_8x12/generic.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001191 "src/core/NEON/kernels/arm_gemm/kernels/a64_gemm_s16_8x12/generic.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +00001192 "src/core/NEON/kernels/arm_gemm/kernels/a64_gemm_s8_4x4/generic.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001193 "src/core/NEON/kernels/arm_gemm/kernels/a64_gemm_s8_8x12/a55r1.cpp",
1194 "src/core/NEON/kernels/arm_gemm/kernels/a64_gemm_s8_8x12/generic.cpp",
1195 "src/core/NEON/kernels/arm_gemm/kernels/a64_gemm_s8_8x12/x1.cpp",
1196 "src/core/NEON/kernels/arm_gemm/kernels/a64_gemm_u16_8x12/generic.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +00001197 "src/core/NEON/kernels/arm_gemm/kernels/a64_gemm_u8_4x4/generic.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001198 "src/core/NEON/kernels/arm_gemm/kernels/a64_gemm_u8_8x12/a55r1.cpp",
1199 "src/core/NEON/kernels/arm_gemm/kernels/a64_gemm_u8_8x12/generic.cpp",
1200 "src/core/NEON/kernels/arm_gemm/kernels/a64_gemm_u8_8x12/x1.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001201 "src/core/NEON/kernels/arm_gemm/kernels/a64_hgemm_8x24/a55r1.cpp",
1202 "src/core/NEON/kernels/arm_gemm/kernels/a64_hgemm_8x24/generic.cpp",
1203 "src/core/NEON/kernels/arm_gemm/kernels/a64_hgemm_8x24/x1.cpp",
1204 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_bf16fp32_dot_6x16/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001205 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_bf16fp32_mmla_6x16/generic.cpp",
Georgios Pinitase28cf392021-01-31 05:18:43 +00001206 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_fp16_mla_6x32/a55.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001207 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_fp16_mla_6x32/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001208 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_fp32_mla_4x24/a55.cpp",
1209 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_fp32_mla_4x24/generic.cpp",
Georgios Pinitase28cf392021-01-31 05:18:43 +00001210 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_fp32_mla_6x16/a55.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001211 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_fp32_mla_6x16/generic.cpp",
Georgios Pinitase28cf392021-01-31 05:18:43 +00001212 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_fp32_mla_8x4/a55.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001213 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_fp32_mla_8x4/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001214 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_fp32bf16fp32_mmla_4x24/generic.cpp",
1215 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_fp32bf16fp32_mmla_6x16/generic.cpp",
Georgios Pinitase28cf392021-01-31 05:18:43 +00001216 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_s8qa_dot_4x16/a55.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001217 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_s8qa_dot_4x16/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001218 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_s8qa_mmla_4x16/generic.cpp",
Georgios Pinitase28cf392021-01-31 05:18:43 +00001219 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_s8qs_dot_6x16/a55.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001220 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_s8qs_dot_6x16/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001221 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_s8qs_mmla_6x16/generic.cpp",
Georgios Pinitase28cf392021-01-31 05:18:43 +00001222 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_s8s32_dot_6x16/a55.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001223 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_s8s32_dot_6x16/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001224 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_s8s32_mmla_6x16/generic.cpp",
Georgios Pinitase28cf392021-01-31 05:18:43 +00001225 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_u8qa_dot_4x16/a55.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001226 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_u8qa_dot_4x16/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001227 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_u8qa_mmla_4x16/generic.cpp",
Georgios Pinitase28cf392021-01-31 05:18:43 +00001228 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_u8u32_dot_6x16/a55.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001229 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_u8u32_dot_6x16/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001230 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_u8u32_mmla_6x16/generic.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001231 "src/core/NEON/kernels/arm_gemm/kernels/a64_interleaved_bf16fp32_dot_8x12/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001232 "src/core/NEON/kernels/arm_gemm/kernels/a64_interleaved_bf16fp32_dot_8x12/x1.cpp",
ramelg01b6e49eb2021-12-08 02:00:16 +00001233 "src/core/NEON/kernels/arm_gemm/kernels/a64_interleaved_bf16fp32_mmla_8x12/a510.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001234 "src/core/NEON/kernels/arm_gemm/kernels/a64_interleaved_bf16fp32_mmla_8x12/generic.cpp",
ramelg01b6e49eb2021-12-08 02:00:16 +00001235 "src/core/NEON/kernels/arm_gemm/kernels/a64_interleaved_s8s32_mmla_8x12/a510.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001236 "src/core/NEON/kernels/arm_gemm/kernels/a64_interleaved_s8s32_mmla_8x12/generic.cpp",
ramelg01b6e49eb2021-12-08 02:00:16 +00001237 "src/core/NEON/kernels/arm_gemm/kernels/a64_interleaved_u8u32_mmla_8x12/a510.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001238 "src/core/NEON/kernels/arm_gemm/kernels/a64_interleaved_u8u32_mmla_8x12/generic.cpp",
1239 "src/core/NEON/kernels/arm_gemm/kernels/a64_sgemm_8x12/a53.cpp",
1240 "src/core/NEON/kernels/arm_gemm/kernels/a64_sgemm_8x12/a55.cpp",
1241 "src/core/NEON/kernels/arm_gemm/kernels/a64_sgemm_8x12/a55r1.cpp",
1242 "src/core/NEON/kernels/arm_gemm/kernels/a64_sgemm_8x12/generic.cpp",
1243 "src/core/NEON/kernels/arm_gemm/kernels/a64_sgemm_8x12/x1.cpp",
Michalis Spyrou778b95c2021-04-20 12:15:52 +01001244 "src/core/NEON/kernels/arm_gemm/kernels/a64_sgemm_8x6/generic.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +00001245 "src/core/NEON/kernels/arm_gemm/kernels/a64_sgemv_pretransposed/generic.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001246 "src/core/NEON/kernels/arm_gemm/kernels/a64_smallK_hybrid_fp32_mla_6x4/generic.cpp",
1247 "src/core/NEON/kernels/arm_gemm/kernels/a64_smallK_hybrid_fp32_mla_8x4/generic.cpp",
1248 "src/core/NEON/kernels/arm_gemm/kernels/a64_smallK_hybrid_s8s32_dot_6x4/a55.cpp",
1249 "src/core/NEON/kernels/arm_gemm/kernels/a64_smallK_hybrid_s8s32_dot_6x4/generic.cpp",
1250 "src/core/NEON/kernels/arm_gemm/kernels/a64_smallK_hybrid_s8s32_dot_8x4/a55.cpp",
1251 "src/core/NEON/kernels/arm_gemm/kernels/a64_smallK_hybrid_s8s32_dot_8x4/generic.cpp",
1252 "src/core/NEON/kernels/arm_gemm/kernels/a64_smallK_hybrid_u8u32_dot_6x4/a55.cpp",
1253 "src/core/NEON/kernels/arm_gemm/kernels/a64_smallK_hybrid_u8u32_dot_6x4/generic.cpp",
1254 "src/core/NEON/kernels/arm_gemm/kernels/a64_smallK_hybrid_u8u32_dot_8x4/a55.cpp",
1255 "src/core/NEON/kernels/arm_gemm/kernels/a64_smallK_hybrid_u8u32_dot_8x4/generic.cpp",
Viet-Hoa Do03b29712022-06-01 11:47:14 +01001256 "src/core/NEON/kernels/arm_gemm/kernels/sme2_gemv_bf16fp32_dot_16VL/generic.cpp",
1257 "src/core/NEON/kernels/arm_gemm/kernels/sme2_gemv_fp32_mla_16VL/generic.cpp",
1258 "src/core/NEON/kernels/arm_gemm/kernels/sme2_gemv_fp32bf16fp32_dot_16VL/generic.cpp",
1259 "src/core/NEON/kernels/arm_gemm/kernels/sme2_gemv_s8qa_dot_16VL/generic.cpp",
1260 "src/core/NEON/kernels/arm_gemm/kernels/sme2_gemv_u8qa_dot_16VL/generic.cpp",
1261 "src/core/NEON/kernels/arm_gemm/kernels/sme2_interleaved_nomerge_bf16fp32_mopa_1VLx4VL/generic.cpp",
1262 "src/core/NEON/kernels/arm_gemm/kernels/sme2_interleaved_nomerge_bf16fp32_mopa_2VLx2VL/generic.cpp",
1263 "src/core/NEON/kernels/arm_gemm/kernels/sme2_interleaved_nomerge_bf16fp32_mopa_4VLx1VL/generic.cpp",
1264 "src/core/NEON/kernels/arm_gemm/kernels/sme2_interleaved_nomerge_fp32_mopa_1VLx4VL/generic.cpp",
1265 "src/core/NEON/kernels/arm_gemm/kernels/sme2_interleaved_nomerge_fp32_mopa_2VLx2VL/generic.cpp",
1266 "src/core/NEON/kernels/arm_gemm/kernels/sme2_interleaved_nomerge_fp32_mopa_4VLx1VL/generic.cpp",
1267 "src/core/NEON/kernels/arm_gemm/kernels/sme2_interleaved_nomerge_s8q_mopa_1VLx4VL/generic.cpp",
1268 "src/core/NEON/kernels/arm_gemm/kernels/sme2_interleaved_nomerge_s8q_mopa_2VLx2VL/generic.cpp",
1269 "src/core/NEON/kernels/arm_gemm/kernels/sme2_interleaved_nomerge_s8q_mopa_4VLx1VL/generic.cpp",
1270 "src/core/NEON/kernels/arm_gemm/kernels/sme2_interleaved_nomerge_s8s32_mopa_1VLx4VL/generic.cpp",
1271 "src/core/NEON/kernels/arm_gemm/kernels/sme2_interleaved_nomerge_s8s32_mopa_2VLx2VL/generic.cpp",
1272 "src/core/NEON/kernels/arm_gemm/kernels/sme2_interleaved_nomerge_s8s32_mopa_4VLx1VL/generic.cpp",
1273 "src/core/NEON/kernels/arm_gemm/kernels/sme2_interleaved_nomerge_u8q_mopa_1VLx4VL/generic.cpp",
1274 "src/core/NEON/kernels/arm_gemm/kernels/sme2_interleaved_nomerge_u8q_mopa_2VLx2VL/generic.cpp",
1275 "src/core/NEON/kernels/arm_gemm/kernels/sme2_interleaved_nomerge_u8q_mopa_4VLx1VL/generic.cpp",
Francesco.Petrogalli@arm.com5fcf22d2022-04-05 10:31:08 +00001276 "src/core/NEON/kernels/arm_gemm/kernels/sve_ffhybrid_bf16fp32_mmla_6x4VL/generic.cpp",
1277 "src/core/NEON/kernels/arm_gemm/kernels/sve_ffhybrid_fp16_mla_6x4VL/a64fx.cpp",
1278 "src/core/NEON/kernels/arm_gemm/kernels/sve_ffhybrid_fp16_mla_6x4VL/generic.cpp",
1279 "src/core/NEON/kernels/arm_gemm/kernels/sve_ffhybrid_fp32_mla_6x4VL/a64fx.cpp",
1280 "src/core/NEON/kernels/arm_gemm/kernels/sve_ffhybrid_fp32_mla_6x4VL/generic.cpp",
1281 "src/core/NEON/kernels/arm_gemm/kernels/sve_ffhybrid_fp32bf16fp32_mmla_4x6VL/generic.cpp",
1282 "src/core/NEON/kernels/arm_gemm/kernels/sve_ffinterleaved_bf16fp32_mmla_8x3VL/generic.cpp",
1283 "src/core/NEON/kernels/arm_gemm/kernels/sve_ffinterleaved_fp16_mla_8x3VL/a64fx.cpp",
1284 "src/core/NEON/kernels/arm_gemm/kernels/sve_ffinterleaved_fp16_mla_8x3VL/generic.cpp",
1285 "src/core/NEON/kernels/arm_gemm/kernels/sve_ffinterleaved_fp32_mla_8x3VL/a64fx.cpp",
1286 "src/core/NEON/kernels/arm_gemm/kernels/sve_ffinterleaved_fp32_mla_8x3VL/generic.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001287 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_bf16fp32_dot_6x4VL/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001288 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_bf16fp32_mmla_6x4VL/generic.cpp",
1289 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_fp16_mla_6x4VL/a64fx.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001290 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_fp16_mla_6x4VL/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001291 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_fp32_mla_6x4VL/a64fx.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001292 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_fp32_mla_6x4VL/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001293 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_fp32_mla_8x1VL/a64fx.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001294 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_fp32_mla_8x1VL/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001295 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_fp32bf16fp32_mmla_4x6VL/generic.cpp",
1296 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_fp32bf16fp32_mmla_6x4VL/generic.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001297 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_s8qa_dot_4x4VL/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001298 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_s8qa_mmla_4x4VL/generic.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001299 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_s8qs_dot_6x4VL/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001300 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_s8qs_mmla_6x4VL/generic.cpp",
1301 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_s8s32_dot_6x4VL/a64fx.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001302 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_s8s32_dot_6x4VL/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001303 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_s8s32_mmla_6x4VL/generic.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001304 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_u8qa_dot_4x4VL/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001305 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_u8qa_mmla_4x4VL/generic.cpp",
1306 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_u8u32_dot_6x4VL/a64fx.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001307 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_u8u32_dot_6x4VL/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001308 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_u8u32_mmla_6x4VL/generic.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001309 "src/core/NEON/kernels/arm_gemm/kernels/sve_interleaved_bf16fp32_dot_8x3VL/generic.cpp",
1310 "src/core/NEON/kernels/arm_gemm/kernels/sve_interleaved_bf16fp32_mmla_8x3VL/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001311 "src/core/NEON/kernels/arm_gemm/kernels/sve_interleaved_fp16_mla_8x3VL/a64fx.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001312 "src/core/NEON/kernels/arm_gemm/kernels/sve_interleaved_fp16_mla_8x3VL/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001313 "src/core/NEON/kernels/arm_gemm/kernels/sve_interleaved_fp32_mla_8x3VL/a64fx.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001314 "src/core/NEON/kernels/arm_gemm/kernels/sve_interleaved_fp32_mla_8x3VL/generic.cpp",
1315 "src/core/NEON/kernels/arm_gemm/kernels/sve_interleaved_fp32_mmla_8x3VL/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001316 "src/core/NEON/kernels/arm_gemm/kernels/sve_interleaved_s8s32_dot_8x3VL/a64fx.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001317 "src/core/NEON/kernels/arm_gemm/kernels/sve_interleaved_s8s32_dot_8x3VL/generic.cpp",
1318 "src/core/NEON/kernels/arm_gemm/kernels/sve_interleaved_s8s32_mmla_8x3VL/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001319 "src/core/NEON/kernels/arm_gemm/kernels/sve_interleaved_u8u32_dot_8x3VL/a64fx.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001320 "src/core/NEON/kernels/arm_gemm/kernels/sve_interleaved_u8u32_dot_8x3VL/generic.cpp",
1321 "src/core/NEON/kernels/arm_gemm/kernels/sve_interleaved_u8u32_mmla_8x3VL/generic.cpp",
Michael Tylerbe13cea2023-01-17 11:04:14 +00001322 "src/core/NEON/kernels/arm_gemm/kernels/sve_smallK_hybrid_fp32_mla_8x1VL/generic.cpp",
1323 "src/core/NEON/kernels/arm_gemm/kernels/sve_smallK_hybrid_s8s32_dot_8x1VL/generic.cpp",
1324 "src/core/NEON/kernels/arm_gemm/kernels/sve_smallK_hybrid_u8u32_dot_8x1VL/generic.cpp",
ramelg01a1f78512022-06-29 16:28:10 +01001325 "src/core/NEON/kernels/convolution/winograd/input_transforms/a64_fp16_6x6.cpp",
1326 "src/core/NEON/kernels/convolution/winograd/input_transforms/a64_fp32_6x6.cpp",
Viet-Hoa Do03b29712022-06-01 11:47:14 +01001327 "src/core/NEON/kernels/convolution/winograd/input_transforms/sme_fp32_mla_6x6.cpp",
ramelg01a1f78512022-06-29 16:28:10 +01001328 "src/core/NEON/kernels/convolution/winograd/input_transforms/sve_fp32_6x6.cpp",
1329 "src/core/NEON/kernels/convolution/winograd/output_transforms/a64_fp16_4x4_3x3.cpp",
Viet-Hoa Do03b29712022-06-01 11:47:14 +01001330 "src/core/NEON/kernels/convolution/winograd/output_transforms/sme_fp32_mopa_4x4_3x3.cpp",
ramelg01a1f78512022-06-29 16:28:10 +01001331 "src/core/NEON/kernels/convolution/winograd/weight_transforms/a64_fp16_4x4_3x3.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +00001332
1333 ],
1334 },
1335 },
Georgios Pinitas41984a02019-12-11 12:05:17 +00001336 rtti: true,
1337}