blob: 36d392de579b0aa736f54f334655e23b38ea2f16 [file] [log] [blame]
Georgios Pinitas41984a02019-12-11 12:05:17 +00001//
Jakub Sujak93f7c3f2021-09-28 16:08:24 +01002// Copyright © 2020-2021 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",
30 "src/core/CL/cl_kernels/common/fft.cl",
31 "src/core/CL/cl_kernels/common/fft_digit_reverse.cl",
32 "src/core/CL/cl_kernels/common/fft_scale.cl",
33 "src/core/CL/cl_kernels/common/fill_border.cl",
34 "src/core/CL/cl_kernels/common/floor.cl",
35 "src/core/CL/cl_kernels/common/gather.cl",
36 "src/core/CL/cl_kernels/common/gemm.cl",
37 "src/core/CL/cl_kernels/common/gemm_v1.cl",
38 "src/core/CL/cl_kernels/common/gemmlowp.cl",
39 "src/core/CL/cl_kernels/common/gemv.cl",
40 "src/core/CL/cl_kernels/common/generate_proposals.cl",
41 "src/core/CL/cl_kernels/common/generate_proposals_quantized.cl",
42 "src/core/CL/cl_kernels/common/instance_normalization.cl",
43 "src/core/CL/cl_kernels/common/l2_normalize.cl",
44 "src/core/CL/cl_kernels/common/mean_stddev_normalization.cl",
45 "src/core/CL/cl_kernels/common/memset.cl",
46 "src/core/CL/cl_kernels/common/minmax_layer.cl",
47 "src/core/CL/cl_kernels/common/nonmax.cl",
48 "src/core/CL/cl_kernels/common/pad_layer.cl",
49 "src/core/CL/cl_kernels/common/permute.cl",
50 "src/core/CL/cl_kernels/common/pixelwise_mul_float.cl",
51 "src/core/CL/cl_kernels/common/pixelwise_mul_int.cl",
52 "src/core/CL/cl_kernels/common/qlstm_layer_normalization.cl",
53 "src/core/CL/cl_kernels/common/quantization_layer.cl",
54 "src/core/CL/cl_kernels/common/range.cl",
55 "src/core/CL/cl_kernels/common/reduction_operation.cl",
56 "src/core/CL/cl_kernels/common/reshape_layer.cl",
57 "src/core/CL/cl_kernels/common/reverse.cl",
58 "src/core/CL/cl_kernels/common/roi_align_layer.cl",
59 "src/core/CL/cl_kernels/common/roi_align_layer_quantized.cl",
60 "src/core/CL/cl_kernels/common/roi_pooling_layer.cl",
61 "src/core/CL/cl_kernels/common/select.cl",
62 "src/core/CL/cl_kernels/common/slice_ops.cl",
63 "src/core/CL/cl_kernels/common/softmax_layer.cl",
64 "src/core/CL/cl_kernels/common/softmax_layer_quantized.cl",
65 "src/core/CL/cl_kernels/common/stack_layer.cl",
66 "src/core/CL/cl_kernels/common/tile.cl",
67 "src/core/CL/cl_kernels/common/transpose.cl",
68 "src/core/CL/cl_kernels/common/unpooling_layer.cl",
69 "src/core/CL/cl_kernels/gemm_helpers.h",
70 "src/core/CL/cl_kernels/helpers.h",
71 "src/core/CL/cl_kernels/helpers_asymm.h",
72 "src/core/CL/cl_kernels/load_store_utility.h",
73 "src/core/CL/cl_kernels/nchw/batch_to_space.cl",
74 "src/core/CL/cl_kernels/nchw/batchnormalization_layer.cl",
75 "src/core/CL/cl_kernels/nchw/channel_shuffle.cl",
76 "src/core/CL/cl_kernels/nchw/depth_to_space.cl",
77 "src/core/CL/cl_kernels/nchw/dequantization_layer.cl",
78 "src/core/CL/cl_kernels/nchw/direct_convolution1x1.cl",
79 "src/core/CL/cl_kernels/nchw/direct_convolution3x3.cl",
80 "src/core/CL/cl_kernels/nchw/direct_convolution5x5.cl",
81 "src/core/CL/cl_kernels/nchw/direct_convolution_quantized.cl",
82 "src/core/CL/cl_kernels/nchw/im2col.cl",
83 "src/core/CL/cl_kernels/nchw/normalization_layer.cl",
84 "src/core/CL/cl_kernels/nchw/normalize_planar_yuv_layer.cl",
85 "src/core/CL/cl_kernels/nchw/normalize_planar_yuv_layer_quantized.cl",
86 "src/core/CL/cl_kernels/nchw/pooling_layer.cl",
87 "src/core/CL/cl_kernels/nchw/prior_box_layer.cl",
88 "src/core/CL/cl_kernels/nchw/remap.cl",
89 "src/core/CL/cl_kernels/nchw/reorg_layer.cl",
90 "src/core/CL/cl_kernels/nchw/scale.cl",
91 "src/core/CL/cl_kernels/nchw/space_to_batch.cl",
92 "src/core/CL/cl_kernels/nchw/space_to_depth.cl",
93 "src/core/CL/cl_kernels/nchw/upsample_layer.cl",
94 "src/core/CL/cl_kernels/nchw/winograd_filter_transform.cl",
95 "src/core/CL/cl_kernels/nchw/winograd_input_transform.cl",
96 "src/core/CL/cl_kernels/nchw/winograd_output_transform.cl",
97 "src/core/CL/cl_kernels/nhwc/batch_to_space.cl",
98 "src/core/CL/cl_kernels/nhwc/batchnormalization_layer.cl",
99 "src/core/CL/cl_kernels/nhwc/channel_shuffle.cl",
100 "src/core/CL/cl_kernels/nhwc/depth_to_space.cl",
101 "src/core/CL/cl_kernels/nhwc/dequantization_layer.cl",
102 "src/core/CL/cl_kernels/nhwc/direct_convolution.cl",
Giorgio Arena945ae9e2021-10-13 11:13:04 +0100103 "src/core/CL/cl_kernels/nhwc/direct_convolution3d.cl",
Jakub Sujak93f7c3f2021-09-28 16:08:24 +0100104 "src/core/CL/cl_kernels/nhwc/dwc_native_fp_nhwc.cl",
105 "src/core/CL/cl_kernels/nhwc/dwc_native_quantized_nhwc.cl",
106 "src/core/CL/cl_kernels/nhwc/im2col.cl",
107 "src/core/CL/cl_kernels/nhwc/normalization_layer.cl",
108 "src/core/CL/cl_kernels/nhwc/normalize_planar_yuv_layer.cl",
109 "src/core/CL/cl_kernels/nhwc/normalize_planar_yuv_layer_quantized.cl",
110 "src/core/CL/cl_kernels/nhwc/pooling_layer.cl",
111 "src/core/CL/cl_kernels/nhwc/pooling_layer_quantized.cl",
112 "src/core/CL/cl_kernels/nhwc/remap.cl",
113 "src/core/CL/cl_kernels/nhwc/reorg_layer.cl",
114 "src/core/CL/cl_kernels/nhwc/scale.cl",
115 "src/core/CL/cl_kernels/nhwc/space_to_batch.cl",
116 "src/core/CL/cl_kernels/nhwc/space_to_depth.cl",
117 "src/core/CL/cl_kernels/nhwc/upsample_layer.cl",
118 "src/core/CL/cl_kernels/nhwc/winograd_filter_transform.cl",
119 "src/core/CL/cl_kernels/nhwc/winograd_input_transform.cl",
120 "src/core/CL/cl_kernels/nhwc/winograd_output_transform.cl",
121 "src/core/CL/cl_kernels/repeat.h",
122 "src/core/CL/cl_kernels/tile_helpers.h",
123 "src/core/CL/cl_kernels/types.h",
124 "src/core/CL/cl_kernels/warp_helpers.h",
125
126]
127
Georgios Pinitas41984a02019-12-11 12:05:17 +0000128bootstrap_go_package {
129 name: "arm_compute_library_nn_driver",
130 pkgPath: "arm_compute_library_nn_driver",
131 deps: [
132 "blueprint",
133 "blueprint-pathtools",
134 "blueprint-proptools",
135 "soong",
136 "soong-android",
137 "soong-cc",
138 ],
139 srcs: [
140 "scripts/arm_compute_library_nn_driver.go",
141 ],
142 pluginFor: [ "soong_build" ],
143}
144
145arm_compute_library_defaults {
146 name: "acl-default-cppflags",
147 cppflags: [
148 "-std=c++14",
149 "-fexceptions",
150 "-DBOOST_NO_AUTO_PTR",
151 "-DEMBEDDED_KERNELS",
152 "-DARM_COMPUTE_ASSERTS_ENABLED",
153 "-DARM_COMPUTE_CPP_SCHEDULER",
Georgios Pinitas84f8aa7e2021-06-08 18:54:48 +0100154 "-DENABLE_NEON",
Michalis Spyrou31c7c262021-06-23 13:31:59 +0100155 "-DARM_COMPUTE_ENABLE_NEON",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000156 "-Wno-unused-parameter",
157 "-DNO_DOT_IN_TOOLCHAIN",
morgolockf8f812b2020-11-17 09:37:37 +0000158 "-no-integrated-as",
159 "-Wno-implicit-fallthrough"
Georgios Pinitas41984a02019-12-11 12:05:17 +0000160 ],
161 rtti: true,
162}
163
164cc_library_static {
165 name: "arm_compute_library",
166 defaults: ["acl-default-cppflags"],
167 proprietary: true,
168 local_include_dirs: ["build/android-arm64v8a/src/core",
169 "build/android-arm64v8a/src/core/CL",
Georgios Pinitasde5930f2020-10-21 10:45:44 +0100170 "src/core/common",
171 "src/core/helpers",
Michele Di Giorgiof3ad9512020-07-01 10:37:11 +0100172 "src/core/NEON/kernels/assembly",
Georgios Pinitasde5930f2020-10-21 10:45:44 +0100173 "src/core/NEON/kernels/convolution/common",
Sang-Hoon Park37f4b2e2021-05-18 10:50:26 +0100174 "src/core/NEON/kernels/convolution/winograd",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100175 "src/cpu/kernels/assembly"],
Georgios Pinitas41984a02019-12-11 12:05:17 +0000176 export_include_dirs: [".", "./include"],
177 srcs: [
Georgios Pinitas8a5146f2021-01-12 15:51:07 +0000178 "src/c/AclContext.cpp",
Georgios Pinitas06ac6e42021-07-05 08:08:52 +0100179 "src/c/AclOperator.cpp",
Georgios Pinitasc3c352e2021-03-18 10:59:40 +0000180 "src/c/AclQueue.cpp",
Georgios Pinitas3f26ef42021-02-23 10:01:33 +0000181 "src/c/AclTensor.cpp",
182 "src/c/AclTensorPack.cpp",
Georgios Pinitas8a5146f2021-01-12 15:51:07 +0000183 "src/c/AclVersion.cpp",
184 "src/c/cl/AclOpenClExt.cpp",
Georgios Pinitas41648142021-08-03 08:24:00 +0100185 "src/c/operators/AclActivation.cpp",
Georgios Pinitas8a5146f2021-01-12 15:51:07 +0000186 "src/common/AllocatorWrapper.cpp",
Georgios Pinitas41648142021-08-03 08:24:00 +0100187 "src/common/IOperator.cpp",
Sang-Hoon Parkc6fcfb42021-03-31 15:18:16 +0100188 "src/common/ITensorV2.cpp",
Georgios Pinitas3f26ef42021-02-23 10:01:33 +0000189 "src/common/TensorPack.cpp",
Georgios Pinitas08302c12021-06-09 10:08:27 +0100190 "src/common/cpuinfo/CpuInfo.cpp",
191 "src/common/cpuinfo/CpuIsaInfo.cpp",
192 "src/common/cpuinfo/CpuModel.cpp",
Georgios Pinitas3f26ef42021-02-23 10:01:33 +0000193 "src/common/utils/LegacySupport.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000194 "src/core/AccessWindowAutoPadding.cpp",
195 "src/core/AccessWindowStatic.cpp",
196 "src/core/AccessWindowTranspose.cpp",
Michalis Spyrou11d49182020-03-26 10:31:32 +0000197 "src/core/CL/CLCompileContext.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000198 "src/core/CL/CLHelpers.cpp",
199 "src/core/CL/CLKernelLibrary.cpp",
Gian Marco Iodice781cba72020-06-19 16:56:57 +0100200 "src/core/CL/CLUtils.cpp",
Giorgio Arenaba2dd822021-07-28 16:10:03 +0100201 "src/core/CL/DefaultLWSHeuristics.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000202 "src/core/CL/ICLKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000203 "src/core/CL/ICLSimple2DKernel.cpp",
204 "src/core/CL/ICLSimple3DKernel.cpp",
205 "src/core/CL/ICLSimpleKernel.cpp",
206 "src/core/CL/ICLTensor.cpp",
207 "src/core/CL/OpenCL.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000208 "src/core/CL/kernels/CLArgMinMaxLayerKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000209 "src/core/CL/kernels/CLBatchNormalizationLayerKernel.cpp",
210 "src/core/CL/kernels/CLBatchToSpaceLayerKernel.cpp",
Manuel Bottini63bb7ca2020-12-02 13:22:14 +0000211 "src/core/CL/kernels/CLBitwiseKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000212 "src/core/CL/kernels/CLBoundingBoxTransformKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000213 "src/core/CL/kernels/CLChannelShuffleLayerKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000214 "src/core/CL/kernels/CLComparisonKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000215 "src/core/CL/kernels/CLDeconvolutionLayerUpsampleKernel.cpp",
216 "src/core/CL/kernels/CLDeconvolutionReshapeOutputKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000217 "src/core/CL/kernels/CLDepthToSpaceLayerKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000218 "src/core/CL/kernels/CLDepthwiseConvolutionLayerNativeKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000219 "src/core/CL/kernels/CLFFTDigitReverseKernel.cpp",
220 "src/core/CL/kernels/CLFFTRadixStageKernel.cpp",
221 "src/core/CL/kernels/CLFFTScaleKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000222 "src/core/CL/kernels/CLFillBorderKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000223 "src/core/CL/kernels/CLFuseBatchNormalizationKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000224 "src/core/CL/kernels/CLGatherKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000225 "src/core/CL/kernels/CLGenerateProposalsLayerKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000226 "src/core/CL/kernels/CLInstanceNormalizationLayerKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000227 "src/core/CL/kernels/CLL2NormalizeLayerKernel.cpp",
Gian Marco Iodice4d81d752020-07-14 15:05:31 +0100228 "src/core/CL/kernels/CLMaxUnpoolingLayerKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000229 "src/core/CL/kernels/CLMeanStdDevNormalizationKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000230 "src/core/CL/kernels/CLNormalizationLayerKernel.cpp",
231 "src/core/CL/kernels/CLNormalizePlanarYUVLayerKernel.cpp",
232 "src/core/CL/kernels/CLPadLayerKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000233 "src/core/CL/kernels/CLPriorBoxLayerKernel.cpp",
Sheri Zhangb18252d2020-04-07 11:04:57 +0100234 "src/core/CL/kernels/CLQLSTMLayerNormalizationKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000235 "src/core/CL/kernels/CLROIAlignLayerKernel.cpp",
236 "src/core/CL/kernels/CLROIPoolingLayerKernel.cpp",
237 "src/core/CL/kernels/CLRangeKernel.cpp",
238 "src/core/CL/kernels/CLReductionOperationKernel.cpp",
239 "src/core/CL/kernels/CLRemapKernel.cpp",
240 "src/core/CL/kernels/CLReorgLayerKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000241 "src/core/CL/kernels/CLReverseKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000242 "src/core/CL/kernels/CLSelectKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000243 "src/core/CL/kernels/CLSpaceToBatchLayerKernel.cpp",
244 "src/core/CL/kernels/CLSpaceToDepthLayerKernel.cpp",
245 "src/core/CL/kernels/CLStackLayerKernel.cpp",
246 "src/core/CL/kernels/CLStridedSliceKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000247 "src/core/CL/kernels/CLTileKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000248 "src/core/CPP/CPPTypes.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000249 "src/core/CPP/kernels/CPPBoxWithNonMaximaSuppressionLimitKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000250 "src/core/CPP/kernels/CPPNonMaximumSuppressionKernel.cpp",
251 "src/core/CPP/kernels/CPPPermuteKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000252 "src/core/CPP/kernels/CPPTopKVKernel.cpp",
253 "src/core/CPP/kernels/CPPUpsampleKernel.cpp",
254 "src/core/Error.cpp",
255 "src/core/GPUTarget.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000256 "src/core/Helpers.cpp",
257 "src/core/IAccessWindow.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000258 "src/core/IKernel.cpp",
259 "src/core/ITensor.cpp",
Georgios Pinitas0499dff2020-07-31 22:21:38 +0100260 "src/core/ITensorPack.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000261 "src/core/NEON/kernels/NEBatchNormalizationLayerKernel.cpp",
262 "src/core/NEON/kernels/NEBatchToSpaceLayerKernel.cpp",
263 "src/core/NEON/kernels/NEBitwiseAndKernel.cpp",
264 "src/core/NEON/kernels/NEBitwiseNotKernel.cpp",
265 "src/core/NEON/kernels/NEBitwiseOrKernel.cpp",
266 "src/core/NEON/kernels/NEBitwiseXorKernel.cpp",
267 "src/core/NEON/kernels/NEBoundingBoxTransformKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000268 "src/core/NEON/kernels/NEChannelShuffleLayerKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000269 "src/core/NEON/kernels/NECropKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000270 "src/core/NEON/kernels/NEDepthToSpaceLayerKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000271 "src/core/NEON/kernels/NEFFTDigitReverseKernel.cpp",
272 "src/core/NEON/kernels/NEFFTRadixStageKernel.cpp",
273 "src/core/NEON/kernels/NEFFTScaleKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000274 "src/core/NEON/kernels/NEFillBorderKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000275 "src/core/NEON/kernels/NEFuseBatchNormalizationKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000276 "src/core/NEON/kernels/NEGatherKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000277 "src/core/NEON/kernels/NEGenerateProposalsLayerKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000278 "src/core/NEON/kernels/NEInstanceNormalizationLayerKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000279 "src/core/NEON/kernels/NEL2NormalizeLayerKernel.cpp",
Georgios Pinitas58bce682020-11-13 11:38:58 +0000280 "src/core/NEON/kernels/NELogicalKernel.cpp",
morgolock37722d92020-04-09 14:17:48 +0100281 "src/core/NEON/kernels/NEMaxUnpoolingLayerKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000282 "src/core/NEON/kernels/NEMeanStdDevNormalizationKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000283 "src/core/NEON/kernels/NENormalizationLayerKernel.cpp",
284 "src/core/NEON/kernels/NEPadLayerKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000285 "src/core/NEON/kernels/NEPriorBoxLayerKernel.cpp",
Sang-Hoon Park0d008f72020-03-13 14:56:05 +0000286 "src/core/NEON/kernels/NEQLSTMLayerNormalizationKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000287 "src/core/NEON/kernels/NEROIAlignLayerKernel.cpp",
288 "src/core/NEON/kernels/NEROIPoolingLayerKernel.cpp",
289 "src/core/NEON/kernels/NERangeKernel.cpp",
290 "src/core/NEON/kernels/NEReductionOperationKernel.cpp",
Michalis Spyrou473cb012021-02-23 11:48:12 +0000291 "src/core/NEON/kernels/NERemapKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000292 "src/core/NEON/kernels/NEReorgLayerKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000293 "src/core/NEON/kernels/NEReverseKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000294 "src/core/NEON/kernels/NESelectKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000295 "src/core/NEON/kernels/NESpaceToBatchLayerKernel.cpp",
296 "src/core/NEON/kernels/NESpaceToDepthLayerKernel.cpp",
297 "src/core/NEON/kernels/NEStackLayerKernel.cpp",
298 "src/core/NEON/kernels/NEStridedSliceKernel.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000299 "src/core/NEON/kernels/NETileKernel.cpp",
Michele Di Giorgiod02d5ed2021-01-22 09:47:04 +0000300 "src/core/NEON/kernels/arm_conv/depthwise/depthwise_fp16.cpp",
301 "src/core/NEON/kernels/arm_conv/depthwise/depthwise_fp32.cpp",
302 "src/core/NEON/kernels/arm_conv/depthwise/depthwise_s8q.cpp",
303 "src/core/NEON/kernels/arm_conv/depthwise/depthwise_u8q.cpp",
304 "src/core/NEON/kernels/arm_conv/depthwise/depthwise_u8s8u8q.cpp",
305 "src/core/NEON/kernels/arm_conv/depthwise/interleaves/8b_mla.cpp",
Michele Di Giorgiod556d7b2020-10-27 10:56:31 +0000306 "src/core/NEON/kernels/arm_conv/pooling/kernels/cpp_nhwc_1x1_stride_any_depthfirst/generic.cpp",
307 "src/core/NEON/kernels/arm_conv/pooling/pooling_fp16.cpp",
308 "src/core/NEON/kernels/arm_conv/pooling/pooling_fp32.cpp",
309 "src/core/NEON/kernels/arm_conv/pooling/pooling_s8.cpp",
310 "src/core/NEON/kernels/arm_conv/pooling/pooling_s8q.cpp",
311 "src/core/NEON/kernels/arm_conv/pooling/pooling_u8.cpp",
312 "src/core/NEON/kernels/arm_conv/pooling/pooling_u8q.cpp",
Georgios Pinitasc7b183a2020-03-06 18:12:09 +0000313 "src/core/NEON/kernels/arm_gemm/gemm_bf16.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000314 "src/core/NEON/kernels/arm_gemm/gemm_fp16.cpp",
315 "src/core/NEON/kernels/arm_gemm/gemm_fp32.cpp",
316 "src/core/NEON/kernels/arm_gemm/gemm_int16.cpp",
317 "src/core/NEON/kernels/arm_gemm/gemm_int8.cpp",
318 "src/core/NEON/kernels/arm_gemm/gemm_qint8.cpp",
319 "src/core/NEON/kernels/arm_gemm/gemm_quint8.cpp",
320 "src/core/NEON/kernels/arm_gemm/gemm_uint16.cpp",
321 "src/core/NEON/kernels/arm_gemm/gemm_uint8.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +0000322 "src/core/NEON/kernels/arm_gemm/interleave_indirect.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +0100323 "src/core/NEON/kernels/arm_gemm/mergeresults-fp16.cpp",
Michalis Spyrou20fca522021-06-07 14:23:57 +0100324 "src/core/NEON/kernels/arm_gemm/mergeresults-sve.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000325 "src/core/NEON/kernels/arm_gemm/mergeresults.cpp",
326 "src/core/NEON/kernels/arm_gemm/misc.cpp",
327 "src/core/NEON/kernels/arm_gemm/quantized.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +0000328 "src/core/NEON/kernels/arm_gemm/rowsum_indirect_s8.cpp",
329 "src/core/NEON/kernels/arm_gemm/rowsum_indirect_u8.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +0100330 "src/core/NEON/kernels/arm_gemm/transform-sve.cpp",
331 "src/core/NEON/kernels/arm_gemm/transform.cpp",
Sheri Zhang8d5d78b2020-12-15 20:25:31 +0000332 "src/core/NEON/kernels/batchnormalization/impl/NEON/fp16.cpp",
333 "src/core/NEON/kernels/batchnormalization/impl/NEON/fp32.cpp",
334 "src/core/NEON/kernels/batchnormalization/impl/SVE/fp16.cpp",
335 "src/core/NEON/kernels/batchnormalization/impl/SVE/fp32.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000336 "src/core/NEON/kernels/convolution/common/padding.cpp",
337 "src/core/NEON/kernels/convolution/common/qasymm8.cpp",
338 "src/core/NEON/kernels/convolution/common/qsymm8.cpp",
339 "src/core/NEON/kernels/convolution/common/utils.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000340 "src/core/NEON/kernels/convolution/winograd/padding.cpp",
341 "src/core/NEON/kernels/convolution/winograd/winograd.cpp",
342 "src/core/NEON/kernels/convolution/winograd/winograd_transforms/input_1x8_fp32_fp32_integers.cpp",
Georgios Pinitas5ce897f2020-04-29 11:44:10 +0100343 "src/core/NEON/kernels/convolution/winograd/winograd_transforms/input_4x4_fp16_fp16_integers.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000344 "src/core/NEON/kernels/convolution/winograd/winograd_transforms/input_4x4_fp32_fp32_integers.cpp",
Georgios Pinitas5ce897f2020-04-29 11:44:10 +0100345 "src/core/NEON/kernels/convolution/winograd/winograd_transforms/input_6x6_fp16_fp16_integers.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000346 "src/core/NEON/kernels/convolution/winograd/winograd_transforms/input_6x6_fp32_fp32_integers.cpp",
347 "src/core/NEON/kernels/convolution/winograd/winograd_transforms/output_2_7_fp32_fp32_integers.cpp",
348 "src/core/NEON/kernels/convolution/winograd/winograd_transforms/output_2x2_3x3_fp32_fp32_integers.cpp",
349 "src/core/NEON/kernels/convolution/winograd/winograd_transforms/output_2x2_5x5_fp32_fp32_integers.cpp",
350 "src/core/NEON/kernels/convolution/winograd/winograd_transforms/output_4_5_fp32_fp32_integers.cpp",
Georgios Pinitas5ce897f2020-04-29 11:44:10 +0100351 "src/core/NEON/kernels/convolution/winograd/winograd_transforms/output_4x4_3x3_fp16_fp16_integers.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000352 "src/core/NEON/kernels/convolution/winograd/winograd_transforms/output_4x4_3x3_fp32_fp32_integers.cpp",
353 "src/core/NEON/kernels/convolution/winograd/winograd_transforms/output_6_3_fp32_fp32_integers.cpp",
354 "src/core/NEON/kernels/convolution/winograd/winograd_transforms/weights_2_7_fp32_fp32_integers.cpp",
355 "src/core/NEON/kernels/convolution/winograd/winograd_transforms/weights_2x2_3x3_fp32_fp32_integers.cpp",
356 "src/core/NEON/kernels/convolution/winograd/winograd_transforms/weights_2x2_5x5_fp32_fp32_integers.cpp",
357 "src/core/NEON/kernels/convolution/winograd/winograd_transforms/weights_4_5_fp32_fp32_integers.cpp",
Georgios Pinitas5ce897f2020-04-29 11:44:10 +0100358 "src/core/NEON/kernels/convolution/winograd/winograd_transforms/weights_4x4_3x3_fp16_fp16_integers.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000359 "src/core/NEON/kernels/convolution/winograd/winograd_transforms/weights_4x4_3x3_fp32_fp32_integers.cpp",
360 "src/core/NEON/kernels/convolution/winograd/winograd_transforms/weights_6_3_fp32_fp32_integers.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000361 "src/core/Rounding.cpp",
Matthew Bentham758b5ba2020-03-05 23:37:48 +0000362 "src/core/Size2D.cpp",
Adnan AlSinane4563a02021-09-01 15:32:03 +0100363 "src/core/Size3D.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000364 "src/core/SubTensorInfo.cpp",
365 "src/core/TensorInfo.cpp",
366 "src/core/Utils.cpp",
367 "src/core/Validate.cpp",
Georgios Pinitas51545e42020-02-11 15:29:01 +0000368 "src/core/Version.cpp",
Sang-Hoon Park68dd25f2020-10-19 16:00:11 +0100369 "src/core/helpers/SoftmaxHelpers.cpp",
370 "src/core/helpers/WindowHelpers.cpp",
Michele Di Giorgiod02d5ed2021-01-22 09:47:04 +0000371 "src/core/utils/AssemblyUtils.cpp",
Sang-Hoon Park3687ee12020-06-24 13:34:04 +0100372 "src/core/utils/ScaleUtils.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000373 "src/core/utils/helpers/fft.cpp",
374 "src/core/utils/helpers/tensor_transform.cpp",
375 "src/core/utils/io/FileHandler.cpp",
376 "src/core/utils/logging/FilePrinter.cpp",
377 "src/core/utils/logging/Helpers.cpp",
378 "src/core/utils/logging/Logger.cpp",
379 "src/core/utils/logging/LoggerRegistry.cpp",
380 "src/core/utils/misc/MMappedFile.cpp",
381 "src/core/utils/quantization/AsymmHelpers.cpp",
Georgios Pinitas8a5146f2021-01-12 15:51:07 +0000382 "src/cpu/CpuContext.cpp",
Georgios Pinitasc3c352e2021-03-18 10:59:40 +0000383 "src/cpu/CpuQueue.cpp",
Georgios Pinitas3f26ef42021-02-23 10:01:33 +0000384 "src/cpu/CpuTensor.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100385 "src/cpu/kernels/CpuActivationKernel.cpp",
386 "src/cpu/kernels/CpuAddKernel.cpp",
387 "src/cpu/kernels/CpuCastKernel.cpp",
388 "src/cpu/kernels/CpuCol2ImKernel.cpp",
389 "src/cpu/kernels/CpuConcatenateBatchKernel.cpp",
390 "src/cpu/kernels/CpuConcatenateDepthKernel.cpp",
391 "src/cpu/kernels/CpuConcatenateHeightKernel.cpp",
392 "src/cpu/kernels/CpuConcatenateWidthKernel.cpp",
393 "src/cpu/kernels/CpuConvertFullyConnectedWeightsKernel.cpp",
394 "src/cpu/kernels/CpuConvertQuantizedSignednessKernel.cpp",
395 "src/cpu/kernels/CpuCopyKernel.cpp",
396 "src/cpu/kernels/CpuDepthwiseConv2dNativeKernel.cpp",
397 "src/cpu/kernels/CpuDequantizeKernel.cpp",
398 "src/cpu/kernels/CpuDirectConv2dKernel.cpp",
399 "src/cpu/kernels/CpuDirectConv2dOutputStageKernel.cpp",
400 "src/cpu/kernels/CpuElementwiseKernel.cpp",
401 "src/cpu/kernels/CpuElementwiseUnaryKernel.cpp",
402 "src/cpu/kernels/CpuFillKernel.cpp",
403 "src/cpu/kernels/CpuFloorKernel.cpp",
404 "src/cpu/kernels/CpuGemmInterleave4x4Kernel.cpp",
405 "src/cpu/kernels/CpuGemmLowpMatrixMultiplyKernel.cpp",
406 "src/cpu/kernels/CpuGemmLowpMatrixReductionKernel.cpp",
407 "src/cpu/kernels/CpuGemmLowpOffsetContributionKernel.cpp",
408 "src/cpu/kernels/CpuGemmLowpOffsetContributionOutputStageKernel.cpp",
409 "src/cpu/kernels/CpuGemmLowpQuantizeDownInt32ScaleKernel.cpp",
410 "src/cpu/kernels/CpuGemmLowpQuantizeDownInt32ToInt16ScaleByFixedPointKernel.cpp",
411 "src/cpu/kernels/CpuGemmLowpQuantizeDownInt32ToInt8ScaleByFixedPointKernel.cpp",
412 "src/cpu/kernels/CpuGemmLowpQuantizeDownInt32ToUint8ScaleByFixedPointKernel.cpp",
413 "src/cpu/kernels/CpuGemmMatrixAdditionKernel.cpp",
414 "src/cpu/kernels/CpuGemmMatrixMultiplyKernel.cpp",
415 "src/cpu/kernels/CpuGemmTranspose1xWKernel.cpp",
416 "src/cpu/kernels/CpuIm2ColKernel.cpp",
417 "src/cpu/kernels/CpuMulKernel.cpp",
418 "src/cpu/kernels/CpuPermuteKernel.cpp",
419 "src/cpu/kernels/CpuPool2dKernel.cpp",
420 "src/cpu/kernels/CpuQuantizeKernel.cpp",
421 "src/cpu/kernels/CpuReshapeKernel.cpp",
422 "src/cpu/kernels/CpuScaleKernel.cpp",
423 "src/cpu/kernels/CpuSoftmaxKernel.cpp",
424 "src/cpu/kernels/CpuSubKernel.cpp",
425 "src/cpu/kernels/CpuTransposeKernel.cpp",
426 "src/cpu/kernels/CpuWeightsReshapeKernel.cpp",
427 "src/cpu/kernels/CpuWinogradConv2dKernel.cpp",
428 "src/cpu/kernels/activation/neon/fp16.cpp",
429 "src/cpu/kernels/activation/neon/fp32.cpp",
430 "src/cpu/kernels/activation/neon/qasymm8.cpp",
431 "src/cpu/kernels/activation/neon/qasymm8_signed.cpp",
432 "src/cpu/kernels/activation/neon/qsymm16.cpp",
433 "src/cpu/kernels/activation/sve/fp16.cpp",
434 "src/cpu/kernels/activation/sve/fp32.cpp",
435 "src/cpu/kernels/activation/sve/qasymm8.cpp",
436 "src/cpu/kernels/activation/sve/qasymm8_signed.cpp",
437 "src/cpu/kernels/activation/sve/qsymm16.cpp",
438 "src/cpu/kernels/add/neon/qasymm8.cpp",
439 "src/cpu/kernels/add/neon/qasymm8_signed.cpp",
440 "src/cpu/kernels/add/neon/qsymm16.cpp",
441 "src/cpu/kernels/add/sve/impl.cpp",
442 "src/cpu/kernels/add/sve/qasymm8.cpp",
443 "src/cpu/kernels/add/sve/qasymm8_signed.cpp",
444 "src/cpu/kernels/add/sve/qsymm16.cpp",
445 "src/cpu/kernels/elementwise/sve/elementwise.cpp",
446 "src/cpu/kernels/elementwise/sve/elementwise_unary.cpp",
447 "src/cpu/kernels/floor/neon/fp16.cpp",
448 "src/cpu/kernels/floor/neon/fp32.cpp",
449 "src/cpu/kernels/internal/CpuDepthwiseConv2dAssemblyWrapperKernel.cpp",
450 "src/cpu/kernels/internal/CpuPool2dAssemblyWrapperKernel.cpp",
451 "src/cpu/kernels/pool2d/neon/fp16.cpp",
452 "src/cpu/kernels/pool2d/neon/fp32.cpp",
453 "src/cpu/kernels/pool2d/neon/nchw/all.cpp",
454 "src/cpu/kernels/pool2d/neon/qasymm8.cpp",
455 "src/cpu/kernels/pool2d/neon/qasymm8_signed.cpp",
456 "src/cpu/kernels/scale/neon/fp16.cpp",
457 "src/cpu/kernels/scale/neon/integer.cpp",
458 "src/cpu/kernels/scale/neon/qasymm8.cpp",
459 "src/cpu/kernels/scale/neon/qasymm8_signed.cpp",
460 "src/cpu/kernels/scale/sve/fp16.cpp",
461 "src/cpu/kernels/scale/sve/fp32.cpp",
462 "src/cpu/kernels/scale/sve/integer.cpp",
463 "src/cpu/kernels/scale/sve/qasymm8.cpp",
464 "src/cpu/kernels/scale/sve/qasymm8_signed.cpp",
465 "src/cpu/kernels/softmax/impl/sve/impl.cpp",
466 "src/cpu/kernels/sub/neon/qasymm8.cpp",
467 "src/cpu/kernels/sub/neon/qasymm8_signed.cpp",
468 "src/cpu/kernels/sub/neon/qsymm16.cpp",
469 "src/cpu/operators/CpuActivation.cpp",
470 "src/cpu/operators/CpuAdd.cpp",
471 "src/cpu/operators/CpuCast.cpp",
472 "src/cpu/operators/CpuConcatenate.cpp",
473 "src/cpu/operators/CpuConv2d.cpp",
474 "src/cpu/operators/CpuConvertFullyConnectedWeights.cpp",
475 "src/cpu/operators/CpuCopy.cpp",
476 "src/cpu/operators/CpuDepthwiseConv2d.cpp",
477 "src/cpu/operators/CpuDepthwiseConv2dAssemblyDispatch.cpp",
478 "src/cpu/operators/CpuDequantize.cpp",
479 "src/cpu/operators/CpuDirectConv2d.cpp",
480 "src/cpu/operators/CpuElementwise.cpp",
481 "src/cpu/operators/CpuElementwiseUnary.cpp",
482 "src/cpu/operators/CpuFill.cpp",
483 "src/cpu/operators/CpuFlatten.cpp",
484 "src/cpu/operators/CpuFloor.cpp",
485 "src/cpu/operators/CpuFullyConnected.cpp",
486 "src/cpu/operators/CpuGemm.cpp",
487 "src/cpu/operators/CpuGemmConv2d.cpp",
488 "src/cpu/operators/CpuGemmDirectConv2d.cpp",
489 "src/cpu/operators/CpuGemmLowpMatrixMultiplyCore.cpp",
490 "src/cpu/operators/CpuGemmLowpOutputStage.cpp",
491 "src/cpu/operators/CpuMul.cpp",
492 "src/cpu/operators/CpuPermute.cpp",
493 "src/cpu/operators/CpuPool2d.cpp",
494 "src/cpu/operators/CpuQuantize.cpp",
495 "src/cpu/operators/CpuReshape.cpp",
496 "src/cpu/operators/CpuScale.cpp",
497 "src/cpu/operators/CpuSoftmax.cpp",
498 "src/cpu/operators/CpuSub.cpp",
499 "src/cpu/operators/CpuTranspose.cpp",
500 "src/cpu/operators/CpuWinogradConv2d.cpp",
501 "src/cpu/operators/internal/CpuGemmAssemblyDispatch.cpp",
Georgios Pinitas8a5146f2021-01-12 15:51:07 +0000502 "src/gpu/cl/ClContext.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100503 "src/gpu/cl/ClKernelLibrary.cpp",
Georgios Pinitasc3c352e2021-03-18 10:59:40 +0000504 "src/gpu/cl/ClQueue.cpp",
Georgios Pinitas3f26ef42021-02-23 10:01:33 +0000505 "src/gpu/cl/ClTensor.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100506 "src/gpu/cl/kernels/ClActivationKernel.cpp",
507 "src/gpu/cl/kernels/ClBatchConcatenateKernel.cpp",
508 "src/gpu/cl/kernels/ClCastKernel.cpp",
509 "src/gpu/cl/kernels/ClCol2ImKernel.cpp",
510 "src/gpu/cl/kernels/ClConvertFullyConnectedWeightsKernel.cpp",
511 "src/gpu/cl/kernels/ClCopyKernel.cpp",
512 "src/gpu/cl/kernels/ClCropKernel.cpp",
513 "src/gpu/cl/kernels/ClDepthConcatenateKernel.cpp",
514 "src/gpu/cl/kernels/ClDequantizeKernel.cpp",
515 "src/gpu/cl/kernels/ClDirectConv2dKernel.cpp",
Giorgio Arena945ae9e2021-10-13 11:13:04 +0100516 "src/gpu/cl/kernels/ClDirectConv3dKernel.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100517 "src/gpu/cl/kernels/ClElementwiseKernel.cpp",
518 "src/gpu/cl/kernels/ClElementwiseUnaryKernel.cpp",
519 "src/gpu/cl/kernels/ClFillKernel.cpp",
520 "src/gpu/cl/kernels/ClFloorKernel.cpp",
521 "src/gpu/cl/kernels/ClGemmLowpMatrixMultiplyNativeKernel.cpp",
522 "src/gpu/cl/kernels/ClGemmLowpMatrixMultiplyReshapedKernel.cpp",
523 "src/gpu/cl/kernels/ClGemmLowpMatrixMultiplyReshapedOnlyRhsKernel.cpp",
524 "src/gpu/cl/kernels/ClGemmLowpOffsetContributionKernel.cpp",
525 "src/gpu/cl/kernels/ClGemmLowpOffsetContributionOutputStageKernel.cpp",
526 "src/gpu/cl/kernels/ClGemmLowpQuantizeDownInt32ScaleByFixedPointKernel.cpp",
527 "src/gpu/cl/kernels/ClGemmLowpQuantizeDownInt32ScaleByFloatKernel.cpp",
528 "src/gpu/cl/kernels/ClGemmLowpQuantizeDownInt32ScaleKernel.cpp",
529 "src/gpu/cl/kernels/ClGemmLowpReductionKernel.cpp",
530 "src/gpu/cl/kernels/ClGemmMatrixMultiplyKernel.cpp",
531 "src/gpu/cl/kernels/ClGemmMatrixMultiplyNativeKernel.cpp",
532 "src/gpu/cl/kernels/ClGemmMatrixMultiplyReshapedKernel.cpp",
533 "src/gpu/cl/kernels/ClGemmMatrixMultiplyReshapedOnlyRhsKernel.cpp",
534 "src/gpu/cl/kernels/ClGemmReshapeLhsMatrixKernel.cpp",
535 "src/gpu/cl/kernels/ClGemmReshapeRhsMatrixKernel.cpp",
536 "src/gpu/cl/kernels/ClHeightConcatenateKernel.cpp",
537 "src/gpu/cl/kernels/ClIm2ColKernel.cpp",
538 "src/gpu/cl/kernels/ClMulKernel.cpp",
539 "src/gpu/cl/kernels/ClPermuteKernel.cpp",
540 "src/gpu/cl/kernels/ClPool2dKernel.cpp",
541 "src/gpu/cl/kernels/ClQuantizeKernel.cpp",
542 "src/gpu/cl/kernels/ClReshapeKernel.cpp",
543 "src/gpu/cl/kernels/ClScaleKernel.cpp",
544 "src/gpu/cl/kernels/ClSoftmaxKernel.cpp",
545 "src/gpu/cl/kernels/ClTransposeKernel.cpp",
546 "src/gpu/cl/kernels/ClWeightsReshapeKernel.cpp",
547 "src/gpu/cl/kernels/ClWidthConcatenate2TensorsKernel.cpp",
548 "src/gpu/cl/kernels/ClWidthConcatenate4TensorsKernel.cpp",
549 "src/gpu/cl/kernels/ClWidthConcatenateKernel.cpp",
550 "src/gpu/cl/kernels/ClWinogradFilterTransformKernel.cpp",
551 "src/gpu/cl/kernels/ClWinogradInputTransformKernel.cpp",
552 "src/gpu/cl/kernels/ClWinogradOutputTransformKernel.cpp",
553 "src/gpu/cl/kernels/gemm/ClGemmHelpers.cpp",
554 "src/gpu/cl/kernels/gemm/native/ClGemmDefaultConfigNativeBifrost.cpp",
555 "src/gpu/cl/kernels/gemm/native/ClGemmDefaultConfigNativeMidgard.cpp",
556 "src/gpu/cl/kernels/gemm/native/ClGemmDefaultConfigNativeValhall.cpp",
557 "src/gpu/cl/kernels/gemm/reshaped/ClGemmDefaultConfigReshapedBifrost.cpp",
558 "src/gpu/cl/kernels/gemm/reshaped/ClGemmDefaultConfigReshapedValhall.cpp",
559 "src/gpu/cl/kernels/gemm/reshaped_only_rhs/ClGemmDefaultConfigReshapedRhsOnlyBifrost.cpp",
560 "src/gpu/cl/kernels/gemm/reshaped_only_rhs/ClGemmDefaultConfigReshapedRhsOnlyValhall.cpp",
561 "src/gpu/cl/operators/ClActivation.cpp",
562 "src/gpu/cl/operators/ClAdd.cpp",
563 "src/gpu/cl/operators/ClCast.cpp",
564 "src/gpu/cl/operators/ClConcatenate.cpp",
565 "src/gpu/cl/operators/ClConv2d.cpp",
566 "src/gpu/cl/operators/ClConvertFullyConnectedWeights.cpp",
567 "src/gpu/cl/operators/ClCopy.cpp",
568 "src/gpu/cl/operators/ClCrop.cpp",
569 "src/gpu/cl/operators/ClDequantize.cpp",
570 "src/gpu/cl/operators/ClDirectConv2d.cpp",
Giorgio Arena945ae9e2021-10-13 11:13:04 +0100571 "src/gpu/cl/operators/ClDirectConv3d.cpp",
Georgios Pinitas7891a732021-08-20 21:39:25 +0100572 "src/gpu/cl/operators/ClElementwiseOperations.cpp",
573 "src/gpu/cl/operators/ClElementwiseUnary.cpp",
574 "src/gpu/cl/operators/ClFill.cpp",
575 "src/gpu/cl/operators/ClFlatten.cpp",
576 "src/gpu/cl/operators/ClFloor.cpp",
577 "src/gpu/cl/operators/ClFullyConnected.cpp",
578 "src/gpu/cl/operators/ClGemm.cpp",
579 "src/gpu/cl/operators/ClGemmConv2d.cpp",
580 "src/gpu/cl/operators/ClGemmLowpMatrixMultiplyCore.cpp",
581 "src/gpu/cl/operators/ClGemmLowpOutputStage.cpp",
582 "src/gpu/cl/operators/ClLogicalNot.cpp",
583 "src/gpu/cl/operators/ClMul.cpp",
584 "src/gpu/cl/operators/ClPRelu.cpp",
585 "src/gpu/cl/operators/ClPermute.cpp",
586 "src/gpu/cl/operators/ClPool2d.cpp",
587 "src/gpu/cl/operators/ClQuantize.cpp",
588 "src/gpu/cl/operators/ClReshape.cpp",
589 "src/gpu/cl/operators/ClScale.cpp",
590 "src/gpu/cl/operators/ClSoftmax.cpp",
591 "src/gpu/cl/operators/ClSub.cpp",
592 "src/gpu/cl/operators/ClTranspose.cpp",
593 "src/gpu/cl/operators/ClWinogradConv2d.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000594 "src/runtime/Allocator.cpp",
595 "src/runtime/BlobLifetimeManager.cpp",
596 "src/runtime/BlobMemoryPool.cpp",
597 "src/runtime/CL/CLBufferAllocator.cpp",
SiCong Li70858d82021-02-05 09:19:51 +0000598 "src/runtime/CL/CLGEMMHeuristicsHandle.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000599 "src/runtime/CL/CLHelpers.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000600 "src/runtime/CL/CLMemory.cpp",
601 "src/runtime/CL/CLMemoryRegion.cpp",
Michalis Spyrou2aad21a2020-07-02 12:43:53 +0100602 "src/runtime/CL/CLOperator.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000603 "src/runtime/CL/CLRuntimeContext.cpp",
604 "src/runtime/CL/CLScheduler.cpp",
605 "src/runtime/CL/CLSubTensor.cpp",
606 "src/runtime/CL/CLTensor.cpp",
607 "src/runtime/CL/CLTensorAllocator.cpp",
608 "src/runtime/CL/CLTuner.cpp",
609 "src/runtime/CL/ICLSimpleFunction.cpp",
Inki Daeea2ce172020-04-09 10:01:44 +0900610 "src/runtime/CL/Utils.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000611 "src/runtime/CL/functions/CLActivationLayer.cpp",
612 "src/runtime/CL/functions/CLArgMinMaxLayer.cpp",
613 "src/runtime/CL/functions/CLBatchNormalizationLayer.cpp",
614 "src/runtime/CL/functions/CLBatchToSpaceLayer.cpp",
615 "src/runtime/CL/functions/CLBitwiseAnd.cpp",
616 "src/runtime/CL/functions/CLBitwiseNot.cpp",
617 "src/runtime/CL/functions/CLBitwiseOr.cpp",
618 "src/runtime/CL/functions/CLBitwiseXor.cpp",
619 "src/runtime/CL/functions/CLBoundingBoxTransform.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000620 "src/runtime/CL/functions/CLCast.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000621 "src/runtime/CL/functions/CLChannelShuffleLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000622 "src/runtime/CL/functions/CLComparison.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000623 "src/runtime/CL/functions/CLConcatenateLayer.cpp",
Giorgio Arena945ae9e2021-10-13 11:13:04 +0100624 "src/runtime/CL/functions/CLConv3D.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000625 "src/runtime/CL/functions/CLConvertFullyConnectedWeights.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000626 "src/runtime/CL/functions/CLConvolutionLayer.cpp",
627 "src/runtime/CL/functions/CLCopy.cpp",
Sheri Zhang7e20e292021-02-02 11:49:34 +0000628 "src/runtime/CL/functions/CLCrop.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000629 "src/runtime/CL/functions/CLCropResize.cpp",
630 "src/runtime/CL/functions/CLDeconvolutionLayer.cpp",
631 "src/runtime/CL/functions/CLDeconvolutionLayerUpsample.cpp",
632 "src/runtime/CL/functions/CLDepthConvertLayer.cpp",
633 "src/runtime/CL/functions/CLDepthToSpaceLayer.cpp",
634 "src/runtime/CL/functions/CLDepthwiseConvolutionLayer.cpp",
635 "src/runtime/CL/functions/CLDequantizationLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000636 "src/runtime/CL/functions/CLDirectConvolutionLayer.cpp",
637 "src/runtime/CL/functions/CLDirectDeconvolutionLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000638 "src/runtime/CL/functions/CLElementwiseOperations.cpp",
Jakub Sujakee301b32021-06-04 09:46:08 +0100639 "src/runtime/CL/functions/CLElementwiseUnaryLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000640 "src/runtime/CL/functions/CLFFT1D.cpp",
641 "src/runtime/CL/functions/CLFFT2D.cpp",
642 "src/runtime/CL/functions/CLFFTConvolutionLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000643 "src/runtime/CL/functions/CLFill.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000644 "src/runtime/CL/functions/CLFlattenLayer.cpp",
645 "src/runtime/CL/functions/CLFloor.cpp",
646 "src/runtime/CL/functions/CLFullyConnectedLayer.cpp",
647 "src/runtime/CL/functions/CLFuseBatchNormalization.cpp",
648 "src/runtime/CL/functions/CLGEMM.cpp",
649 "src/runtime/CL/functions/CLGEMMConvolutionLayer.cpp",
650 "src/runtime/CL/functions/CLGEMMDeconvolutionLayer.cpp",
651 "src/runtime/CL/functions/CLGEMMLowpMatrixMultiplyCore.cpp",
652 "src/runtime/CL/functions/CLGEMMLowpOutputStage.cpp",
653 "src/runtime/CL/functions/CLGather.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000654 "src/runtime/CL/functions/CLGenerateProposalsLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000655 "src/runtime/CL/functions/CLInstanceNormalizationLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000656 "src/runtime/CL/functions/CLL2NormalizeLayer.cpp",
657 "src/runtime/CL/functions/CLLSTMLayer.cpp",
658 "src/runtime/CL/functions/CLLSTMLayerQuantized.cpp",
Sang-Hoon Park75eea332020-11-13 13:44:13 +0000659 "src/runtime/CL/functions/CLLogicalAnd.cpp",
660 "src/runtime/CL/functions/CLLogicalNot.cpp",
661 "src/runtime/CL/functions/CLLogicalOr.cpp",
Gian Marco Iodice4d81d752020-07-14 15:05:31 +0100662 "src/runtime/CL/functions/CLMaxUnpoolingLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000663 "src/runtime/CL/functions/CLMeanStdDevNormalizationLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000664 "src/runtime/CL/functions/CLNormalizationLayer.cpp",
665 "src/runtime/CL/functions/CLNormalizePlanarYUVLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000666 "src/runtime/CL/functions/CLPReluLayer.cpp",
667 "src/runtime/CL/functions/CLPadLayer.cpp",
668 "src/runtime/CL/functions/CLPermute.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000669 "src/runtime/CL/functions/CLPixelWiseMultiplication.cpp",
670 "src/runtime/CL/functions/CLPoolingLayer.cpp",
671 "src/runtime/CL/functions/CLPriorBoxLayer.cpp",
Michele Di Giorgio1c1b3aa2020-04-02 17:35:42 +0100672 "src/runtime/CL/functions/CLQLSTMLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000673 "src/runtime/CL/functions/CLQuantizationLayer.cpp",
674 "src/runtime/CL/functions/CLRNNLayer.cpp",
675 "src/runtime/CL/functions/CLROIAlignLayer.cpp",
676 "src/runtime/CL/functions/CLROIPoolingLayer.cpp",
677 "src/runtime/CL/functions/CLRange.cpp",
678 "src/runtime/CL/functions/CLReduceMean.cpp",
679 "src/runtime/CL/functions/CLReductionOperation.cpp",
680 "src/runtime/CL/functions/CLRemap.cpp",
681 "src/runtime/CL/functions/CLReorgLayer.cpp",
682 "src/runtime/CL/functions/CLReshapeLayer.cpp",
683 "src/runtime/CL/functions/CLReverse.cpp",
684 "src/runtime/CL/functions/CLScale.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000685 "src/runtime/CL/functions/CLSelect.cpp",
686 "src/runtime/CL/functions/CLSlice.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000687 "src/runtime/CL/functions/CLSoftmaxLayer.cpp",
688 "src/runtime/CL/functions/CLSpaceToBatchLayer.cpp",
689 "src/runtime/CL/functions/CLSpaceToDepthLayer.cpp",
690 "src/runtime/CL/functions/CLSplit.cpp",
691 "src/runtime/CL/functions/CLStackLayer.cpp",
692 "src/runtime/CL/functions/CLStridedSlice.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000693 "src/runtime/CL/functions/CLTile.cpp",
694 "src/runtime/CL/functions/CLTranspose.cpp",
695 "src/runtime/CL/functions/CLUnstack.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000696 "src/runtime/CL/functions/CLWinogradConvolutionLayer.cpp",
SiCong Lia085a0c2020-12-02 14:54:34 +0000697 "src/runtime/CL/gemm/CLGEMMDefaultTypeBifrost.cpp",
698 "src/runtime/CL/gemm/CLGEMMDefaultTypeMidgard.cpp",
699 "src/runtime/CL/gemm/CLGEMMDefaultTypeValhall.cpp",
SiCong Libd8b1e22021-02-04 13:07:09 +0000700 "src/runtime/CL/gemm_auto_heuristics/CLGEMMAutoHeuristics.cpp",
SiCong Li7061eb22021-01-08 15:16:02 +0000701 "src/runtime/CL/mlgo/HeuristicTree.cpp",
702 "src/runtime/CL/mlgo/MLGOHeuristics.cpp",
703 "src/runtime/CL/mlgo/MLGOParser.cpp",
704 "src/runtime/CL/mlgo/Utils.cpp",
Manuel Bottinib56c1752020-11-18 17:56:30 +0000705 "src/runtime/CL/tuners/CLTuningParametersList.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000706 "src/runtime/CPP/CPPScheduler.cpp",
707 "src/runtime/CPP/ICPPSimpleFunction.cpp",
708 "src/runtime/CPP/SingleThreadScheduler.cpp",
709 "src/runtime/CPP/functions/CPPBoxWithNonMaximaSuppressionLimit.cpp",
710 "src/runtime/CPP/functions/CPPDetectionOutputLayer.cpp",
711 "src/runtime/CPP/functions/CPPDetectionPostProcessLayer.cpp",
712 "src/runtime/CPP/functions/CPPNonMaximumSuppression.cpp",
713 "src/runtime/CPP/functions/CPPPermute.cpp",
714 "src/runtime/CPP/functions/CPPTopKV.cpp",
715 "src/runtime/CPP/functions/CPPUpsample.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000716 "src/runtime/IScheduler.cpp",
717 "src/runtime/ISimpleLifetimeManager.cpp",
718 "src/runtime/ITensorAllocator.cpp",
719 "src/runtime/IWeightsManager.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000720 "src/runtime/Memory.cpp",
721 "src/runtime/MemoryManagerOnDemand.cpp",
Michalis Spyroubcd23522020-05-21 15:02:36 +0100722 "src/runtime/NEON/INEOperator.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000723 "src/runtime/NEON/INESimpleFunction.cpp",
724 "src/runtime/NEON/INESimpleFunctionNoBorder.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000725 "src/runtime/NEON/functions/NEActivationLayer.cpp",
726 "src/runtime/NEON/functions/NEArgMinMaxLayer.cpp",
727 "src/runtime/NEON/functions/NEArithmeticAddition.cpp",
728 "src/runtime/NEON/functions/NEArithmeticSubtraction.cpp",
729 "src/runtime/NEON/functions/NEBatchNormalizationLayer.cpp",
730 "src/runtime/NEON/functions/NEBatchToSpaceLayer.cpp",
731 "src/runtime/NEON/functions/NEBitwiseAnd.cpp",
732 "src/runtime/NEON/functions/NEBitwiseNot.cpp",
733 "src/runtime/NEON/functions/NEBitwiseOr.cpp",
734 "src/runtime/NEON/functions/NEBitwiseXor.cpp",
735 "src/runtime/NEON/functions/NEBoundingBoxTransform.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000736 "src/runtime/NEON/functions/NECast.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000737 "src/runtime/NEON/functions/NEChannelShuffleLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000738 "src/runtime/NEON/functions/NEConcatenateLayer.cpp",
739 "src/runtime/NEON/functions/NEConvertFullyConnectedWeights.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000740 "src/runtime/NEON/functions/NEConvolutionLayer.cpp",
741 "src/runtime/NEON/functions/NECopy.cpp",
742 "src/runtime/NEON/functions/NECropResize.cpp",
743 "src/runtime/NEON/functions/NEDeconvolutionLayer.cpp",
744 "src/runtime/NEON/functions/NEDepthConvertLayer.cpp",
745 "src/runtime/NEON/functions/NEDepthToSpaceLayer.cpp",
746 "src/runtime/NEON/functions/NEDepthwiseConvolutionLayer.cpp",
747 "src/runtime/NEON/functions/NEDequantizationLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000748 "src/runtime/NEON/functions/NEDetectionPostProcessLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000749 "src/runtime/NEON/functions/NEDirectConvolutionLayer.cpp",
Sang-Hoon Park63001ac2021-01-18 14:20:27 +0000750 "src/runtime/NEON/functions/NEElementwiseOperations.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000751 "src/runtime/NEON/functions/NEElementwiseUnaryLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000752 "src/runtime/NEON/functions/NEFFT1D.cpp",
753 "src/runtime/NEON/functions/NEFFT2D.cpp",
754 "src/runtime/NEON/functions/NEFFTConvolutionLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000755 "src/runtime/NEON/functions/NEFill.cpp",
756 "src/runtime/NEON/functions/NEFillBorder.cpp",
757 "src/runtime/NEON/functions/NEFlattenLayer.cpp",
758 "src/runtime/NEON/functions/NEFloor.cpp",
759 "src/runtime/NEON/functions/NEFullyConnectedLayer.cpp",
760 "src/runtime/NEON/functions/NEFuseBatchNormalization.cpp",
761 "src/runtime/NEON/functions/NEGEMM.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +0000762 "src/runtime/NEON/functions/NEGEMMConv2d.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000763 "src/runtime/NEON/functions/NEGEMMConvolutionLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000764 "src/runtime/NEON/functions/NEGEMMLowpMatrixMultiplyCore.cpp",
765 "src/runtime/NEON/functions/NEGEMMLowpOutputStage.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000766 "src/runtime/NEON/functions/NEGather.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000767 "src/runtime/NEON/functions/NEGenerateProposalsLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000768 "src/runtime/NEON/functions/NEInstanceNormalizationLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000769 "src/runtime/NEON/functions/NEL2NormalizeLayer.cpp",
770 "src/runtime/NEON/functions/NELSTMLayer.cpp",
771 "src/runtime/NEON/functions/NELSTMLayerQuantized.cpp",
Georgios Pinitas58bce682020-11-13 11:38:58 +0000772 "src/runtime/NEON/functions/NELogical.cpp",
morgolock37722d92020-04-09 14:17:48 +0100773 "src/runtime/NEON/functions/NEMaxUnpoolingLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000774 "src/runtime/NEON/functions/NEMeanStdDevNormalizationLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000775 "src/runtime/NEON/functions/NENormalizationLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000776 "src/runtime/NEON/functions/NEPReluLayer.cpp",
777 "src/runtime/NEON/functions/NEPadLayer.cpp",
778 "src/runtime/NEON/functions/NEPermute.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000779 "src/runtime/NEON/functions/NEPixelWiseMultiplication.cpp",
780 "src/runtime/NEON/functions/NEPoolingLayer.cpp",
781 "src/runtime/NEON/functions/NEPriorBoxLayer.cpp",
Michele Di Giorgio47a89902020-03-09 19:32:33 +0000782 "src/runtime/NEON/functions/NEQLSTMLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000783 "src/runtime/NEON/functions/NEQuantizationLayer.cpp",
784 "src/runtime/NEON/functions/NERNNLayer.cpp",
785 "src/runtime/NEON/functions/NEROIAlignLayer.cpp",
786 "src/runtime/NEON/functions/NEROIPoolingLayer.cpp",
787 "src/runtime/NEON/functions/NERange.cpp",
788 "src/runtime/NEON/functions/NEReduceMean.cpp",
789 "src/runtime/NEON/functions/NEReductionOperation.cpp",
Michalis Spyrou473cb012021-02-23 11:48:12 +0000790 "src/runtime/NEON/functions/NERemap.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000791 "src/runtime/NEON/functions/NEReorgLayer.cpp",
792 "src/runtime/NEON/functions/NEReshapeLayer.cpp",
793 "src/runtime/NEON/functions/NEReverse.cpp",
794 "src/runtime/NEON/functions/NEScale.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000795 "src/runtime/NEON/functions/NESelect.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000796 "src/runtime/NEON/functions/NESlice.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000797 "src/runtime/NEON/functions/NESoftmaxLayer.cpp",
798 "src/runtime/NEON/functions/NESpaceToBatchLayer.cpp",
799 "src/runtime/NEON/functions/NESpaceToDepthLayer.cpp",
800 "src/runtime/NEON/functions/NESplit.cpp",
801 "src/runtime/NEON/functions/NEStackLayer.cpp",
802 "src/runtime/NEON/functions/NEStridedSlice.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000803 "src/runtime/NEON/functions/NETile.cpp",
804 "src/runtime/NEON/functions/NETranspose.cpp",
805 "src/runtime/NEON/functions/NEUnstack.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000806 "src/runtime/NEON/functions/NEWinogradConvolutionLayer.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000807 "src/runtime/OMP/OMPScheduler.cpp",
808 "src/runtime/OffsetLifetimeManager.cpp",
809 "src/runtime/OffsetMemoryPool.cpp",
Michalis Spyroubcd23522020-05-21 15:02:36 +0100810 "src/runtime/OperatorTensor.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000811 "src/runtime/PoolManager.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000812 "src/runtime/RuntimeContext.cpp",
813 "src/runtime/Scheduler.cpp",
814 "src/runtime/SchedulerFactory.cpp",
morgolock51112642020-08-20 14:51:39 +0100815 "src/runtime/SchedulerUtils.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000816 "src/runtime/SubTensor.cpp",
817 "src/runtime/Tensor.cpp",
818 "src/runtime/TensorAllocator.cpp",
819 "src/runtime/Utils.cpp",
820 "utils/CommonGraphOptions.cpp",
821 "utils/GraphUtils.cpp",
822 "utils/Utils.cpp",
823
824 ],
825 arch: {
826 arm: {
827 srcs: [
828 "src/core/NEON/kernels/arm_gemm/kernels/a32_sgemm_8x6/a53.cpp",
829 "src/core/NEON/kernels/arm_gemm/kernels/a32_sgemm_8x6/a55r1.cpp",
830 "src/core/NEON/kernels/arm_gemm/kernels/a32_sgemm_8x6/generic.cpp",
831
832 ],
833 },
834 arm64: {
835 srcs: [
Michele Di Giorgiod02d5ed2021-01-22 09:47:04 +0000836 "src/core/NEON/kernels/arm_conv/depthwise/interleaves/a64_s8q_3x3_dot.cpp",
837 "src/core/NEON/kernels/arm_conv/depthwise/interleaves/a64_u8q_3x3_dot.cpp",
Freddie Liardetd216f572021-08-03 15:57:32 +0100838 "src/core/NEON/kernels/arm_conv/depthwise/interleaves/sve_8b_mla.cpp",
Michele Di Giorgiod02d5ed2021-01-22 09:47:04 +0000839 "src/core/NEON/kernels/arm_conv/depthwise/interleaves/sve_s8q_3x3_dot.cpp",
840 "src/core/NEON/kernels/arm_conv/depthwise/interleaves/sve_u8q_3x3_dot.cpp",
841 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_nhwc_3x3_s1_output2x2_mla_depthfirst/generic_direct.cpp",
842 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_nhwc_3x3_s1_output2x2_mla_depthfirst/generic_indirect.cpp",
843 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_nhwc_3x3_s1_output3x3_mla_depthfirst/generic_direct.cpp",
844 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_nhwc_3x3_s1_output3x3_mla_depthfirst/generic_indirect.cpp",
845 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_nhwc_3x3_s1_output4x4_mla_depthfirst/generic_direct.cpp",
846 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_nhwc_3x3_s1_output4x4_mla_depthfirst/generic_indirect.cpp",
847 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_nhwc_3x3_s2_output2x2_mla_depthfirst/generic_direct.cpp",
848 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_nhwc_3x3_s2_output2x2_mla_depthfirst/generic_indirect.cpp",
849 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_nhwc_5x5_s1_output2x2_mla_depthfirst/generic_direct.cpp",
850 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_nhwc_5x5_s1_output2x2_mla_depthfirst/generic_indirect.cpp",
851 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_nhwc_generic_output9_mla_depthfirst/generic.cpp",
852 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_packed_to_nhwc_generic_with_multiplier_output2x8_mla_depthfirst/generic.cpp",
853 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_nhwc_3x3_s1_output2x2_mla_depthfirst/generic_direct.cpp",
854 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_nhwc_3x3_s1_output2x2_mla_depthfirst/generic_indirect.cpp",
855 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_nhwc_3x3_s1_output3x3_mla_depthfirst/generic_direct.cpp",
856 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_nhwc_3x3_s1_output3x3_mla_depthfirst/generic_indirect.cpp",
857 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_nhwc_3x3_s1_output4x4_mla_depthfirst/generic_direct.cpp",
858 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_nhwc_3x3_s1_output4x4_mla_depthfirst/generic_indirect.cpp",
859 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_nhwc_3x3_s2_output2x2_mla_depthfirst/generic_direct.cpp",
860 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_nhwc_3x3_s2_output2x2_mla_depthfirst/generic_indirect.cpp",
861 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_nhwc_5x5_s1_output2x2_mla_depthfirst/generic_direct.cpp",
862 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_nhwc_5x5_s1_output2x2_mla_depthfirst/generic_indirect.cpp",
863 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_nhwc_generic_output9_mla_depthfirst/generic.cpp",
864 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_packed_to_nhwc_3x3_s2_with_multiplier_output3x3_mla_depthfirst/generic.cpp",
865 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_packed_to_nhwc_5x5_s1_with_multiplier_output2x4_mla_depthfirst/generic.cpp",
866 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_packed_to_nhwc_generic_with_multiplier_output2x8_mla_depthfirst/generic.cpp",
867 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_s8q_nhwc_3x3_s1_output2x2_dot_depthfirst/generic.cpp",
868 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_s8q_nhwc_3x3_s1_output2x2_mla_depthfirst/generic.cpp",
869 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_s8q_nhwc_3x3_s2_output2x2_mla_depthfirst/generic.cpp",
870 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_s8q_nhwc_5x5_s1_output2x2_mla_depthfirst/generic.cpp",
871 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_s8q_nhwc_generic_output9_mla_depthfirst/generic.cpp",
872 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_s8q_packed_to_nhwc_3x3_s2_with_multiplier_output2x4_dot_depthfirst/generic.cpp",
873 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_s8q_packed_to_nhwc_5x5_s1_with_multiplier_output4x2_dot_depthfirst/generic.cpp",
874 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_s8q_packed_to_nhwc_generic_with_multiplier_output2x8_mla_depthfirst/generic.cpp",
875 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_s8qs_nhwc_3x3_s1_output2x2_dot_depthfirst/generic.cpp",
876 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8q_nhwc_3x3_s1_output2x2_dot_depthfirst/generic.cpp",
877 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8q_nhwc_3x3_s1_output2x2_mla_depthfirst/generic.cpp",
878 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8q_nhwc_3x3_s2_output2x2_mla_depthfirst/generic.cpp",
879 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8q_nhwc_5x5_s1_output2x2_mla_depthfirst/generic.cpp",
880 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8q_nhwc_generic_output9_mla_depthfirst/generic.cpp",
881 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8q_packed_to_nhwc_3x3_s2_with_multiplier_output2x4_dot_depthfirst/generic.cpp",
882 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8q_packed_to_nhwc_5x5_s1_with_multiplier_output4x2_dot_depthfirst/generic.cpp",
883 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8q_packed_to_nhwc_generic_with_multiplier_output2x8_mla_depthfirst/generic.cpp",
884 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8s8u8q_nhwc_3x3_s1_output2x2_mla_depthfirst/generic.cpp",
885 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8s8u8q_nhwc_3x3_s2_output2x2_mla_depthfirst/generic.cpp",
886 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8s8u8q_nhwc_5x5_s1_output2x2_mla_depthfirst/generic.cpp",
887 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8s8u8q_nhwc_generic_output9_mla_depthfirst/generic.cpp",
888 "src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8s8u8q_packed_to_nhwc_generic_with_multiplier_output2x8_mla_depthfirst/generic.cpp",
889 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp16_nhwc_3x3_s1_output2x2_mla_depthfirst/generic_direct.cpp",
890 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp16_nhwc_3x3_s1_output2x2_mla_depthfirst/generic_indirect.cpp",
891 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp16_nhwc_3x3_s1_output3x3_mla_depthfirst/generic_direct.cpp",
892 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp16_nhwc_3x3_s1_output3x3_mla_depthfirst/generic_indirect.cpp",
893 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp16_nhwc_3x3_s1_output4x4_mla_depthfirst/generic_direct.cpp",
894 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp16_nhwc_3x3_s1_output4x4_mla_depthfirst/generic_indirect.cpp",
895 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp16_nhwc_3x3_s2_output2x2_mla_depthfirst/generic_direct.cpp",
896 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp16_nhwc_3x3_s2_output2x2_mla_depthfirst/generic_indirect.cpp",
897 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp16_nhwc_5x5_s1_output2x2_mla_depthfirst/generic_direct.cpp",
898 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp16_nhwc_5x5_s1_output2x2_mla_depthfirst/generic_indirect.cpp",
899 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_nhwc_3x3_s1_output2x2_mla_depthfirst/generic.cpp",
900 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_nhwc_3x3_s1_output2x2_mla_depthfirst/generic_direct.cpp",
901 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_nhwc_3x3_s1_output2x2_mla_depthfirst/generic_indirect.cpp",
902 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_nhwc_3x3_s1_output2x2_mla_depthfirst_strided/generic.cpp",
903 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_nhwc_3x3_s1_output3x3_mla_depthfirst/generic_direct.cpp",
904 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_nhwc_3x3_s1_output3x3_mla_depthfirst/generic_indirect.cpp",
905 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_nhwc_3x3_s1_output4x4_mla_depthfirst/generic_direct.cpp",
906 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_nhwc_3x3_s1_output4x4_mla_depthfirst/generic_indirect.cpp",
907 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_nhwc_3x3_s2_output2x2_mla_depthfirst/generic_direct.cpp",
908 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_nhwc_3x3_s2_output2x2_mla_depthfirst/generic_indirect.cpp",
909 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_nhwc_5x5_s1_output2x2_mla_depthfirst/generic_direct.cpp",
910 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_nhwc_5x5_s1_output2x2_mla_depthfirst/generic_indirect.cpp",
911 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_nhwc_generic_output9_mla_depthfirst/generic.cpp",
912 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_packed_to_nhwc_3x3_s2_with_multiplier_output3x3_mla_depthfirst/generic.cpp",
913 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_packed_to_nhwc_5x5_s1_with_multiplier_output2x4_mla_depthfirst/generic.cpp",
914 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_packed_to_nhwc_generic_with_multiplier_output2x8_mla_depthfirst/generic.cpp",
915 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_s8q_nhwc_3x3_s1_output2x2_dot_depthfirst/generic.cpp",
916 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_s8q_nhwc_3x3_s1_output2x2_mla_depthfirst/generic.cpp",
917 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_s8q_nhwc_3x3_s2_output2x2_mla_depthfirst/generic.cpp",
918 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_s8q_nhwc_5x5_s1_output2x2_mla_depthfirst/generic.cpp",
919 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_s8q_packed_to_nhwc_3x3_s2_with_multiplier_output2x4_dot_depthfirst/generic.cpp",
920 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_s8q_packed_to_nhwc_5x5_s1_with_multiplier_output4x2_dot_depthfirst/generic.cpp",
921 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_s8qs_nhwc_3x3_s1_output2x2_dot_depthfirst/generic.cpp",
922 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_u8q_nhwc_3x3_s1_output2x2_dot_depthfirst/generic.cpp",
923 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_u8q_nhwc_3x3_s1_output2x2_mla_depthfirst/generic.cpp",
924 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_u8q_nhwc_3x3_s2_output2x2_mla_depthfirst/generic.cpp",
925 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_u8q_nhwc_5x5_s1_output2x2_mla_depthfirst/generic.cpp",
926 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_u8q_packed_to_nhwc_3x3_s2_with_multiplier_output2x4_dot_depthfirst/generic.cpp",
927 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_u8q_packed_to_nhwc_5x5_s1_with_multiplier_output4x2_dot_depthfirst/generic.cpp",
928 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_u8s8u8q_nhwc_3x3_s1_output2x2_mla_depthfirst/generic.cpp",
929 "src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_u8s8u8q_nhwc_3x3_s2_output2x2_mla_depthfirst/generic.cpp",
930 "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 +0000931 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_fp16_nhwc_avg_3x3_s1_output2x2_depthfirst/generic.cpp",
932 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_fp16_nhwc_avg_generic_depthfirst/generic.cpp",
933 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_fp16_nhwc_max_2x2_s1_output2x2_depthfirst/generic.cpp",
934 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_fp16_nhwc_max_generic_depthfirst/generic.cpp",
935 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_fp32_nhwc_avg_3x3_s1_output2x2_depthfirst/generic.cpp",
936 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_fp32_nhwc_avg_generic_depthfirst/generic.cpp",
937 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_fp32_nhwc_max_2x2_s1_output2x2_depthfirst/generic.cpp",
938 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_fp32_nhwc_max_generic_depthfirst/generic.cpp",
939 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_s8_nhwc_avg_generic_depthfirst/generic.cpp",
940 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_s8_nhwc_max_2x2_s1_output2x2_depthfirst/generic.cpp",
941 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_s8_nhwc_max_generic_depthfirst/generic.cpp",
942 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_s8q_nhwc_avg_generic_depthfirst/generic.cpp",
943 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_s8q_nhwc_max_generic_depthfirst/generic.cpp",
944 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_u8_nhwc_avg_generic_depthfirst/generic.cpp",
945 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_u8_nhwc_max_2x2_s1_output2x2_depthfirst/generic.cpp",
946 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_u8_nhwc_max_generic_depthfirst/generic.cpp",
947 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_u8q_nhwc_avg_generic_depthfirst/generic.cpp",
948 "src/core/NEON/kernels/arm_conv/pooling/kernels/a64_u8q_nhwc_max_generic_depthfirst/generic.cpp",
949 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_fp16_nhwc_avg_3x3_s1_output2x2_depthfirst/generic.cpp",
950 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_fp16_nhwc_avg_generic_depthfirst/generic.cpp",
951 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_fp16_nhwc_max_2x2_s1_output2x2_depthfirst/generic.cpp",
952 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_fp16_nhwc_max_generic_depthfirst/generic.cpp",
953 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_fp32_nhwc_avg_3x3_s1_output2x2_depthfirst/generic.cpp",
954 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_fp32_nhwc_avg_generic_depthfirst/generic.cpp",
955 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_fp32_nhwc_max_2x2_s1_output2x2_depthfirst/generic.cpp",
956 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_fp32_nhwc_max_generic_depthfirst/generic.cpp",
957 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_s8_nhwc_avg_generic_depthfirst/generic.cpp",
958 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_s8_nhwc_max_2x2_s1_output2x2_depthfirst/generic.cpp",
959 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_s8_nhwc_max_generic_depthfirst/generic.cpp",
960 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_s8q_nhwc_avg_generic_depthfirst/generic.cpp",
961 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_s8q_nhwc_max_generic_depthfirst/generic.cpp",
962 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_u8_nhwc_avg_generic_depthfirst/generic.cpp",
963 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_u8_nhwc_max_2x2_s1_output2x2_depthfirst/generic.cpp",
964 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_u8_nhwc_max_generic_depthfirst/generic.cpp",
965 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_u8q_nhwc_avg_generic_depthfirst/generic.cpp",
966 "src/core/NEON/kernels/arm_conv/pooling/kernels/sve_u8q_nhwc_max_generic_depthfirst/generic.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +0000967 "src/core/NEON/kernels/arm_gemm/kernels/a64_gemm_s16_8x12/generic.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000968 "src/core/NEON/kernels/arm_gemm/kernels/a64_gemm_s8_4x4/generic.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +0000969 "src/core/NEON/kernels/arm_gemm/kernels/a64_gemm_s8_8x12/a55r1.cpp",
970 "src/core/NEON/kernels/arm_gemm/kernels/a64_gemm_s8_8x12/generic.cpp",
971 "src/core/NEON/kernels/arm_gemm/kernels/a64_gemm_s8_8x12/x1.cpp",
972 "src/core/NEON/kernels/arm_gemm/kernels/a64_gemm_u16_8x12/generic.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +0000973 "src/core/NEON/kernels/arm_gemm/kernels/a64_gemm_u8_4x4/generic.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +0000974 "src/core/NEON/kernels/arm_gemm/kernels/a64_gemm_u8_8x12/a55r1.cpp",
975 "src/core/NEON/kernels/arm_gemm/kernels/a64_gemm_u8_8x12/generic.cpp",
976 "src/core/NEON/kernels/arm_gemm/kernels/a64_gemm_u8_8x12/x1.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +0000977 "src/core/NEON/kernels/arm_gemm/kernels/a64_hgemm_8x24/a55r1.cpp",
978 "src/core/NEON/kernels/arm_gemm/kernels/a64_hgemm_8x24/generic.cpp",
979 "src/core/NEON/kernels/arm_gemm/kernels/a64_hgemm_8x24/x1.cpp",
980 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_bf16fp32_dot_6x16/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +0100981 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_bf16fp32_mmla_6x16/generic.cpp",
Georgios Pinitase28cf392021-01-31 05:18:43 +0000982 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_fp16_mla_6x32/a55.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +0000983 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_fp16_mla_6x32/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +0100984 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_fp32_mla_4x24/a55.cpp",
985 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_fp32_mla_4x24/generic.cpp",
Georgios Pinitase28cf392021-01-31 05:18:43 +0000986 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_fp32_mla_6x16/a55.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +0000987 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_fp32_mla_6x16/generic.cpp",
Georgios Pinitase28cf392021-01-31 05:18:43 +0000988 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_fp32_mla_8x4/a55.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +0000989 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_fp32_mla_8x4/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +0100990 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_fp32bf16fp32_mmla_4x24/generic.cpp",
991 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_fp32bf16fp32_mmla_6x16/generic.cpp",
Georgios Pinitase28cf392021-01-31 05:18:43 +0000992 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_s8qa_dot_4x16/a55.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +0000993 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_s8qa_dot_4x16/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +0100994 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_s8qa_mmla_4x16/generic.cpp",
Georgios Pinitase28cf392021-01-31 05:18:43 +0000995 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_s8qs_dot_6x16/a55.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +0000996 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_s8qs_dot_6x16/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +0100997 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_s8qs_mmla_6x16/generic.cpp",
Georgios Pinitase28cf392021-01-31 05:18:43 +0000998 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_s8s32_dot_6x16/a55.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +0000999 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_s8s32_dot_6x16/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001000 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_s8s32_mmla_6x16/generic.cpp",
Georgios Pinitase28cf392021-01-31 05:18:43 +00001001 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_u8qa_dot_4x16/a55.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001002 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_u8qa_dot_4x16/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001003 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_u8qa_mmla_4x16/generic.cpp",
Georgios Pinitase28cf392021-01-31 05:18:43 +00001004 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_u8u32_dot_6x16/a55.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001005 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_u8u32_dot_6x16/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001006 "src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_u8u32_mmla_6x16/generic.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001007 "src/core/NEON/kernels/arm_gemm/kernels/a64_interleaved_bf16fp32_dot_8x12/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001008 "src/core/NEON/kernels/arm_gemm/kernels/a64_interleaved_bf16fp32_dot_8x12/x1.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001009 "src/core/NEON/kernels/arm_gemm/kernels/a64_interleaved_bf16fp32_mmla_8x12/generic.cpp",
1010 "src/core/NEON/kernels/arm_gemm/kernels/a64_interleaved_s8s32_mmla_8x12/generic.cpp",
1011 "src/core/NEON/kernels/arm_gemm/kernels/a64_interleaved_u8u32_mmla_8x12/generic.cpp",
1012 "src/core/NEON/kernels/arm_gemm/kernels/a64_sgemm_8x12/a53.cpp",
1013 "src/core/NEON/kernels/arm_gemm/kernels/a64_sgemm_8x12/a55.cpp",
1014 "src/core/NEON/kernels/arm_gemm/kernels/a64_sgemm_8x12/a55r1.cpp",
1015 "src/core/NEON/kernels/arm_gemm/kernels/a64_sgemm_8x12/generic.cpp",
1016 "src/core/NEON/kernels/arm_gemm/kernels/a64_sgemm_8x12/x1.cpp",
Michalis Spyrou778b95c2021-04-20 12:15:52 +01001017 "src/core/NEON/kernels/arm_gemm/kernels/a64_sgemm_8x6/generic.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +00001018 "src/core/NEON/kernels/arm_gemm/kernels/a64_sgemv_pretransposed/generic.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001019 "src/core/NEON/kernels/arm_gemm/kernels/a64_smallK_hybrid_fp32_mla_6x4/generic.cpp",
1020 "src/core/NEON/kernels/arm_gemm/kernels/a64_smallK_hybrid_fp32_mla_8x4/generic.cpp",
1021 "src/core/NEON/kernels/arm_gemm/kernels/a64_smallK_hybrid_s8s32_dot_6x4/a55.cpp",
1022 "src/core/NEON/kernels/arm_gemm/kernels/a64_smallK_hybrid_s8s32_dot_6x4/generic.cpp",
1023 "src/core/NEON/kernels/arm_gemm/kernels/a64_smallK_hybrid_s8s32_dot_8x4/a55.cpp",
1024 "src/core/NEON/kernels/arm_gemm/kernels/a64_smallK_hybrid_s8s32_dot_8x4/generic.cpp",
1025 "src/core/NEON/kernels/arm_gemm/kernels/a64_smallK_hybrid_u8u32_dot_6x4/a55.cpp",
1026 "src/core/NEON/kernels/arm_gemm/kernels/a64_smallK_hybrid_u8u32_dot_6x4/generic.cpp",
1027 "src/core/NEON/kernels/arm_gemm/kernels/a64_smallK_hybrid_u8u32_dot_8x4/a55.cpp",
1028 "src/core/NEON/kernels/arm_gemm/kernels/a64_smallK_hybrid_u8u32_dot_8x4/generic.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001029 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_bf16fp32_dot_6x4VL/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001030 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_bf16fp32_mmla_6x4VL/generic.cpp",
1031 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_fp16_mla_6x4VL/a64fx.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001032 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_fp16_mla_6x4VL/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001033 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_fp32_mla_6x4VL/a64fx.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001034 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_fp32_mla_6x4VL/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001035 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_fp32_mla_8x1VL/a64fx.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001036 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_fp32_mla_8x1VL/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001037 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_fp32bf16fp32_mmla_4x6VL/generic.cpp",
1038 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_fp32bf16fp32_mmla_6x4VL/generic.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001039 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_s8qa_dot_4x4VL/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001040 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_s8qa_mmla_4x4VL/generic.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001041 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_s8qs_dot_6x4VL/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001042 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_s8qs_mmla_6x4VL/generic.cpp",
1043 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_s8s32_dot_6x4VL/a64fx.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001044 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_s8s32_dot_6x4VL/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001045 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_s8s32_mmla_6x4VL/generic.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001046 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_u8qa_dot_4x4VL/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001047 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_u8qa_mmla_4x4VL/generic.cpp",
1048 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_u8u32_dot_6x4VL/a64fx.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001049 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_u8u32_dot_6x4VL/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001050 "src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_u8u32_mmla_6x4VL/generic.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001051 "src/core/NEON/kernels/arm_gemm/kernels/sve_interleaved_bf16fp32_dot_8x3VL/generic.cpp",
1052 "src/core/NEON/kernels/arm_gemm/kernels/sve_interleaved_bf16fp32_mmla_8x3VL/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001053 "src/core/NEON/kernels/arm_gemm/kernels/sve_interleaved_fp16_mla_8x3VL/a64fx.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001054 "src/core/NEON/kernels/arm_gemm/kernels/sve_interleaved_fp16_mla_8x3VL/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001055 "src/core/NEON/kernels/arm_gemm/kernels/sve_interleaved_fp32_mla_8x3VL/a64fx.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001056 "src/core/NEON/kernels/arm_gemm/kernels/sve_interleaved_fp32_mla_8x3VL/generic.cpp",
1057 "src/core/NEON/kernels/arm_gemm/kernels/sve_interleaved_fp32_mmla_8x3VL/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001058 "src/core/NEON/kernels/arm_gemm/kernels/sve_interleaved_s8s32_dot_8x3VL/a64fx.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001059 "src/core/NEON/kernels/arm_gemm/kernels/sve_interleaved_s8s32_dot_8x3VL/generic.cpp",
1060 "src/core/NEON/kernels/arm_gemm/kernels/sve_interleaved_s8s32_mmla_8x3VL/generic.cpp",
Georgios Pinitas4ee8b152021-07-16 16:16:43 +01001061 "src/core/NEON/kernels/arm_gemm/kernels/sve_interleaved_u8u32_dot_8x3VL/a64fx.cpp",
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001062 "src/core/NEON/kernels/arm_gemm/kernels/sve_interleaved_u8u32_dot_8x3VL/generic.cpp",
1063 "src/core/NEON/kernels/arm_gemm/kernels/sve_interleaved_u8u32_mmla_8x3VL/generic.cpp",
1064 "src/core/NEON/kernels/arm_gemm/kernels/sve_smallK_hybrid_fp32_mla_8x1VL/generic.cpp",
1065 "src/core/NEON/kernels/arm_gemm/kernels/sve_smallK_hybrid_s8s32_dot_8x1VL/generic.cpp",
1066 "src/core/NEON/kernels/arm_gemm/kernels/sve_smallK_hybrid_u8u32_dot_8x1VL/generic.cpp",
Georgios Pinitas41984a02019-12-11 12:05:17 +00001067
1068 ],
1069 },
1070 },
Georgios Pinitas41984a02019-12-11 12:05:17 +00001071 rtti: true,
1072}