blob: 8fb143c22a0f524ad95c05be1056bcba304ee5c2 [file] [log] [blame]
Vidhya Sudhan Loganathand646ae12018-11-19 15:18:20 +00001///
Adnan AlSinanabc093b2022-02-08 16:57:06 +00002/// Copyright (c) 2017-2022 Arm Limited.
Vidhya Sudhan Loganathand646ae12018-11-19 15:18:20 +00003///
4/// SPDX-License-Identifier: MIT
5///
6/// Permission is hereby granted, free of charge, to any person obtaining a copy
7/// of this software and associated documentation files (the "Software"), to
8/// deal in the Software without restriction, including without limitation the
9/// rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
10/// sell copies of the Software, and to permit persons to whom the Software is
11/// furnished to do so, subject to the following conditions:
12///
13/// The above copyright notice and this permission notice shall be included in all
14/// copies or substantial portions of the Software.
15///
16/// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17/// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18/// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19/// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20/// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21/// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22/// SOFTWARE.
23///
Anthony Barbier3762e742018-03-02 11:49:33 +000024namespace arm_compute
25{
Sheri Zhangd813bab2021-04-30 16:53:41 +010026/** @page versions_changelogs Release Versions and Changelog
Anthony Barbier6ff3b192017-09-04 18:44:23 +010027
28@tableofcontents
29
Sheri Zhangd813bab2021-04-30 16:53:41 +010030@section S2_1_versions Release versions
Anthony Barbier6ff3b192017-09-04 18:44:23 +010031
32All releases are numbered vYY.MM Where YY are the last two digits of the year, and MM the month number.
33If there is more than one release in a month then an extra sequential number is appended at the end:
34
35 v17.03 (First release of March 2017)
36 v17.03.1 (Second release of March 2017)
37 v17.04 (First release of April 2017)
38
39@note We're aiming at releasing one major public release with new features per quarter. All releases in between will only contain bug fixes.
Ramy Elgammalfa8ff8e2022-08-12 16:57:10 +010040@note Starting from release 22.05, 'master' branch is no longer being used, it has been replaced by 'main'. Please update your clone jobs accordingly.
Anthony Barbier6ff3b192017-09-04 18:44:23 +010041
Sheri Zhangd813bab2021-04-30 16:53:41 +010042@section S2_2_changelog Changelog
Anthony Barbier6ff3b192017-09-04 18:44:23 +010043
SiCong Life1b1f62022-05-19 18:58:31 +010044v22.08 Public major release
Ramy Elgammal0d274b72022-08-05 13:14:57 +010045 - Various bug fixes.
46 - Disable unsafe FP optimizations causing accuracy issues in:
47 - \link opencl::kernels::ClDirectConv2dKernel ClDirectConv2dKernel \endlink
48 - \link opencl::kernels::ClDirectConv2dKernel ClDirectConv3dKernel \endlink
49 - @ref CLDepthwiseConvolutionLayerNativeKernel
50 - Add Dynamic Fusion of Elementwise Operators: Div, Floor, Add.
51 - Optimize the gemm_reshaped_rhs_nly_nt OpenCL kernel using the arm_matrix_multiply extension available for Arm® Mali™-G715 and Arm® Mali™-G615.
52 - Add support for the arm_matrix_multiply extension in the gemmlowp_mm_reshaped_only_rhs_t OpenCL kernel.
53 - Expand GPUTarget list with missing Mali™ GPUs product names: G57, G68, G78AE, G610, G510, G310.
54 - Extend the direct convolution 2d interface to configure the block size.
55 - Update ClConv2D heuristic to use direct convolution.
56 - Use official Khronos® OpenCL extensions:
57 - Add cl_khr_integer_dot_product extension support.
58 - Add support of OpenCL 3.0 non-uniform workgroup.
59 - Cpu performance optimizations:
60 - Add LUT-based implementation of Hard Swish and Leaky ReLU activation function for aarch64 build.
61 - Optimize Add layer by considering the input tensors as 1D array.
62 - Add fixed-format BF16, FP16 and FP32 Neon™ GEMM kernels to support variable weights.
63 - Add new winograd convolution kernels implementation and update the ACL \link arm_compute::cpu::CpuWinogradConv2d CpuWinogradConv2d\endlink operator.
64 - Add experimental support for native builds for Windows on Arm®.
Ramy Elgammal966218d2022-08-11 16:23:22 +010065 - Build flag interpretation change: arch=armv8.6-a now translates to -march=armv8.6-a CXX flag instead of march=armv8.2-a + explicit selection of feature extensions.
SiCong Life1b1f62022-05-19 18:58:31 +010066 - Build flag change: toolchain_prefix, compiler_prefix:
Ramy Elgammal0d274b72022-08-05 13:14:57 +010067 - Use empty string "" to suppress any prefixes.
68 - Use "auto" to use default (auto) prefixes chosen by the build script. This is the default behavior when unspecified.
69 - Any other string will be used as custom prefixes to the compiler and the rest of toolchain tools.
70 - The default behaviour when prefix is unspecified does not change, but its signifier has been changed from empty string "" to "auto".
71 - armv7a with Android build will no longer be tested or maintained.
SiCong Life1b1f62022-05-19 18:58:31 +010072
Adnan AlSinan2921e5b2022-05-16 14:30:41 +010073v22.05 Public major release
74 - Various bug fixes.
75 - Various optimizations.
76 - Add support for NDK r23b.
77 - Inclusive language adjustment. Please refer to @ref S5_0_inc_lang for details.
78 - New Arm® Neon™ kernels / functions :
79 - \link opencl::kernels::ClPool3dKernel ClPool3dKernel \endlink
80 - New OpenCL kernels / functions :
81 - \link cpu::kernels::CpuPool3dKernel CpuPool3dKernel \endlink
82 - Improve the start-up times for the following OpenCL kernels:
83 - \link opencl::kernels::ClWinogradInputTransformKernel ClWinogradInputTransformKernel \endlink
84 - \link opencl::kernels::ClWinogradOutputTransformKernel ClWinogradOutputTransformKernel \endlink
85 - \link opencl::kernels::ClWinogradFilterTransformKernel ClWinogradFilterTransformKernel \endlink
86 - \link opencl::kernels::ClHeightConcatenateKernel ClHeightConcatenateKernel \endlink
87 - Decouple the implementation of the following Cpu kernels into various data types (fp32, fp16, int):
88 - \link cpu::kernels::CpuDirectConv2dKernel CpuDirectConv2dKernel \endlink
89 - \link cpu::kernels::CpuDepthwiseConv2dNativeKernel CpuDepthwiseConv2dNativeKernel \endlink
90 - \link cpu::kernels::CpuGemmMatrixAdditionKernel CpuGemmMatrixAdditionKernel \endlink
91 - \link cpu::kernels::CpuGemmMatrixMultiplyKernel CpuGemmMatrixMultiplyKernel \endlink
92 - @ref NEFuseBatchNormalizationKernel
93 - @ref NEL2NormalizeLayerKernel
94
Adnan AlSinan69854ba2022-02-07 15:28:56 +000095v22.02 Public major release
96 - Various bug fixes.
97 - Various optimizations.
98 - Update A510 arm_gemm cpu Kernels.
99 - Inclusive language adjustment. Please refer to @ref S5_0_inc_lang for details.
100 - Improve the start-up time for the following OpenCL kernels:
101 - @ref CLScale
102 - @ref CLGEMM
103 - @ref CLDepthwiseConvolutionLayer
104 - \link opencl::kernels::ClIm2ColKernel ClIm2ColKernel \endlink
105 - \link opencl::kernels::ClDirectConv2dKernel ClDirectConv2dKernel \endlink
106 - Remove functions:
107 - CLRemap
108 - NERemap
109 - Remove padding from OpenCL kernels:
110 - \link opencl::kernels::ClDirectConv2dKernel ClDirectConv2dKernel \endlink
111 - Remove padding from Cpu kernels:
112 - \link cpu::kernels::CpuDirectConv2dKernel CpuDirectConv2dKernel \endlink
113 - Decouple the implementation of the following Cpu kernels into various data types (fp32, fp16, int):
114 - \link cpu::kernels::CpuActivationKernel CpuActivationKernel \endlink
115 - \link cpu::kernels::CpuAddKernel CpuAddKernel \endlink
116 - \link cpu::kernels::CpuElementwiseKernel CpuElementwiseKernel \endlink
117 - \link cpu::CpuSoftmaxGeneric CpuSoftmaxKernel \endlink
118 - @ref NEBoundingBoxTransformKernel
119 - @ref NECropKernel
120 - @ref NEComputeAllAnchorsKernel
121 - @ref NEInstanceNormalizationLayerKernel
Adnan AlSinanbb8b2352022-02-14 14:30:38 +0000122 - NEMaxUnpoolingLayerKernel
Adnan AlSinan69854ba2022-02-07 15:28:56 +0000123 - @ref NEMeanStdDevNormalizationKernel
124 - @ref NERangeKernel
125 - @ref NEROIAlignLayerKernel
126 - @ref NESelectKernel
127
Sheri Zhang5dda2172021-10-15 19:54:17 +0100128v21.11 Public major release
129 - Various bug fixes.
Gunes Bayir08773702021-11-05 12:34:34 +0000130 - Various optimizations:
131 - Improve performance of bilinear and nearest neighbor Scale on both CPU and GPU for FP32, FP16, Int8, Uint8 data types
Adnan AlSinanabc093b2022-02-08 16:57:06 +0000132 - Improve performance of Softmax on GPU for Uint8/Int8
Sheri Zhang5dda2172021-10-15 19:54:17 +0100133 - New OpenCL kernels / functions:
134 - @ref CLConv3D
135 - New Arm® Neon™ kernels / functions:
136 - @ref NEConv3D
Gunes Bayir08773702021-11-05 12:34:34 +0000137 - Support configurable build by a selected subset of operator list
138 - Support MobileBert on Neon™ backend
139 - Improve operator/function logging
140 - Remove padding from OpenCL kernels:
141 - ClPool2dKernel
142 - ClScaleKernel
143 - ClGemmMatrixMultiplyReshapedKernel
144 - Remove padding from Cpu kernels:
145 - CpuPool2dKernel
146 - Remove Y padding from OpenCL kernels:
147 - ClGemmMatrixMultiplyKernel
148 - ClGemmReshapedRHSMatrixKernel
149 - Remove legacy GeMM kernels in gemm_v1.cl
Sheri Zhang5dda2172021-10-15 19:54:17 +0100150
Freddie Liardet77014ff2021-08-05 15:50:31 +0100151v21.08 Public major release
152 - Various bug fixes.
153 - Various optimizations:
154 - Improve LWS (Local-Workgroup-Size) heuristic in OpenCL for GeMM, Direct Convolution and Winograd Transformations when OpenCL tuner is not used
155 - Improve QASYMM8/QSYMM8 performance on OpenCL for various Arm® Mali™ GPU architectures
156 - Add dynamic weights support in Fully connected layer (CPU/GPU)
157 - Various performance optimizations for floating-point data types (CPU/GPU)
158 - Add a reduced core library build arm_compute_core_v2
159 - Expose Operator API
160 - Support fat binary build for arm8.2-a via fat_binary build flag
161 - Add CPU discovery capabilities
162 - Add data type f16 support for:
Adnan AlSinan6863fa02022-02-04 13:04:55 +0000163 - CLRemapKernel
Freddie Liardet77014ff2021-08-05 15:50:31 +0100164 - Port the following functions to stateless API:
165 - @ref CLConvolutionLayer
166 - @ref CLFlattenLayer
167 - @ref CLFullyConnectedLayer
168 - @ref CLGEMM
169 - @ref CLGEMMConvolutionLayer
170 - @ref CLGEMMLowpMatrixMultiplyCore
171 - @ref CLWinogradConvolutionLayer
172 - @ref NEConvolutionLayer
173 - @ref NEFlattenLayer
174 - @ref NEFullyConnectedLayer
175 - @ref NEGEMM
176 - @ref NEGEMMConv2d
177 - @ref NEGEMMConvolutionLayer
178 - @ref NEGEMMLowpMatrixMultiplyCore
179 - @ref NEWinogradConvolutionLayer
180 - Remove the following functions:
181 - CLWinogradInputTransform
182 - Remove CLCoreRuntimeContext
183 - Remove ICPPSimpleKernel
184 - Rename file arm_compute/runtime/CL/functions/CLElementWiseUnaryLayer.h to arm_compute/runtime/CL/functions/CLElementwiseUnaryLayer.h
185
Michalis Spyrou27e67f02021-02-16 11:34:39 +0000186v21.05 Public major release
Sheri Zhangc2bed952021-05-06 12:12:38 +0100187 - Various bug fixes.
188 - Various optimisations.
189 - Various documentation updates:
Jakub Sujakee301b32021-06-04 09:46:08 +0100190 - Add supported operators and corresponding Android NNAPI operators.
191 - Documentation reorg into user guide and contributor guide.
Sheri Zhangc2bed952021-05-06 12:12:38 +0100192 - Add support for a global allocator for OpenCL tensors
193 - Add experimental support for [CLVK](https://github.com/kpet/clvk).
194 - Add data type S32 support for:
195 - @ref opencl::kernels::ClArithmeticKernel
196 - Add data type QASYMM8 support for:
197 - @ref CLROIPoolingLayer
198 - @ref CLROIPoolingLayerKernel
199 - @ref NEROIPoolingLayer
200 - @ref NEROIPoolingLayerKernel
201 - Add per-channel quantization support for:
202 - @ref CLDeconvolutionLayer
203 - @ref CLDirectDeconvolutionLayer
204 - @ref NEConvolutionLayer
205 - @ref NEDeconvolutionLayer
206 - Remove padding from OpenCL kernels:
207 - @ref CLL2NormalizeLayerKernel
Gian Marco Iodice8155c022021-04-16 15:08:59 +0100208 - CLDepthwiseConvolutionLayer3x3NHWCKernel
Sheri Zhangc2bed952021-05-06 12:12:38 +0100209 - @ref CLNormalizationLayerKernel
210 - @ref CLNormalizePlanarYUVLayerKernel
211 - @ref opencl::kernels::ClMulKernel
212 - @ref CLReductionOperationKernel
213 - @ref CLROIPoolingLayerKernel
214 - Remove computer vision support from Arm® Neon™ backend
215 - Remove the following functions:
Michalis Spyrou27e67f02021-02-16 11:34:39 +0000216 - NEAbsoluteDifference
217 - NEAccumulate
218 - NEBox3x3
219 - NECannyEdge
220 - NEChannelCombine
221 - NEChannelExtract
222 - NEColorConvert
Michalis Spyrou473cb012021-02-23 11:48:12 +0000223 - NEConvolution
Michalis Spyrou27e67f02021-02-16 11:34:39 +0000224 - NEDerivative
225 - NEDilate
226 - NEEqualizeHistogram
227 - NEErode
228 - NEFastCorners
229 - NEGaussian3x3
230 - NEGaussian5x5
231 - NEGaussianPyramid
232 - NEHOGDescriptor
233 - NEHOGDetector
234 - NEHOGGradient
235 - NEHOGMultiDetection
236 - NEHarrisCorners
237 - NEHistogram
238 - NEIntegralImage
239 - NELaplacianPyramid
240 - NELaplacianReconstruct
241 - NEMagnitude
242 - NEMeanStdDev
243 - NEMedian3x3
244 - NEMinMaxLocation
245 - NENonLinearFilter
246 - NEOpticalFlow
247 - NEPhase
Michalis Spyrou27e67f02021-02-16 11:34:39 +0000248 - NEScharr3x3
249 - NESobel3x3
250 - NESobel5x5
251 - NESobel7x7
252 - NETableLookup
253 - NEThreshold
254 - NEWarpAffine
Michalis Spyrou473cb012021-02-23 11:48:12 +0000255 - NEWarpPerspectiveKernel
Michalis Spyrou473cb012021-02-23 11:48:12 +0000256 - Remove all GLES kernels / functions / tests / examples
Sheri Zhangc2bed952021-05-06 12:12:38 +0100257 - Remove computer vision support from CL backend
258 - Remove the following functions:
Michalis Spyrou473cb012021-02-23 11:48:12 +0000259 - CLAbsoluteDifference
260 - CLAccumulate
261 - CLBox3x3
262 - CLCannyEdge
263 - CLChannelCombine
264 - CLChannelExtract
265 - CLColorConvert
266 - CLConvolution
267 - CLDerivative
268 - CLDilate
269 - CLEqualizeHistogram
270 - CLErode
271 - CLFastCorners
272 - CLGaussian3x3
273 - CLGaussian5x5
274 - CLGaussianPyramid
275 - CLHOGDescriptor
276 - CLHOGDetector
277 - CLHOGGradient
278 - CLHOGMultiDetection
279 - CLHarrisCorners
280 - CLHistogram
281 - CLIntegralImage
282 - CLLaplacianPyramid
283 - CLLaplacianReconstruct
284 - CLMagnitude
285 - CLMeanStdDev
286 - CLMedian3x3
287 - CLMinMaxLocation
288 - CLNonLinearFilter
289 - CLOpticalFlow
290 - CLPhase
291 - CLScharr3x3
292 - CLSobel3x3
293 - CLSobel5x5
294 - CLSobel7x7
295 - CLTableLookup
296 - CLThreshold
297 - CLWarpAffine
298 - CLWarpPerspective
Ramy Elgammal0d274b72022-08-05 13:14:57 +0100299
Georgios Pinitas40f51a62020-11-21 03:04:18 +0000300v21.02 Public major release
Sheri Zhangda6a6eb2021-01-06 11:15:06 +0000301 - Various bug fixes.
302 - Various optimisations.
Georgios Pinitas45514032020-12-30 00:03:09 +0000303 - Upgrade C++ standard to C++14
304 - Add macOS support
Giorgio Arena1055dc12021-02-19 09:53:06 +0000305 - Add Armv8-R AArch64 architecture support
Sheri Zhangda6a6eb2021-01-06 11:15:06 +0000306 - Add SVE/SVE2 support for:
Manuel Bottini10b38262021-02-19 18:16:44 +0000307 - NEScaleKernel
Sheri Zhangda6a6eb2021-01-06 11:15:06 +0000308 - @ref NEActivationLayer
309 - @ref NEArithmeticAddition
310 - @ref NEBatchNormalizationLayerKernel
Giorgio Arena1055dc12021-02-19 09:53:06 +0000311 - @ref cpu::kernels::CpuLogits1DSoftmaxKernel
312 - @ref cpu::kernels::CpuLogits1DMaxKernel
313 - @ref cpu::kernels::CpuElementwiseUnaryKernel
Sheri Zhangdda69142021-02-01 19:06:57 +0000314 - Remove padding from OpenCL kernels:
Sheri Zhang1efed922021-03-10 22:43:38 +0000315 - CLDirectConvolutionLayerKernel
Sheri Zhangdda69142021-02-01 19:06:57 +0000316 - @ref CLArgMinMaxLayerKernel
317 - @ref CLPadLayerKernel
318 - @ref CLROIAlignLayerKernel
319 - @ref CLRangeKernel
Manuel Bottini3b131ab2021-02-19 18:16:44 +0000320 - CLScaleKernel
Sheri Zhangdda69142021-02-01 19:06:57 +0000321 - @ref CLSelectKernel
322 - @ref CLBitwiseKernel
Giorgio Arena1055dc12021-02-19 09:53:06 +0000323 - @ref opencl::kernels::ClFloorKernel
Teresa Charlin27886092021-02-25 20:15:01 +0000324 - CLTransposeKernel
Giorgio Arena5b50f422021-02-17 11:43:05 +0000325 - Deprecate functions in CLTuner:
326 - add_lws_to_table
327 - import_lws_table
328 - lws_table
Sheri Zhangda6a6eb2021-01-06 11:15:06 +0000329 - Remove functions:
Georgios Pinitas96b16b62020-12-01 17:41:34 +0000330 - NELocallyConnectedLayer / CLLocallyConnectedLayer
Georgios Pinitasf7c5a412020-12-03 14:38:33 +0000331 - NEIm2Col
332 - NECol2Im
333 - NEGEMMInterleave4x4
334 - NEGEMMTranspose1xW
Georgios Pinitas8c3c0e72020-12-03 20:11:53 +0000335 - NEComputeAllAnchors / CLComputeAllAnchors
Georgios Pinitasec2256b2020-12-03 18:51:58 +0000336 - NEGEMMAssemblyDispatch
Georgios Pinitasc53266e2020-12-09 03:11:53 +0000337 - NEUpsampleLayer / CLUpsampleLayer
Sheri Zhangda6a6eb2021-01-06 11:15:06 +0000338 - Remove kernels:
Georgios Pinitasd308df32020-12-01 16:56:36 +0000339 - NEGEMMMatrixVectorMultiplyKernel
Georgios Pinitas96b16b62020-12-01 17:41:34 +0000340 - NELocallyConnectedMatrixMultiplyKernel / CLLocallyConnectedMatrixMultiplyKernel
Georgios Pinitasc53266e2020-12-09 03:11:53 +0000341 - NEUpsampleLayerKernel / CLUpsampleLayerKernel
Gian Marco Iodicef5aad512021-02-08 17:34:40 +0000342 - Extend OpenCL tuner with workgroup batch size support
343 - Experimental extension for the OpenCL tuner to tune the batches of work groups distribute to compute units
Gian Marco Iodice716b1be2021-02-10 17:33:27 +0000344 - Add functionality to load the OpenCL GEMM heuristics at runtime
345 - The GEMM heuristic file (MLGO) can be used to update the default GEMM heuristics available for OpenCL
Giorgio Arenacd7d1782021-02-22 14:58:37 +0000346 - Note: there might be performance regressions against v20.08 in Inception v3 using int8 data types on Arm Mali-G77 GPUs. Currently under investigation
Jakub Sujakee301b32021-06-04 09:46:08 +0100347 - Note: data-type decoupling is in progress and experimental. Warning of unused symbols might be raised
Georgios Pinitas40f51a62020-11-21 03:04:18 +0000348
SiCong Li96209c72020-08-21 12:28:30 +0100349v20.11 Public major release
morgolock70b1eb82020-11-24 13:54:19 +0000350 - Various bug fixes.
351 - Various optimisations.
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +0000352 - Performance regressions can be noted when executing Depthwise Convolution on Arm® Neon™ with a depth multiplier > 1 for quantized data type.
morgolock0e728492020-11-20 11:03:33 +0000353 This is planned to be resolved in 21.02 release.
morgolock70b1eb82020-11-24 13:54:19 +0000354 - Added new data type QASYMM8_SIGNED support for @ref NEROIAlignLayer.
SiCong Li903f8cc2020-08-27 10:17:10 +0100355 - Added new data type S32 support for:
Michele Di Giorgiobd2c8e12021-01-19 15:29:02 +0000356 - NEArithmeticSubtraction
357 - NEArithmeticSubtractionKernel
SiCong Libb88f892020-08-28 11:18:47 +0100358 - @ref NEPixelWiseMultiplication
Sheri Zhang1e3ab422021-03-16 17:35:08 +0000359 - NEPixelWiseMultiplicationKernel
Sang-Hoon Park63001ac2021-01-18 14:20:27 +0000360 - NEElementwiseDivision
361 - NEDivisionOperationKernel
SiCong Li96209c72020-08-21 12:28:30 +0100362 - Interface change
363 - Properly support softmax axis to have the same meaning as other major frameworks. That is, axis now defines the dimension
364 on which Softmax/Logsoftmax is performed. E.g. for input of shape 4x5x6 and axis=1, softmax will be applied to 4x6=24 vectors of size 5.
365 The supported value range of axis is [-rank, rank).
366 This change applies to the following functions:
367 - @ref NESoftmaxLayer
368 - @ref NELogSoftmaxLayer
369 - @ref CLSoftmaxLayer
370 - @ref CLLogSoftmaxLayer
Manuel Bottiniceaa0bf2021-02-16 15:15:19 +0000371 - GCSoftmaxLayer
Sheri Zhang824061d2020-10-26 15:46:37 +0000372 - New OpenCL kernels / functions:
Georgios Pinitas4a578b92021-06-25 12:13:49 +0100373 - CLGEMMLowpQuantizeDownInt32ScaleByFixedPointKernel
morgolock0e728492020-11-20 11:03:33 +0000374 - @ref CLLogicalNot
375 - @ref CLLogicalAnd
376 - @ref CLLogicalOr
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +0000377 - New Arm® Neon™ kernels / functions:
morgolock0e728492020-11-20 11:03:33 +0000378 - @ref NELogicalNot
379 - @ref NELogicalAnd
380 - @ref NELogicalOr
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +0000381 - Removed padding from Arm® Neon™ kernels:
Sheri Zhang1e3ab422021-03-16 17:35:08 +0000382 - NEComplexPixelWiseMultiplicationKernel
Michalis Spyrou473cb012021-02-23 11:48:12 +0000383 - NENonMaximaSuppression3x3Kernel
Adnan AlSinan6863fa02022-02-04 13:04:55 +0000384 - NERemapKernel
Michele Di Giorgio93b75e02021-06-21 12:00:43 +0100385 - NEGEMMInterleave4x4Kernel
Manuel Bottini327225d2021-04-13 13:09:30 +0100386 - NEDirectConvolutionLayerKernel
Manuel Bottini10b38262021-02-19 18:16:44 +0000387 - NEScaleKernel
Georgios Pinitas96b16b62020-12-01 17:41:34 +0000388 - NELocallyConnectedMatrixMultiplyKernel
Manuel Bottinicfac51c2021-06-18 15:47:28 +0100389 - NEGEMMLowpOffsetContributionKernel
Michele Di Giorgio93b75e02021-06-21 12:00:43 +0100390 - NEGEMMTranspose1xWKernel
Michele Di Giorgio19289042021-02-03 16:05:00 +0000391 - NEPoolingLayerKernel
Michalis Spyrou473cb012021-02-23 11:48:12 +0000392 - NEConvolutionKernel
Michalis Spyrou60c3b0e2021-04-08 12:02:58 +0100393 - NEDepthwiseConvolutionLayerNativeKernel
Manuel Bottinicfac51c2021-06-18 15:47:28 +0100394 - NEGEMMLowpMatrixMultiplyKernel
Michele Di Giorgio53832b22021-06-21 14:45:44 +0100395 - NEGEMMMatrixMultiplyKernel
Manuel Bottini327225d2021-04-13 13:09:30 +0100396 - NEDirectConvolutionLayerOutputStageKernel
Sheri Zhanged367132020-10-08 15:46:16 +0100397 - @ref NEReductionOperationKernel
Manuel Bottinicfac51c2021-06-18 15:47:28 +0100398 - NEGEMMLowpMatrixAReductionKernel
399 - NEGEMMLowpMatrixBReductionKernel
Sheri Zhang824061d2020-10-26 15:46:37 +0000400 - Removed padding from OpenCL kernels:
Michele Di Giorgio7d61ff02021-01-18 21:15:59 +0000401 - CLBatchConcatenateLayerKernel
Michele Di Giorgio1e0208a2021-01-22 15:42:59 +0000402 - CLElementwiseOperationKernel
Sheri Zhang824061d2020-10-26 15:46:37 +0000403 - @ref CLBatchNormalizationLayerKernel
Michele Di Giorgioe1314662021-02-01 17:09:32 +0000404 - CLPoolingLayerKernel
Manuel Bottinic6f4ec32021-05-18 18:41:56 +0100405 - CLWinogradInputTransformKernel
Georgios Pinitas4a578b92021-06-25 12:13:49 +0100406 - CLGEMMLowpMatrixMultiplyNativeKernel
407 - CLGEMMLowpMatrixAReductionKernel
408 - CLGEMMLowpMatrixBReductionKernel
409 - CLGEMMLowpOffsetContributionOutputStageKernel
410 - CLGEMMLowpOffsetContributionKernel
Manuel Bottinic6f4ec32021-05-18 18:41:56 +0100411 - CLWinogradOutputTransformKernel
Georgios Pinitas4a578b92021-06-25 12:13:49 +0100412 - CLGEMMLowpMatrixMultiplyReshapedKernel
Sheri Zhang824061d2020-10-26 15:46:37 +0000413 - @ref CLFuseBatchNormalizationKernel
414 - @ref CLDepthwiseConvolutionLayerNativeKernel
Georgios Pinitas11d84152021-04-28 10:20:18 +0100415 - CLDepthConvertLayerKernel
Sheri Zhang7e20e292021-02-02 11:49:34 +0000416 - CLCopyKernel
Gian Marco Iodice8155c022021-04-16 15:08:59 +0100417 - CLDepthwiseConvolutionLayer3x3NHWCKernel
Georgios Pinitasf47f7182021-01-15 09:29:50 +0000418 - CLActivationLayerKernel
Manuel Bottinic6f4ec32021-05-18 18:41:56 +0100419 - CLWinogradFilterTransformKernel
Michele Di Giorgio7d61ff02021-01-18 21:15:59 +0000420 - CLWidthConcatenateLayerKernel
421 - CLWidthConcatenate4TensorsKernel
422 - CLWidthConcatenate2TensorsKernel
Sang-Hoon Park201e0fe2021-01-27 13:14:56 +0000423 - CLLogits1DMaxShiftExpSumKernel
424 - CLLogits1DNormKernel
Michele Di Giorgio7d61ff02021-01-18 21:15:59 +0000425 - CLHeightConcatenateLayerKernel
Georgios Pinitas856f66e2021-04-22 21:13:21 +0100426 - CLGEMMMatrixMultiplyKernel
Georgios Pinitas4a578b92021-06-25 12:13:49 +0100427 - CLGEMMLowpQuantizeDownInt32ScaleKernel
428 - CLGEMMLowpQuantizeDownInt32ScaleByFloatKernel
429 - CLGEMMLowpMatrixMultiplyReshapedOnlyRHSKernel
Michele Di Giorgio7d61ff02021-01-18 21:15:59 +0000430 - CLDepthConcatenateLayerKernel
Georgios Pinitas4a578b92021-06-25 12:13:49 +0100431 - CLGEMMLowpQuantizeDownInt32ScaleByFixedPointKernel
Sheri Zhang824061d2020-10-26 15:46:37 +0000432 - Removed OpenCL kernels / functions:
433 - CLGEMMLowpQuantizeDownInt32ToInt16ScaleByFixedPointKernel
434 - CLGEMMLowpQuantizeDownInt32ToInt8ScaleByFixedPointKernel
435 - CLGEMMLowpQuantizeDownInt32ToUint8ScaleByFixedPointKernel
morgolock00c76012020-11-06 10:40:12 +0000436 - Deprecated OpenCL kernels / functions (If a kernel is used only by the function that is being deprecated, the kernel is deprecated together):
Georgios Pinitas2d221392020-09-03 15:16:37 +0100437 - CLLocallyConnectedLayer
438 - CLLocallyConnectedMatrixMultiplyKernel
morgolock00c76012020-11-06 10:40:12 +0000439 - CLAbsoluteDifference
440 - CLAbsoluteDifferenceKernel
441 - CLAccumulate
442 - CLAccumulateKernel
443 - CLAccumulateSquared
444 - CLAccumulateSquaredKernel
445 - CLAccumulateWeighted
446 - CLAccumulateWeightedKernel
447 - CLAccumulateWeightedFP16Kernel
448 - CLBox3x3
449 - CLBox3x3Kernel
450 - CLBox3x3FP16Kernel
451 - CLCannyEdge
452 - CLChannelCombine
453 - CLChannelCombineKernel
454 - CLChannelExtract
455 - CLChannelExtractKernel
456 - CLColorConvert
457 - CLColorConvertKernel
458 - CLConvolution3x3
459 - CLConvolutionRectangle
460 - CLConvolutionRectangleKernel
461 - CLConvolutionSquare
462 - CLConvolutionKernel
463 - CLDerivative
464 - CLDerivativeKernel
465 - CLDilate
466 - CLDilateKernel
467 - CLEqualizeHistogram
468 - CLErode
469 - CLErodeKernel
470 - CLFastCorners
471 - CLFastCornersKernel
472 - CLGaussian3x3
473 - CLGaussian3x3Kernel
474 - CLGaussian5x5
475 - CLGaussian5x5HorKernel
476 - CLGaussian5x5VertKernel
477 - CLGaussianPyramid
478 - CLGaussianPyramidHalf
479 - CLGaussianPyramidOrb
480 - CLHarrisCorners
481 - CLHarrisScoreKernel
482 - CLHarrisScoreFP16Kernel
483 - CLHistogram
484 - CLHistogramKernel
485 - CLHOGOrientationBinningKernel
486 - CLHOGBlockNormalizationKernel
487 - CLHOGDetectorKernel
488 - CLHOGNonMaximaSuppressionKernel
489 - CLHOGDescriptor
490 - CLHOGDetector
491 - CLHOGGradient
492 - CLHOGMultiDetection
493 - CLHOGOrientationBinningKernel
494 - CLHOGBlockNormalizationKernel
495 - CLHOGDetectorKernel
496 - CLIntegralImage
497 - CLIntegralImageKernel
498 - CLLaplacianReconstruct
499 - CLLaplacianPyramid
500 - CLMagnitude
501 - CLMagnitudePhaseKernel
502 - CLMedian3x3
503 - CLMedian3x3Kernel
504 - CLMinMaxLocation
505 - CLMinMaxLocationKernel
506 - CLNonLinearFilter
507 - CLNonLinearFilterKernel
508 - CLNonMaximaSuppression3x3
509 - CLNonMaximaSuppression3x3FP16Kernel
510 - CLNonMaximaSuppression3x3Kernel
511 - CLOpticalFlow
512 - CLPhase
513 - CLRemap
514 - CLRemapKernel
515 - CLScharr3x3
516 - CLScharr3x3Kernel
517 - CLSobel3x3
518 - CLSobel3x3Kernel
519 - CLSobel5x5
520 - CLSobel5x5HorKernel
521 - CLSobel5x5VertKernel
522 - CLSobel7x7
523 - CLSobel7x7HorKernel
524 - CLSobel7x7VertKernel
525 - CLThreshold
526 - CLThresholdKernel
527 - CLWarpAffine
528 - CLWarpAffineKernel
529 - CLWarpPerspective
530 - CLWarpPerspectiveKernel
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +0000531 - Deprecated Arm® Neon™ kernels / functions (If a kernel is used only by the function that is being deprecated, the kernel is deprecated together):
Georgios Pinitas2d221392020-09-03 15:16:37 +0100532 - NELocallyConnectedLayer
533 - NELocallyConnectedMatrixMultiplyKernel
morgolock0c862652020-11-06 08:59:45 +0000534 - NEAbsoluteDifference
535 - NEAbsoluteDifferenceKernel
536 - NEAccumulate
537 - NEAccumulateKernel
538 - NEAccumulateSquared
539 - NEAccumulateSquaredKernel
540 - NEAccumulateWeighted
541 - NEAccumulateWeightedKernel
542 - NEAccumulateWeightedFP16Kernel
543 - NEBox3x3
544 - NEBox3x3Kernel
545 - NEBox3x3FP16Kernel
546 - NECannyEdge
547 - NEChannelCombine
548 - NEChannelCombineKernel
549 - NEChannelExtract
550 - NEChannelExtractKernel
551 - NEColorConvert
552 - NEColorConvertKernel
553 - NEConvolution3x3
554 - NEConvolutionRectangle
555 - NEConvolutionRectangleKernel
556 - NEConvolutionSquare
557 - NEConvolutionKernel
558 - NEDerivative
559 - NEDerivativeKernel
560 - NEDilate
561 - NEDilateKernel
562 - NEEqualizeHistogram
563 - NEErode
564 - NEErodeKernel
565 - NEFastCorners
566 - NEFastCornersKernel
567 - NEGaussian3x3
568 - NEGaussian3x3Kernel
569 - NEGaussian5x5
570 - NEGaussian5x5HorKernel
571 - NEGaussian5x5VertKernel
572 - NEGaussianPyramid
573 - NEGaussianPyramidHalf
574 - NEGaussianPyramidOrb
575 - NEHarrisCorners
576 - NEHarrisScoreKernel
577 - NEHarrisScoreFP16Kernel
578 - NEHistogram
579 - NEHistogramKernel
580 - NEHOGOrientationBinningKernel
581 - NEHOGBlockNormalizationKernel
582 - NEHOGDetectorKernel
583 - NEHOGNonMaximaSuppressionKernel
584 - NEHOGDescriptor
585 - NEHOGDetector
586 - NEHOGGradient
587 - NEHOGMultiDetection
588 - NEHOGOrientationBinningKernel
589 - NEHOGBlockNormalizationKernel
590 - NEHOGDetectorKernel
591 - NEIntegralImage
592 - NEIntegralImageKernel
593 - NELaplacianReconstruct
594 - NELaplacianPyramid
595 - NEMagnitude
596 - NEMagnitudePhaseKernel
597 - NEMedian3x3
598 - NEMedian3x3Kernel
599 - NEMinMaxLocation
600 - NEMinMaxLocationKernel
601 - NENonLinearFilter
602 - NENonLinearFilterKernel
603 - NENonMaximaSuppression3x3
604 - NENonMaximaSuppression3x3FP16Kernel
605 - NENonMaximaSuppression3x3Kernel
606 - NEOpticalFlow
607 - NEPhase
608 - NERemap
609 - NERemapKernel
610 - NEScharr3x3
611 - NEScharr3x3Kernel
612 - NESobel3x3
613 - NESobel3x3Kernel
614 - NESobel5x5
615 - NESobel5x5HorKernel
616 - NESobel5x5VertKernel
617 - NESobel7x7
618 - NESobel7x7HorKernel
619 - NESobel7x7VertKernel
620 - NEThreshold
621 - NEThresholdKernel
622 - NEWarpAffine
623 - NEWarpAffineKernel
624 - NEWarpPerspective
625 - NEWarpPerspectiveKernel
morgolockd6ee9ed2020-11-19 10:07:14 +0000626 - Deprecated GLES kernels / functions (If a kernel is used only by the function that is being deprecated, the kernel is deprecated together):
627 - GCAbsoluteDifference
628 - GCActivationLayer
629 - GCArithmeticAddition
630 - GCBatchNormalizationLayer
631 - GCConcatenateLayer
632 - GCConvolutionLayer
633 - GCDepthwiseConvolutionLayer
634 - GCDirectConvolutionLayer
635 - GCDropoutLayer
636 - GCFillBorder
637 - GCFullyConnectedLayer
638 - GCGEMM
639 - GCGEMMInterleave4x4
640 - GCGEMMTranspose1xW
641 - GCNormalizationLayer
642 - GCNormalizePlanarYUVLayer
643 - GCPixelWiseMultiplication
644 - GCPoolingLayer
645 - GCScale
646 - GCSoftmaxLayer
647 - GCTensorShift
648 - GCTranspose
649
SiCong Li96209c72020-08-21 12:28:30 +0100650
Georgios Pinitas25ef7212020-06-02 23:00:41 +0100651v20.08 Public major release
652 - Various bug fixes.
653 - Various optimisations.
Sheri Zhang3ef9b5f2020-07-09 16:32:58 +0100654 - Added new data type QASYMM8_SIGNED support for:
Sheri Zhangdd4cfc02020-07-10 14:15:41 +0100655 - @ref CLArgMinMaxLayer
656 - @ref CLArgMinMaxLayerKernel
657 - Added new data type U8 support for:
658 - @ref NECropKernel
Sheri Zhang7e20e292021-02-02 11:49:34 +0000659 - CLCropKernel
Jakub Sujakee301b32021-06-04 09:46:08 +0100660 - Added align_corner support for nearest neighbor interpolation in:
Manuel Bottini10b38262021-02-19 18:16:44 +0000661 - NEScaleKernel
Manuel Bottini3b131ab2021-02-19 18:16:44 +0000662 - CLScaleKernel
Sheri Zhangdd4cfc02020-07-10 14:15:41 +0100663 - New OpenCL kernels / functions:
664 - @ref CLMaxUnpoolingLayerKernel
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +0000665 - New Arm® Neon™ kernels / functions:
Dana Zlotnik149203b2022-01-26 12:38:03 +0200666 - NEMaxUnpoolingLayerKernel
Sheri Zhang3ef9b5f2020-07-09 16:32:58 +0100667 - New graph example:
Sheri Zhangdd4cfc02020-07-10 14:15:41 +0100668 - graph_yolov3_output_detector
Sang-Hoon Parkadfaefb2020-08-18 09:13:05 +0100669 - GEMMTuner improvements:
670 - Added fp16 support
671 - Output json files for easier integration
672 - Enabled tuning for export_to_cl_image_rhs option for RHS tensors
673 - More robust script for running benchmarks
Sheri Zhang3ef9b5f2020-07-09 16:32:58 +0100674 - Removed padding from:
Sheri Zhang1e3ab422021-03-16 17:35:08 +0000675 - NEPixelWiseMultiplicationKernel
Michele Di Giorgiobd2c8e12021-01-19 15:29:02 +0000676 - NEHeightConcatenateLayerKernel
Michalis Spyrou27e67f02021-02-16 11:34:39 +0000677 - NEThresholdKernel
Michele Di Giorgiobd2c8e12021-01-19 15:29:02 +0000678 - NEBatchConcatenateLayerKernel
Teresa Charlind1dc09c2021-03-04 15:24:45 +0000679 - NETransposeKernel
Sang-Hoon Parkadfaefb2020-08-18 09:13:05 +0100680 - @ref NEBatchNormalizationLayerKernel
Michele Di Giorgiobd2c8e12021-01-19 15:29:02 +0000681 - NEArithmeticSubtractionKernel
Sang-Hoon Parkadfaefb2020-08-18 09:13:05 +0100682 - @ref NEBoundingBoxTransformKernel
Michalis Spyrou373b4072021-01-20 16:41:12 +0000683 - NELogits1DMaxKernel
684 - NELogits1DSoftmaxKernel
Sang-Hoon Parkadfaefb2020-08-18 09:13:05 +0100685 - @ref NEROIPoolingLayerKernel
686 - @ref NEROIAlignLayerKernel
Georgios Pinitas0b1c2db2020-12-04 15:51:34 +0000687 - NEYOLOLayerKernel
Georgios Pinitasc53266e2020-12-09 03:11:53 +0000688 - NEUpsampleLayerKernel
Georgios Pinitas70eb53b2021-01-06 19:42:21 +0000689 - NEFloorKernel
Michele Di Giorgiobd2c8e12021-01-19 15:29:02 +0000690 - NEWidthConcatenateLayerKernel
691 - NEDepthConcatenateLayerKernel
Sang-Hoon Parkadfaefb2020-08-18 09:13:05 +0100692 - @ref NENormalizationLayerKernel
693 - @ref NEL2NormalizeLayerKernel
Georgios Pinitasc6f95102021-03-30 10:03:01 +0100694 - NEFillArrayKernel
Georgios Pinitas11d84152021-04-28 10:20:18 +0100695 - NEDepthConvertLayerKernel
Sang-Hoon Parkadfaefb2020-08-18 09:13:05 +0100696 - @ref NERangeKernel
697 - @ref NEPriorBoxLayer
Sheri Zhanged367132020-10-08 15:46:16 +0100698 - Removed OpenCL kernels / functions:
Sang-Hoon Parkadfaefb2020-08-18 09:13:05 +0100699 - CLGEMMLowpQuantizeDownInt32ToUint8Scale
700 - CLGEMMLowpQuantizeDownInt32ToUint8ScaleByFloat
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +0000701 - Removed Arm® Neon™ kernels / functions:
Sang-Hoon Parkadfaefb2020-08-18 09:13:05 +0100702 - NEGEMMLowpQuantizeDownInt32ToUint8Scale
703 - NEGEMMMatrixAccumulateBiasesKernel
SiCong Lid004a7a2020-05-28 15:26:41 +0100704 - Deprecated functions / interfaces:
Michalis Spyrou473cb012021-02-23 11:48:12 +0000705 - Non-descriptor based interfaces for NEThreshold, CLThreshold
Manuel Bottiniceaa0bf2021-02-16 15:15:19 +0000706 - Non-descriptor based interfaces for @ref NEScale, @ref CLScale and GCScale
707 - In @ref NESoftmaxLayer, @ref NELogSoftmaxLayer, @ref CLSoftmaxLayer, @ref CLLogSoftmaxLayer and GCSoftmaxLayer :
708 The default "axis" value for @ref CLSoftmaxLayer, @ref CLLogSoftmaxLayer and GCSoftmaxLayer is changed from 1 to 0.
morgolock9c7fed82020-08-05 12:30:56 +0100709 Only axis 0 is supported.
710 The default "axis" value for @ref NESoftmaxLayer, @ref NELogSoftmaxLayer is changed from 1 to 0.
Sang-Hoon Parkadfaefb2020-08-18 09:13:05 +0100711 Only axis 0 is supported.
Sang-Hoon Parka0205b92020-07-07 09:36:09 +0100712 - The support for quantized data types has been removed from @ref CLLogSoftmaxLayer due to implementation complexity.
Manuel Bottinid844c082021-07-14 12:58:54 +0100713 - Removed padding requirement for the input (e.g. LHS of GEMM) and output in CLGEMMMatrixMultiplyNativeKernel, CLGEMMMatrixMultiplyReshapedKernel, CLGEMMMatrixMultiplyReshapedOnlyRHSKernel and CLIm2ColKernel (NHWC only)
Sang-Hoon Parkadfaefb2020-08-18 09:13:05 +0100714 - This change allows to use @ref CLGEMMConvolutionLayer without extra padding for the input and output.
715 - Only the weights/bias of @ref CLGEMMConvolutionLayer could require padding for the computation.
Georgios Pinitas856f66e2021-04-22 21:13:21 +0100716 - Only on Arm® Mali™ Midgard GPUs, @ref CLGEMMConvolutionLayer could require padding since CLGEMMMatrixMultiplyKernel is called and currently requires padding.
717 - Added support for exporting the OpenCL buffer object to the OpenCL image object in CLGEMMMatrixMultiplyReshapedKernel and CLGEMMMatrixMultiplyReshapedOnlyRHSKernel.
Sang-Hoon Parkadfaefb2020-08-18 09:13:05 +0100718 - This support allows to export the OpenCL buffer used for the reshaped RHS matrix to the OpenCL image object.
Georgios Pinitas856f66e2021-04-22 21:13:21 +0100719 - The padding requirement for the OpenCL image object is considered into the CLGEMMReshapeRHSMatrixKernel.
720 - The reshaped RHS matrix stores the weights when GEMM is used to accelerate CLGEMMConvolutionLayer.
Georgios Pinitas25ef7212020-06-02 23:00:41 +0100721
Georgios Pinitasfd7780d2020-03-17 11:41:00 +0000722v20.05 Public major release
Georgios Pinitasc7b183a2020-03-06 18:12:09 +0000723 - Various bug fixes.
724 - Various optimisations.
Michele Di Giorgio36a551f2020-04-23 11:55:29 +0100725 - Updated recommended NDK version to r18b.
726 - Updated recommended gcc version to Linaro 6.3.1.
Georgios Pinitasc7b183a2020-03-06 18:12:09 +0000727 - Added Bfloat16 type support
728 - Added Bfloat16 support in:
Manuel Bottini29599d02021-07-06 15:01:35 +0100729 - NEWeightsReshapeKernel
730 - NEConvolutionLayerReshapeWeights
Manuel Bottini90028992021-06-30 18:29:18 +0100731 - NEIm2ColKernel
Georgios Pinitasf7c5a412020-12-03 14:38:33 +0000732 - NEIm2Col
Georgios Pinitas11d84152021-04-28 10:20:18 +0100733 - NEDepthConvertLayerKernel
Georgios Pinitasc7b183a2020-03-06 18:12:09 +0000734 - @ref NEDepthConvertLayer
735 - @ref NEGEMMConvolutionLayer
Georgios Pinitasec2256b2020-12-03 18:51:58 +0000736 - NEGEMMAssemblyDispatch
Sheri Zhang0f2522b2020-03-25 16:38:19 +0000737 - Added new data type QASYMM8_SIGNED support for:
738 - @ref CLDirectConvolutionLayer
739 - @ref CLDeconvolutionLayer
740 - @ref CLDirectDeconvolutionLayer
741 - @ref CLGEMMDeconvolutionLayer
Georgios Pinitas4a578b92021-06-25 12:13:49 +0100742 - CLGEMMLowpMatrixMultiplyReshapedKernel
743 - CLGEMMLowpQuantizeDownInt32ScaleKernel
744 - CLGEMMLowpQuantizeDownInt32ScaleByFloatKernel
Sheri Zhang0f2522b2020-03-25 16:38:19 +0000745 - @ref CLReductionOperation
746 - @ref CLReduceMean
Sheri Zhang359c48e2020-04-30 22:53:39 +0100747 - @ref NEScale
Manuel Bottini10b38262021-02-19 18:16:44 +0000748 - NEScaleKernel
Georgios Pinitasc53266e2020-12-09 03:11:53 +0000749 - NEUpsampleLayer
Sheri Zhang0f2522b2020-03-25 16:38:19 +0000750 - @ref NECast
751 - @ref NEReductionOperation
752 - @ref NEReduceMean
753 - @ref NEArgMinMaxLayer
754 - @ref NEDeconvolutionLayer
Manuel Bottiniae58bdf2021-06-17 17:18:45 +0100755 - NEGEMMLowpQuantizeDownInt32ScaleKernel
Sheri Zhang0f2522b2020-03-25 16:38:19 +0000756 - @ref CPPBoxWithNonMaximaSuppressionLimit
757 - @ref CPPDetectionPostProcessLayer
758 - @ref CPPPermuteKernel
759 - @ref CPPPermute
760 - @ref CPPTopKVKernel
761 - @ref CPPTopKV
Sheri Zhang359c48e2020-04-30 22:53:39 +0100762 - @ref CPPUpsample
763 - @ref CPPUpsampleKernel
Sheri Zhang31b49ca2020-04-24 11:15:10 +0100764 - New OpenCL kernels / functions:
765 - @ref CLQLSTMLayer
766 - @ref CLQLSTMLayerNormalizationKernel
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +0000767 - New Arm® Neon™ kernels / functions:
Sheri Zhang31b49ca2020-04-24 11:15:10 +0100768 - @ref NEQLSTMLayer
769 - @ref NEQLSTMLayerNormalizationKernel
770 - Added HARD_SWISH support in:
Georgios Pinitasf47f7182021-01-15 09:29:50 +0000771 - CLActivationLayerKernel
Michele Di Giorgiobd2c8e12021-01-19 15:29:02 +0000772 - NEActivationLayerKernel
Sheri Zhang0f2522b2020-03-25 16:38:19 +0000773 - Deprecated OpenCL kernels / functions:
774 - CLGEMMLowpQuantizeDownInt32ToUint8Scale
775 - CLGEMMLowpQuantizeDownInt32ToUint8ScaleByFloat
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +0000776 - Deprecated Arm® Neon™ kernels / functions:
Sheri Zhang0f2522b2020-03-25 16:38:19 +0000777 - NEGEMMLowpQuantizeDownInt32ToUint8Scale
778 - Removed CPP kernels / functions:
779 - CPPFlipWeightsKernel
Manuel Bottini387259a2020-05-21 17:14:36 +0100780 - Removed PoolingLayerInfo constructors without Data Layout.
781 - Removed CLDepthwiseConvolutionLayer3x3
782 - Removed NEDepthwiseConvolutionLayerOptimized
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +0000783 - Added support for Winograd 3x3,4x4 on Arm® Neon™ FP16:
Manuel Bottini075253a2020-05-22 12:57:18 +0100784 - @ref NEWinogradConvolutionLayer
Michalis Spyrou96f977e2021-07-01 12:20:56 +0100785 - CpuWinogradConv2dTransformInputKernel
786 - CpuWinogradConv2dTransformOutputKernel
787 - CpuWinogradConv2dTransformWeightsKernel
Manuel Bottini075253a2020-05-22 12:57:18 +0100788 - Added CLCompileContext
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +0000789 - Added Arm® Neon™ GEMM kernel with 2D window support
Georgios Pinitasc7b183a2020-03-06 18:12:09 +0000790
Michele Di Giorgio740872e2020-03-04 15:29:49 +0000791v20.02.1 Maintenance release
792 - Added Android-NN build script.
793
Giuseppe Rossinif04ddbc2020-02-17 17:22:49 +0000794v20.02 Public major release
795 - Various bug fixes.
796 - Various optimisations.
797 - Added new data type QASYMM8_SIGNED support for:
798 - @ref CLDepthwiseConvolutionLayer
Manuel Bottini387259a2020-05-21 17:14:36 +0100799 - CLDepthwiseConvolutionLayer3x3
Giuseppe Rossinif04ddbc2020-02-17 17:22:49 +0000800 - @ref CLGEMMConvolutionLayer
Georgios Pinitas4a578b92021-06-25 12:13:49 +0100801 - CLGEMMLowpMatrixMultiplyCore
802 - CLGEMMLowpMatrixMultiplyReshapedOnlyRHSKernel
803 - CLGEMMLowpMatrixMultiplyNativeKernel
Giuseppe Rossinif04ddbc2020-02-17 17:22:49 +0000804 - @ref NEActivationLayer
Sang-Hoon Park63001ac2021-01-18 14:20:27 +0000805 - NEComparisonOperationKernel
Giuseppe Rossinif04ddbc2020-02-17 17:22:49 +0000806 - @ref NEConvolutionLayer
807 - @ref NEDepthwiseConvolutionLayer
Georgios Pinitas7d0adc62020-09-04 15:25:24 +0100808 - NEDepthwiseConvolutionLayer3x3Kernel
Manuel Bottini327225d2021-04-13 13:09:30 +0100809 - NEDirectConvolutionLayerOutputStageKernel
Giuseppe Rossinif04ddbc2020-02-17 17:22:49 +0000810 - @ref NEElementwiseComparison
811 - @ref NEElementwiseMax
812 - @ref NEElementwiseMin
813 - @ref NEElementwiseSquaredDiff
814 - @ref NEFullyConnectedLayer
Michele Di Giorgiof22f6722020-07-03 16:29:24 +0100815 - NEGEMMMatrixVectorMultiplyKernel
Giuseppe Rossinif04ddbc2020-02-17 17:22:49 +0000816 - @ref NEPixelWiseMultiplication
817 - @ref NEPoolingLayer
818 - @ref NEPReluLayer
819 - Added support for QSYMM8_PER_CHANNEL in:
Georgios Pinitas7d0adc62020-09-04 15:25:24 +0100820 - NEDepthwiseConvolutionLayer3x3Kernel
Giuseppe Rossinif04ddbc2020-02-17 17:22:49 +0000821 - Added support for split sizes in:
822 - @ref CLSplit
823 - @ref NESplit
824 - New OpenCL kernels / functions:
825 - @ref CLFill
Georgios Pinitas4a578b92021-06-25 12:13:49 +0100826 - CLGEMMLowpQuantizeDownInt32ToInt8ScaleByFixedPointKernel / CLGEMMLowpQuantizeDownInt32ToInt8ScaleByFixedPoint
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +0000827 - New Arm® Neon™ kernels / functions:
Giuseppe Rossinif04ddbc2020-02-17 17:22:49 +0000828 - @ref NEFill
Manuel Bottiniae58bdf2021-06-17 17:18:45 +0100829 - NEGEMMLowpQuantizeDownInt32ToInt8ScaleByFixedPointKernel / NEGEMMLowpQuantizeDownInt32ToInt8ScaleByFixedPoint
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +0000830 - Deprecated Arm® Neon™ functions / interfaces:
Manuel Bottini387259a2020-05-21 17:14:36 +0100831 - CLDepthwiseConvolutionLayer3x3
832 - NEDepthwiseConvolutionLayerOptimized
833 - PoolingLayerInfo constructors without Data Layout.
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +0000834 - Added support for quantization with multiplier greater than 1 on Arm® Neon™ and CL.
Giuseppe Rossinif04ddbc2020-02-17 17:22:49 +0000835 - Added support for quantized inputs of type QASYMM8_SIGNED and QASYMM8 to @ref CLQuantizationLayer.
836 - Added the ability to build bootcode for bare metal.
837 - Added support for generating synthetic QASYMM8 graphs.
838 - Added support for F16 datatype in VGG16.
839 - Removed pre-built binaries for GLES.
840
Michele Di Giorgiod374ff22020-01-21 10:03:20 +0000841v19.11.1 Public maintenance release
842 - Fix offset calculation in NEReductionOperationKernel.
843 - Fix data layout in NEScaleKernel for nhwc.
844 - Retain configuration step data layout to avoid side-effects.
845 - Perform sqrt in double domain for L2 pooling.
846 - Fix output shape calculation for Reduce Mean
847 - Restrict cases where optimized NEPadLayer runs.
848
Michele Di Giorgioa046e162019-10-08 09:36:26 +0100849v19.11 Public major release
SiCong Lica1f98c2019-11-28 11:06:11 +0000850 - Various bug fixes.
851 - Various optimisations.
SiCong Li1f7f9882019-11-28 14:59:35 +0000852 - Updated recommended NDK version to r17c.
SiCong Lica1f98c2019-11-28 11:06:11 +0000853 - Deprecated OpenCL kernels / functions:
Michele Di Giorgioa046e162019-10-08 09:36:26 +0100854 - CLDepthwiseConvolutionLayerReshapeWeightsGenericKernel
855 - CLDepthwiseIm2ColKernel
SiCong Lica1f98c2019-11-28 11:06:11 +0000856 - CLDepthwiseSeparableConvolutionLayer
Michele Di Giorgioa046e162019-10-08 09:36:26 +0100857 - CLDepthwiseVectorToTensorKernel
858 - CLDirectConvolutionLayerOutputStageKernel
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +0000859 - Deprecated Arm® Neon™ kernels / functions:
Giorgio Arenad93e2632019-10-15 11:09:33 +0100860 - NEDepthwiseWeightsReshapeKernel
861 - NEDepthwiseIm2ColKernel
SiCong Lica1f98c2019-11-28 11:06:11 +0000862 - NEDepthwiseSeparableConvolutionLayer
Giorgio Arenad93e2632019-10-15 11:09:33 +0100863 - NEDepthwiseVectorToTensorKernel
Manuel Bottini05069f02019-09-26 17:18:26 +0100864 - NEDepthwiseConvolutionLayer3x3
SiCong Lica1f98c2019-11-28 11:06:11 +0000865 - New OpenCL kernels / functions:
866 - @ref CLInstanceNormalizationLayerKernel / @ref CLInstanceNormalizationLayer
867 - @ref CLDepthwiseConvolutionLayerNativeKernel to replace the old generic depthwise convolution (see Deprecated
868 OpenCL kernels / functions)
869 - @ref CLLogSoftmaxLayer
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +0000870 - New Arm® Neon™ kernels / functions:
SiCong Lica1f98c2019-11-28 11:06:11 +0000871 - @ref NEBoundingBoxTransformKernel / @ref NEBoundingBoxTransform
Georgios Pinitas8c3c0e72020-12-03 20:11:53 +0000872 - @ref NEComputeAllAnchorsKernel / NEComputeAllAnchors
SiCong Lica1f98c2019-11-28 11:06:11 +0000873 - @ref NEDetectionPostProcessLayer
874 - @ref NEGenerateProposalsLayer
875 - @ref NEInstanceNormalizationLayerKernel / @ref NEInstanceNormalizationLayer
876 - @ref NELogSoftmaxLayer
877 - @ref NEROIAlignLayerKernel / @ref NEROIAlignLayer
878 - Added QASYMM8 support for:
879 - @ref CLGenerateProposalsLayer
880 - @ref CLROIAlignLayer
881 - @ref CPPBoxWithNonMaximaSuppressionLimit
882 - Added QASYMM16 support for:
883 - @ref CLBoundingBoxTransform
884 - Added FP16 support for:
Georgios Pinitas856f66e2021-04-22 21:13:21 +0100885 - CLGEMMMatrixMultiplyReshapedKernel
SiCong Lica1f98c2019-11-28 11:06:11 +0000886 - Added new data type QASYMM8_PER_CHANNEL support for:
Manuel Bottini9e73c932021-03-02 17:40:42 +0000887 - CLDequantizationLayer
SiCong Lica1f98c2019-11-28 11:06:11 +0000888 - @ref NEDequantizationLayer
889 - Added new data type QSYMM8_PER_CHANNEL support for:
890 - @ref CLConvolutionLayer
891 - @ref NEConvolutionLayer
892 - @ref CLDepthwiseConvolutionLayer
893 - @ref NEDepthwiseConvolutionLayer
894 - Added FP16 mixed-precision support for:
Georgios Pinitas856f66e2021-04-22 21:13:21 +0100895 - CLGEMMMatrixMultiplyReshapedKernel
Michele Di Giorgioe1314662021-02-01 17:09:32 +0000896 - CLPoolingLayerKernel
SiCong Lica1f98c2019-11-28 11:06:11 +0000897 - Added FP32 and FP16 ELU activation for:
898 - @ref CLActivationLayer
899 - @ref NEActivationLayer
900 - Added asymmetric padding support for:
901 - @ref CLDirectDeconvolutionLayer
902 - @ref CLGEMMDeconvolutionLayer
903 - @ref NEDeconvolutionLayer
904 - Added SYMMETRIC and REFLECT modes for @ref CLPadLayerKernel / @ref CLPadLayer.
Georgios Pinitas0f7ef8a2021-01-10 04:23:52 +0000905 - Replaced the calls to NECopyKernel and NEMemsetKernel with @ref NEPadLayer in @ref NEGenerateProposalsLayer.
906 - Replaced the calls to CLCopyKernel and CLMemsetKernel with @ref CLPadLayer in @ref CLGenerateProposalsLayer.
SiCong Lica1f98c2019-11-28 11:06:11 +0000907 - Improved performance for CL Inception V3 - FP16.
908 - Improved accuracy for CL Inception V3 - FP16 by enabling FP32 accumulator (mixed-precision).
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +0000909 - Improved Arm® Neon™ performance by enabling fusing batch normalization with convolution and depth-wise convolution layer.
910 - Improved Arm® Neon™ performance for MobileNet-SSD by improving the output detection performance.
SiCong Lica1f98c2019-11-28 11:06:11 +0000911 - Optimized @ref CLPadLayer.
912 - Optimized CL generic depthwise convolution layer by introducing @ref CLDepthwiseConvolutionLayerNativeKernel.
913 - Reduced memory consumption by implementing weights sharing.
Michele Di Giorgioa046e162019-10-08 09:36:26 +0100914
Michele Di Giorgiod374ff22020-01-21 10:03:20 +0000915v19.08.1 Public maintenance release
916 - Fix offset calculation in NEReductionOperationKernel.
917 - Fix data layout in NEScaleKernel for nhwc.
918 - Retain configuration step data layout to avoid side-effects.
919 - Perform sqrt in double domain for L2 pooling.
920 - Fix output shape calculation for Reduce Mean
921 - Fix broadcast CLPixelwiseMultiplication with 5D tensors
922
Georgios Pinitas3d13af82019-06-04 13:04:16 +0100923v19.08 Public major release
924 - Various bug fixes.
925 - Various optimisations.
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +0000926 - Deprecated Arm® Neon™ functions
Gian Marco Iodicecc2f54b2019-08-22 10:10:52 +0100927 - NEDepthConcatenateLayer
928 - NEWidthConcatenateLayer
929 - Deprecated OpenCL kernels / functions
930 - CLDepthConcatenateLayer
931 - CLGEMMInterleave4x4Kernel / CLGEMMInterleave4x4
932 - CLGEMMTranspose1xWKernel / CLGEMMTranspose1xW
933 - CLWidthConcatenateLayer
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +0000934 - New Arm® Neon™ kernels / functions:
Gian Marco Iodicec5f48ad2019-09-02 09:52:12 +0100935 - @ref NEAbsLayer
Gian Marco Iodicecc2f54b2019-08-22 10:10:52 +0100936 - @ref NECast
Gian Marco Iodicec5f48ad2019-09-02 09:52:12 +0100937 - @ref NEElementwisePower
938 - @ref NELogLayer
Gian Marco Iodicecc2f54b2019-08-22 10:10:52 +0100939 - @ref NELSTMLayerQuantized
Gian Marco Iodicec5f48ad2019-09-02 09:52:12 +0100940 - @ref NENegLayer
Gian Marco Iodicecc2f54b2019-08-22 10:10:52 +0100941 - @ref NEPReluLayer
Gian Marco Iodicec5f48ad2019-09-02 09:52:12 +0100942 - @ref NESinLayer
Michele Di Giorgiobd2c8e12021-01-19 15:29:02 +0000943 - NEBatchConcatenateLayerKernel
Gian Marco Iodicecc2f54b2019-08-22 10:10:52 +0100944 - @ref NEDepthToSpaceLayerKernel / @ref NEDepthToSpaceLayer
Michalis Spyrou60c3b0e2021-04-08 12:02:58 +0100945 - NEDepthwiseConvolutionLayerNativeKernel
Manuel Bottiniae58bdf2021-06-17 17:18:45 +0100946 - NEGEMMLowpQuantizeDownInt32ToInt16ScaleByFixedPointKernel
Gian Marco Iodicecc2f54b2019-08-22 10:10:52 +0100947 - @ref NEMeanStdDevNormalizationKernel / @ref NEMeanStdDevNormalizationLayer
948 - @ref NESpaceToDepthLayerKernel / @ref NESpaceToDepthLayer
949 - New OpenCL kernels / functions:
Gian Marco Iodicec5f48ad2019-09-02 09:52:12 +0100950 - @ref CLAbsLayer
951 - @ref CLElementwisePower
952 - @ref CLLogLayer
Gian Marco Iodicecc2f54b2019-08-22 10:10:52 +0100953 - @ref CLLSTMLayerQuantized
Gian Marco Iodicec5f48ad2019-09-02 09:52:12 +0100954 - @ref CLNegLayer
Gian Marco Iodicecc2f54b2019-08-22 10:10:52 +0100955 - @ref CLPReluLayer
Gian Marco Iodicec5f48ad2019-09-02 09:52:12 +0100956 - @ref CLSinLayer
Michele Di Giorgio7d61ff02021-01-18 21:15:59 +0000957 - CLBatchConcatenateLayerKernel
Gian Marco Iodicecc2f54b2019-08-22 10:10:52 +0100958 - @ref CLDepthToSpaceLayerKernel / @ref CLDepthToSpaceLayer
Georgios Pinitas856f66e2021-04-22 21:13:21 +0100959 - CLGEMMLowpMatrixMultiplyNativeKernel
Michele Di Giorgioba14c922020-10-12 13:27:57 +0100960 - CLGEMMLowpQuantizeDownInt32ToInt16ScaleByFixedPointKernel
Georgios Pinitas856f66e2021-04-22 21:13:21 +0100961 - CLGEMMMatrixMultiplyNativeKernel
Michalis Spyrou473cb012021-02-23 11:48:12 +0000962 - CLMeanStdDevNormalizationKernel /CLMeanStdDevNormalizationLayer
Gian Marco Iodicecc2f54b2019-08-22 10:10:52 +0100963 - @ref CLSpaceToDepthLayerKernel / @ref CLSpaceToDepthLayer
964 - New examples:
965 - neon_opticalflow
966 - cl_cache
967 - neon_permute
Gian Marco Iodicec5f48ad2019-09-02 09:52:12 +0100968 - Added support for FP16 in @ref NEDeconvolutionLayer
969 - Added support for FP16 in @ref CLDeconvolutionLayer
970 - Added support for REDUCE_MIN and REDUCE_MAX in @ref ReductionOperation
Gian Marco Iodicecc2f54b2019-08-22 10:10:52 +0100971 - Enable the fusion of batch normalization with convolution and depthwise convolution layer for FP32 in the graph API (OpenCL only)
972 - Added support for fusing activation function and broadcast addition with the matrix multiplication for FP32 (OpenCL only)
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +0000973 - Re-factored the depthwise convolution layer kernel on Arm® Neon™ for generic cases
Jakub Sujakee301b32021-06-04 09:46:08 +0100974 - Added an optimized depthwise convolution layer kernel for 5x5 filters (Neon™ only)
Gian Marco Iodicecc2f54b2019-08-22 10:10:52 +0100975 - Added support to enable OpenCL kernel cache. Added example showing how to load the prebuilt OpenCL kernels from a binary cache file
976 - Altered @ref QuantizationInfo interface to support per-channel quantization.
Manuel Bottini387259a2020-05-21 17:14:36 +0100977 - The CLDepthwiseConvolutionLayer3x3 will be included by @ref CLDepthwiseConvolutionLayer to accommodate for future optimizations.
978 - The NEDepthwiseConvolutionLayerOptimized will be included by @ref NEDepthwiseConvolutionLayer to accommodate for future optimizations.
Gian Marco Iodicecc2f54b2019-08-22 10:10:52 +0100979 - Removed inner_border_right and inner_border_top parameters from @ref CLDeconvolutionLayer interface
980 - Removed inner_border_right and inner_border_top parameters from @ref NEDeconvolutionLayer interface
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +0000981 - Optimized the Arm® Neon™ assembly kernel for GEMMLowp. The new implementation fuses the output stage and quantization with the matrix multiplication kernel
Georgios Pinitas3d13af82019-06-04 13:04:16 +0100982
Michalis Spyroua9c44722019-04-05 17:18:36 +0100983v19.05 Public major release
Michalis Spyrouc6608ac2019-05-16 17:40:23 +0100984 - Various bug fixes.
985 - Various optimisations.
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +0000986 - New Arm® Neon™ kernels / functions:
Georgios Pinitasf790fdb2019-04-24 12:41:25 +0100987 - @ref NEBatchToSpaceLayerKernel / @ref NEBatchToSpaceLayer
Sheri Zhang1e3ab422021-03-16 17:35:08 +0000988 - NEComplexPixelWiseMultiplicationKernel / @ref NEComplexPixelWiseMultiplication
Georgios Pinitasf790fdb2019-04-24 12:41:25 +0100989 - @ref NECropKernel / @ref NECropResize
Michalis Spyrou60c3b0e2021-04-08 12:02:58 +0100990 - NEDepthwiseConvolutionAssemblyDispatch
Michalis Spyrouca82e622019-05-10 16:43:20 +0100991 - @ref NEFFTDigitReverseKernel
992 - @ref NEFFTRadixStageKernel
993 - @ref NEFFTScaleKernel
Manuel Bottinicfac51c2021-06-18 15:47:28 +0100994 - NEGEMMLowpOffsetContributionOutputStageKernel
Michele Di Giorgiobd2c8e12021-01-19 15:29:02 +0000995 - NEHeightConcatenateLayerKernel
Georgios Pinitasf790fdb2019-04-24 12:41:25 +0100996 - @ref NESpaceToBatchLayerKernel / @ref NESpaceToBatchLayer
Michalis Spyroud7dd15c2019-05-30 14:53:58 +0100997 - @ref NEFFT1D
998 - @ref NEFFT2D
999 - @ref NEFFTConvolutionLayer
Georgios Pinitasf790fdb2019-04-24 12:41:25 +01001000 - New OpenCL kernels / functions:
Sheri Zhangf9ab9f92021-03-16 12:09:15 +00001001 - CLComplexPixelWiseMultiplicationKernel / @ref CLComplexPixelWiseMultiplication
Sheri Zhang7e20e292021-02-02 11:49:34 +00001002 - CLCropKernel / @ref CLCropResize
Michalis Spyroud7dd15c2019-05-30 14:53:58 +01001003 - @ref CLDeconvolutionReshapeOutputKernel
Georgios Pinitasf790fdb2019-04-24 12:41:25 +01001004 - @ref CLFFTDigitReverseKernel
1005 - @ref CLFFTRadixStageKernel
1006 - @ref CLFFTScaleKernel
Georgios Pinitas4a578b92021-06-25 12:13:49 +01001007 - CLGEMMLowpMatrixMultiplyReshapedOnlyRHSKernel
Georgios Pinitas856f66e2021-04-22 21:13:21 +01001008 - CLGEMMMatrixMultiplyReshapedOnlyRHSKernel
Michele Di Giorgio7d61ff02021-01-18 21:15:59 +00001009 - CLHeightConcatenateLayerKernel
Georgios Pinitasf790fdb2019-04-24 12:41:25 +01001010 - @ref CLDirectDeconvolutionLayer
1011 - @ref CLFFT1D
1012 - @ref CLFFT2D
1013 - @ref CLFFTConvolutionLayer
Michalis Spyrouca82e622019-05-10 16:43:20 +01001014 - @ref CLGEMMDeconvolutionLayer
1015 - New OpenGLES kernels / functions:
Manuel Bottiniceaa0bf2021-02-16 15:15:19 +00001016 - GCConcatenateLayer
Michalis Spyroua9c44722019-04-05 17:18:36 +01001017 - Deprecated functions/interfaces
Georgios Pinitas09f24972019-05-17 18:14:40 +01001018 - GCDepthConcatenateLayer
1019 - NEWidthConcatenateLayer
1020 - NEDepthConcatenateLayer
1021 - CLWidthConcatenateLayer
1022 - CLDepthConcatenateLayer
Gian Marco Iodice5fc07aa2019-05-15 17:08:02 +01001023 - CLGEMMInterleave4x4
1024 - CLGEMMTranspose1xW
Michalis Spyrouc6608ac2019-05-16 17:40:23 +01001025 - Support different quantization info in CLConcatLayer.
1026 - Add checks on different input/output quantization info were not supported.
1027 - Tensors have different quantization information.
1028 - Add FP16 support checks.
1029 - Fix output quantization CLDeptwiseConv3x3 when activation is fused.
1030 - New graph examples:
1031 - graph_convolution
1032 - graph_fully_connected
1033 - graph_depthwise_convolution
1034 - Deepspeech v0.4.1
1035 - Add support for QASYMM8 in NEArithmeticSubtractionKernel.
1036 - Add support for QASYMM8 in NEPixelWiseMultiplicationKernel.
1037 - Add support for QASYMM8 NEDeconvolution.
Sheri Zhangac6499a2021-02-10 15:32:38 +00001038 - Add support for DequantizationLayer for Neon/CL.
Michalis Spyrouc6608ac2019-05-16 17:40:23 +01001039 - Add support for dilation in CLDepthwiseConvolution.
1040 - Fuse offset contribution with the output stage when we use NEGEMMLowpMatrixMultiplyCore.
1041 - Optimize CLDeconvolution.
1042 - Add StackLayer to the graph API.
1043 - Add support for "reflect" padding mode in NEPad.
1044 - Winograd 7x7 NHWC on OpenCL.
1045 - Rework CL ML layers to run exclusively on CL.
1046 - Support different quantization info in PoolingLayer.
1047 - Implement and test import memory interfaces.
1048 - Added new tests and removed old ones.
1049 - Various clang-tidy fixes.
Michalis Spyroua9c44722019-04-05 17:18:36 +01001050
giuros01a69a88b2019-01-31 16:29:19 +00001051v19.02 Public major release
Isabella Gottardi62538972019-02-12 19:52:44 +00001052 - Various bug fixes.
1053 - Various optimisations.
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +00001054 - New Arm® Neon™ kernels / functions:
Isabella Gottardi62538972019-02-12 19:52:44 +00001055 - @ref NETileKernel / @ref NETile
1056 - @ref NEFuseBatchNormalizationKernel / @ref NEFuseBatchNormalization
Sang-Hoon Park63001ac2021-01-18 14:20:27 +00001057 - NEElementwiseOperationKernel
Isabella Gottardi62538972019-02-12 19:52:44 +00001058 - @ref NEElementwiseMax
1059 - @ref NEElementwiseMin
1060 - @ref NEElementwiseSquaredDiff
1061 - @ref NESelectKernel / @ref NESelect
1062 - @ref NESplit
1063 - @ref NESlice
1064 - @ref NEUnstack
1065 - @ref NEStridedSliceKernel / @ref NEStridedSlice
Sang-Hoon Park7249f152021-01-22 11:55:03 +00001066 - NEElementwiseUnaryKernel
Isabella Gottardi62538972019-02-12 19:52:44 +00001067 - @ref NERsqrtLayer
1068 - @ref NEExpLayer
1069 - @ref NEReverseKernel / @ref NEReverse
1070 - @ref NEArgMinMaxLayer
1071 - @ref NEStackLayerKernel / @ref NEStackLayer
1072 - @ref NERangeKernel / @ref NERange
1073 - @ref NEPadLayer
Georgios Pinitas0f7ef8a2021-01-10 04:23:52 +00001074 - NEMemsetKernel
Isabella Gottardi62538972019-02-12 19:52:44 +00001075 - @ref NEGatherKernel / @ref NEGather
1076 - @ref NEElementwiseComparison
1077 - @ref NEElementwiseComparisonStatic
Sang-Hoon Park63001ac2021-01-18 14:20:27 +00001078 - NEComparisonOperationKernel
Isabella Gottardi62538972019-02-12 19:52:44 +00001079 - @ref NEElementwiseDivision
1080 - New OpenCL kernels / functions:
1081 - @ref CLSelectKernel / @ref CLSelect
1082 - @ref CLTileKernel / @ref CLTile
1083 - @ref CLComparisonKernel / @ref CLComparison
1084 - @ref CLArgMinMaxLayer
1085 - @ref CLElementwiseMax
1086 - @ref CLElementwiseMin
1087 - @ref CLElementwiseSquaredDiff
1088 - @ref CLStackLayerKernel / @ref CLStackLayer
1089 - @ref CLReverse / @ref CLReverseKernel
1090 - @ref CLRsqrtLayer
1091 - @ref CLExpLayer
Michele Di Giorgioc9c89052021-01-26 10:20:17 +00001092 - CLElementWiseUnaryLayerKernel
Georgios Pinitas856f66e2021-04-22 21:13:21 +01001093 - CLGEMMReshapeLHSMatrixKernel
1094 - CLGEMMReshapeRHSMatrixKernel
1095 - CLGEMMMatrixMultiplyReshapedKernel
Isabella Gottardi62538972019-02-12 19:52:44 +00001096 - @ref CLRangeKernel / @ref CLRange
1097 - @ref CLUnstack
1098 - @ref CLGatherKernel / @ref CLGather
Georgios Pinitas4a578b92021-06-25 12:13:49 +01001099 - CLGEMMLowpMatrixMultiplyReshapedKernel
Isabella Gottardi62538972019-02-12 19:52:44 +00001100 - New CPP kernels / functions:
1101 - @ref CPPDetectionOutputLayer
1102 - @ref CPPTopKV / @ref CPPTopKVKernel
Isabella Gottardi62538972019-02-12 19:52:44 +00001103 - Added new examples:
1104 - graph_ssd_mobilenet.cpp
1105 - graph_mobilenet_v2.cpp
1106 - graph_resnet12.cpp
1107 - graph_srcnn955.cpp
1108 - graph_vgg_vdsr.cpp
1109 - graph_inception_resnet_v1.cpp
1110 - Add 4D tensors support to
1111 - @ref NESoftmaxLayer
1112 - Fused activation in @ref CLWinogradConvolutionLayer
Jakub Sujakee301b32021-06-04 09:46:08 +01001113 - Extended @ref NEPermute to support more cases
1114 - Added Neon™/SVE GEMM Hybrid kernels
Isabella Gottardi62538972019-02-12 19:52:44 +00001115 - Added u8 and s8 hybrid assembly kernels
1116 - Introduced GEMM strategy name in NEGEMMAssemblyWrapper
1117 - Improved @ref CLTuner
1118 - Fused the bias addition within @ref CLGEMM
1119 - Added support for QASYMM8 LOGISTIC activation in @ref NEActivationLayer
1120 - Added NHWC data layout support to:
1121 - @ref NEScale for F16
1122 - @ref CLNormalizationLayer IN_MAP_2D for FP32/FP16
1123 - @ref NEL2NormalizeLayer for FP32/FP16
1124 - @ref NENormalizationLayer IN_MAP_2D for FP32/FP16
1125 - @ref CLROIAlignLayer
Manuel Bottini5209be52019-02-13 16:34:56 +00001126 - @ref CLGenerateProposalsLayer
Isabella Gottardi62538972019-02-12 19:52:44 +00001127 - Added QASYMM8 support to the following kernels:
Michele Di Giorgiobd2c8e12021-01-19 15:29:02 +00001128 - NEArithmeticAdditionKernel
Isabella Gottardi62538972019-02-12 19:52:44 +00001129 - @ref NEScale
1130 - Added new tests and improved validation and benchmarking suites.
giuros01a69a88b2019-01-31 16:29:19 +00001131 - Deprecated functions/interfaces
1132 - Usage of inner_border_right and inner_border_top has been deprecated in @ref CLDeconvolutionLayer and @ref NEDeconvolutionLayer
1133
Isabella Gottardi8773d7c2018-11-20 09:56:46 +00001134v18.11 Public major release
1135 - Various bug fixes.
1136 - Various optimisations.
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +00001137 - New Arm® Neon™ kernels / functions:
Isabella Gottardi8773d7c2018-11-20 09:56:46 +00001138 - @ref NEChannelShuffleLayer / @ref NEChannelShuffleLayerKernel
1139 - @ref NEReduceMean
1140 - @ref NEReorgLayer / @ref NEReorgLayerKernel
1141 - @ref NEPriorBoxLayer / @ref NEPriorBoxLayerKernel
Georgios Pinitasc53266e2020-12-09 03:11:53 +00001142 - NEUpsampleLayer / NEUpsampleLayerKernel
Georgios Pinitas0b1c2db2020-12-04 15:51:34 +00001143 - NEYOLOLayer / NEYOLOLayerKernel
Isabella Gottardi8773d7c2018-11-20 09:56:46 +00001144 - New OpenCL kernels / functions:
1145 - @ref CLBatchToSpaceLayer / @ref CLBatchToSpaceLayerKernel
1146 - @ref CLBoundingBoxTransform / @ref CLBoundingBoxTransformKernel
Manuel Bottini5209be52019-02-13 16:34:56 +00001147 - @ref CLComputeAllAnchorsKernel
1148 - @ref CLGenerateProposalsLayer
Isabella Gottardi8773d7c2018-11-20 09:56:46 +00001149 - @ref CLNormalizePlanarYUVLayer / @ref CLNormalizePlanarYUVLayerKernel
1150 - @ref CLReorgLayer / @ref CLReorgLayerKernel
1151 - @ref CLSpaceToBatchLayer / @ref CLSpaceToBatchLayerKernel
1152 - @ref CLPadLayer
1153 - @ref CLReduceMean
1154 - @ref CLPriorBoxLayer / @ref CLPriorBoxLayerKernel
1155 - @ref CLROIAlignLayer / @ref CLROIAlignLayerKernel
1156 - @ref CLSlice
1157 - @ref CLSplit
1158 - @ref CLStridedSlice / @ref CLStridedSliceKernel
Georgios Pinitasc53266e2020-12-09 03:11:53 +00001159 - CLUpsampleLayer / CLUpsampleLayerKernel
Georgios Pinitas0b1c2db2020-12-04 15:51:34 +00001160 - CLYOLOLayer / CLYOLOLayerKernel
Isabella Gottardi8773d7c2018-11-20 09:56:46 +00001161 - New CPP kernels / functions:
1162 - @ref CPPBoxWithNonMaximaSuppressionLimit / @ref CPPBoxWithNonMaximaSuppressionLimitKernel
1163 - Added the validate method in:
1164 - @ref NEDepthConvertLayer
1165 - @ref NEFloor / @ref CLFloor
Michele Di Giorgio93b75e02021-06-21 12:00:43 +01001166 - NEGEMMMatrixAdditionKernel
Isabella Gottardi8773d7c2018-11-20 09:56:46 +00001167 - @ref NEReshapeLayer / @ref CLReshapeLayer
1168 - @ref CLScale
1169 - Added new examples:
1170 - graph_shufflenet.cpp
1171 - graph_yolov3.cpp
1172 - Added documentation for add a new function or kernel.
1173 - Improved doxygen documentation adding a list of the existing functions.
1174 - Add 4D tensors support to
Georgios Pinitas09f24972019-05-17 18:14:40 +01001175 - CLWidthConcatenateLayer
Georgios Pinitase2696b12020-12-03 20:37:43 +00001176 - CLFlattenLayer
Isabella Gottardi8773d7c2018-11-20 09:56:46 +00001177 - @ref CLSoftmaxLayer
Gian Marco Iodice8155c022021-04-16 15:08:59 +01001178 - Add dot product support for CLDepthwiseConvolutionLayer3x3NHWCKernel non-unit stride
Isabella Gottardi8773d7c2018-11-20 09:56:46 +00001179 - Add SVE support
1180 - Fused batch normalization into convolution layer weights in @ref CLFuseBatchNormalization
Gian Marco Iodice8155c022021-04-16 15:08:59 +01001181 - Fuses activation in CLDepthwiseConvolutionLayer3x3NCHWKernel, CLDepthwiseConvolutionLayer3x3NHWCKernel and @ref NEGEMMConvolutionLayer
Isabella Gottardi8773d7c2018-11-20 09:56:46 +00001182 - Added NHWC data layout support to:
1183 - @ref CLChannelShuffleLayer
1184 - @ref CLDeconvolutionLayer
1185 - @ref CLL2NormalizeLayer
1186 - Added QASYMM8 support to the following kernels:
Manuel Bottini3b131ab2021-02-19 18:16:44 +00001187 - CLScaleKernel
Georgios Pinitas7d0adc62020-09-04 15:25:24 +01001188 - NEDepthwiseConvolutionLayer3x3Kernel
Sheri Zhangf9ab9f92021-03-16 12:09:15 +00001189 - CLPixelWiseMultiplicationKernel
Isabella Gottardi8773d7c2018-11-20 09:56:46 +00001190 - Added FP16 support to the following kernels:
Gian Marco Iodice8155c022021-04-16 15:08:59 +01001191 - CLDepthwiseConvolutionLayer3x3NHWCKernel
Georgios Pinitas7d0adc62020-09-04 15:25:24 +01001192 - NEDepthwiseConvolutionLayer3x3Kernel
Isabella Gottardi8773d7c2018-11-20 09:56:46 +00001193 - @ref CLNormalizePlanarYUVLayerKernel
1194 - @ref CLWinogradConvolutionLayer (5x5 kernel)
1195 - More tests added to both validation and benchmarking suites.
1196
Anthony Barbierd51ea0a2018-08-07 17:48:03 +01001197v18.08 Public major release
1198 - Various bug fixes.
Michele Di Giorgio02baf012018-08-20 18:10:38 +01001199 - Various optimisations.
Anthony Barbierd51ea0a2018-08-07 17:48:03 +01001200 - Updated recommended NDK version to r17b.
Michele Di Giorgio02baf012018-08-20 18:10:38 +01001201 - Removed support for QS8/QS16 data types.
1202 - Added support for grouped convolution in @ref CLConvolutionLayer.
1203 - Added NHWC data layout support to:
Georgios Pinitas09f24972019-05-17 18:14:40 +01001204 - NEDepthConcatenateLayer / CLDepthConcatenateLayer
Michele Di Giorgio02baf012018-08-20 18:10:38 +01001205 - @ref NEWinogradConvolutionLayer / @ref CLWinogradConvolutionLayer
1206 - @ref CLDepthwiseConvolutionLayer
1207 - @ref CLDirectConvolutionLayer
1208 - @ref CLConvolutionLayer
1209 - @ref CLScale
Manuel Bottinid844c082021-07-14 12:58:54 +01001210 - CLIm2ColKernel
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +00001211 - New Arm® Neon™ kernels / functions:
Michele Di Giorgio02baf012018-08-20 18:10:38 +01001212 - @ref NERNNLayer
1213 - New OpenCL kernels / functions:
1214 - @ref CLArithmeticDivision
1215 - Introduced prepare() stage support in the graph API for GLES.
1216 - Added support for memory reusage when trying to allocate smaller CLTensors.
1217 - Enabled NHWC execution on graph examples.
1218 - Added JPEG accessor for validation purposes.
1219 - Added validate methods to some kernels / functions.
Anthony Barbierd51ea0a2018-08-07 17:48:03 +01001220
1221v18.05 Public major release
Pablo Tellob5cc95b2018-05-15 11:49:33 +01001222 - Various bug fixes.
1223 - Various optimisations.
Jakub Sujakee301b32021-06-04 09:46:08 +01001224 - Major redesign in the interface for the Neon™ kernels implemented in assembly.
Pablo Telloeb82fd22018-02-23 13:43:50 +00001225 - Removed arm_compute::NEGEMMLowpAArch64A53Kernel / arm_compute::NEGEMMLowpAArch64Kernel / arm_compute::NEGEMMLowpAArch64V8P4Kernel / arm_compute::NEGEMMInterleavedBlockedKernel / arm_compute::NEGEMMLowpAssemblyMatrixMultiplyCore / arm_compute::NEHGEMMAArch64FP16Kernel
Jakub Sujakee301b32021-06-04 09:46:08 +01001226 - Added NEGEMMAssemblyWrapper and AssemblyKernelGlue which are used to execute assembly kernels in Neon™ functions.
Pablo Telloeb82fd22018-02-23 13:43:50 +00001227 - Minor changes to the CPUInfo type to make it compatible with the new assembly gemm interface.
Jakub Sujakee301b32021-06-04 09:46:08 +01001228 - Moved Neon™ assembly kernels to the folder src/core/Neon/kernels/arm_gemm.
Pablo Tellob5cc95b2018-05-15 11:49:33 +01001229 - Improved doxygen documentation.
1230 - Improved memory management for layer's transitions.
1231 - Added support for NHWC data layout in tensors.
1232 - Added NHWC data layout support to:
1233 - @ref NEGEMMConvolutionLayer
1234 - @ref NEDirectConvolutionLayer
1235 - @ref NEPoolingLayer / @ref CLPoolingLayer
1236 - @ref NEBatchNormalizationLayer / @ref CLBatchNormalizationLayer
1237 - @ref NEDepthwiseConvolutionLayer
1238 - @ref NEScale
Georgios Pinitasf7c5a412020-12-03 14:38:33 +00001239 - NEIm2Col
Pablo Tellob5cc95b2018-05-15 11:49:33 +01001240 - Added support for dilated convolutions in @ref NEConvolutionLayer and @ref CLConvolutionLayer.
1241 - New OpenCL kernels / functions:
1242 - @ref CLChannelShuffleLayer / @ref CLChannelShuffleLayerKernel
Teresa Charlin91b7f742021-04-12 13:57:00 +01001243 - CLConvertFullyConnectedWeightsKernel / @ref CLConvertFullyConnectedWeights
Sheri Zhang7e20e292021-02-02 11:49:34 +00001244 - @ref CLCopy / CLCopyKernel
Anthony Barbier38e7f1f2018-05-21 13:37:47 +01001245 - @ref CLLSTMLayer
Pablo Tellob5cc95b2018-05-15 11:49:33 +01001246 - @ref CLRNNLayer
Michele Di Giorgio7d61ff02021-01-18 21:15:59 +00001247 - CLWidthConcatenateLayer / CLWidthConcatenateLayerKernel
Manuel Bottinic6f4ec32021-05-18 18:41:56 +01001248 - CLWinogradFilterTransformKernel / @ref CLWinogradConvolutionLayer
1249 - CLWinogradInputTransformKernel / CLWinogradInputTransform
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +00001250 - New Arm® Neon™ kernels / functions:
Teresa Charlin562bee52021-04-13 17:44:15 +01001251 - NEConvertFullyConnectedWeightsKernel / @ref NEConvertFullyConnectedWeights.
Pablo Tellob5cc95b2018-05-15 11:49:33 +01001252 - Created the validate method in @ref CLDepthwiseConvolutionLayer.
1253 - Beta and gamma are no longer mandatory arguments in @ref NEBatchNormalizationLayer and @ref CLBatchNormalizationLayer.
1254 - Added depth multiplier support in @ref NEDepthwiseConvolutionLayer and @ref CLDepthwiseConvolutionLayer.
Sheri Zhang1e3ab422021-03-16 17:35:08 +00001255 - Added broadcast multiply support in @ref NEPixelWiseMultiplication / NEPixelWiseMultiplicationKernel.
Pablo Tellob5cc95b2018-05-15 11:49:33 +01001256 - Port mobilenet example to NHWC data layout.
1257 - Enabled Winograd method in @ref CLConvolutionLayer.
1258 - Renamed NEWinogradLayer to @ref NEWinogradConvolutionLayer.
Sheri Zhangac6499a2021-02-10 15:32:38 +00001259 - Updated @ref NEWinogradConvolutionLayer to use highly optimised assembly kernels in src/core/Neon/kernels/arm_gemm.
Pablo Tellob5cc95b2018-05-15 11:49:33 +01001260 - Added memory manager support in GLES functions.
1261 - Major refactoring of the graph API.
1262 - Added GLES backend in the graph API.
1263 - Added support for the memory manager in the graph API.
1264 - Enabled Winograd Convolution method in the graph API.
1265 - Added support for grouped convolutions in the graph API.
Manuel Bottini10b38262021-02-19 18:16:44 +00001266 - Replaced NEDeconvolutionLayerUpsampleKernel with NEScaleKernel in @ref NEDeconvolutionLayer.
Pablo Tellob5cc95b2018-05-15 11:49:33 +01001267 - Added fast maths flag in @ref CLConvolutionLayer.
1268 - Added new tests and benchmarks in validation and benchmark frameworks
Jakub Sujakee301b32021-06-04 09:46:08 +01001269 - Merge Activation layer with Convolution Layer (Neon™, CL, GLES)
Pablo Tellob5cc95b2018-05-15 11:49:33 +01001270 - Added support to OpenCL 2.0 SVM
1271 - Added support to import memory in OpenCL tensors.
1272 - Added the prepare() method to perform any one off pre-processing before running the function.
1273 - Added new examples:
1274 - graph_inception_v4.cpp
Anthony Barbier38e7f1f2018-05-21 13:37:47 +01001275 - graph_resnext50.cpp
Pablo Tellob5cc95b2018-05-15 11:49:33 +01001276 - Added memory measurement instrument for CL.
Pablo Telloeb82fd22018-02-23 13:43:50 +00001277
Anthony Barbier577fbdf2018-03-01 15:17:54 +00001278v18.03 Public maintenance release
1279 - Various bug fixes.
Anthony Barbier3762e742018-03-02 11:49:33 +00001280 - Fixed bug in @ref NEActivationLayer
1281 - Fix in @ref CLTuner when using batches.
Anthony Barbier577fbdf2018-03-01 15:17:54 +00001282 - Updated recommended NDK version to r16b (And fixed warnings).
1283 - Fixed bug in validation code.
1284 - Added Inception v4 graph example.
Georgios Pinitas9fb11592018-04-26 20:34:58 +01001285 - Renamed NEWinogradLayer.cpp to @ref NEWinogradConvolutionLayer
Anthony Barbier577fbdf2018-03-01 15:17:54 +00001286
Anthony Barbier2d0ce772018-02-21 15:35:36 +00001287v18.02 Public major release
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +00001288 - Various Arm® Neon™ / OpenCL / GLES optimisations.
Anthony Barbier2d0ce772018-02-21 15:35:36 +00001289 - Various bug fixes.
1290 - Changed default number of threads on big LITTLE systems.
1291 - Refactored examples and added:
1292 - graph_mobilenet_qassym8
1293 - graph_resnet
1294 - graph_squeezenet_v1_1
Anthony Barbier3762e742018-03-02 11:49:33 +00001295 - Renamed @ref CLConvolutionLayer into @ref CLGEMMConvolutionLayer and created a new @ref CLConvolutionLayer to select the fastest convolution method.
1296 - Renamed @ref NEConvolutionLayer into @ref NEGEMMConvolutionLayer and created a new @ref NEConvolutionLayer to select the fastest convolution method.
Anthony Barbier2d0ce772018-02-21 15:35:36 +00001297 - Added in place support to:
Anthony Barbier3762e742018-03-02 11:49:33 +00001298 - @ref CLActivationLayer
1299 - @ref CLBatchNormalizationLayer
Anthony Barbier2d0ce772018-02-21 15:35:36 +00001300 - Added QASYMM8 support to:
Anthony Barbier3762e742018-03-02 11:49:33 +00001301 - @ref CLActivationLayer
1302 - @ref CLDepthwiseConvolutionLayer
1303 - @ref NEDepthwiseConvolutionLayer
1304 - @ref NESoftmaxLayer
Anthony Barbier2d0ce772018-02-21 15:35:36 +00001305 - Added FP16 support to:
Manuel Bottini387259a2020-05-21 17:14:36 +01001306 - CLDepthwiseConvolutionLayer3x3
Anthony Barbier3762e742018-03-02 11:49:33 +00001307 - @ref CLDepthwiseConvolutionLayer
Michele Di Giorgiobd2c8e12021-01-19 15:29:02 +00001308 - Added broadcasting support to NEArithmeticAddition / @ref CLArithmeticAddition / @ref CLPixelWiseMultiplication
Anthony Barbier3762e742018-03-02 11:49:33 +00001309 - Added fused batched normalization and activation to @ref CLBatchNormalizationLayer and @ref NEBatchNormalizationLayer
1310 - Added support for non-square pooling to @ref NEPoolingLayer and @ref CLPoolingLayer
Anthony Barbier2d0ce772018-02-21 15:35:36 +00001311 - New OpenCL kernels / functions:
Michele Di Giorgioa046e162019-10-08 09:36:26 +01001312 - CLDirectConvolutionLayerOutputStageKernel
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +00001313 - New Arm® Neon™ kernels / functions
Anthony Barbier2d0ce772018-02-21 15:35:36 +00001314 - Added name() method to all kernels.
1315 - Added support for Winograd 5x5.
Georgios Pinitas0f7ef8a2021-01-10 04:23:52 +00001316 - NEPermuteKernel / @ref NEPermute
Michalis Spyrou96f977e2021-07-01 12:20:56 +01001317 - CpuWinogradConv2dTransformInputKernel / NEWinogradLayer
1318 - CpuWinogradConv2dTransformOutputKernel / NEWinogradLayer
1319 - CpuWinogradConv2dTransformWeightsKernel / NEWinogradLayer
Anthony Barbiere1553372018-07-16 18:53:52 +01001320 - Renamed NEWinogradLayerKernel into NEWinogradLayerBatchedGEMMKernel
Anthony Barbier2d0ce772018-02-21 15:35:36 +00001321 - New GLES kernels / functions:
Manuel Bottiniceaa0bf2021-02-16 15:15:19 +00001322 - GCTensorShiftKernel / GCTensorShift
Pablo Tellof6c572c2018-02-14 12:47:30 +00001323
Anthony Barbier64c95a02018-01-22 18:48:55 +00001324v18.01 Public maintenance release
1325 - Various bug fixes
1326 - Added some of the missing validate() methods
Anthony Barbier3762e742018-03-02 11:49:33 +00001327 - Added @ref CLDeconvolutionLayerUpsampleKernel / @ref CLDeconvolutionLayer @ref CLDeconvolutionLayerUpsample
Sheri Zhang7e20e292021-02-02 11:49:34 +00001328 - Added CLPermuteKernel / @ref CLPermute
Anthony Barbier64c95a02018-01-22 18:48:55 +00001329 - Added method to clean the programs cache in the CL Kernel library.
Manuel Bottiniceaa0bf2021-02-16 15:15:19 +00001330 - Added GCArithmeticAdditionKernel / GCArithmeticAddition
1331 - Added GCDepthwiseConvolutionLayer3x3Kernel / GCDepthwiseConvolutionLayer3x3
1332 - Added GCNormalizePlanarYUVLayerKernel / GCNormalizePlanarYUVLayer
1333 - Added GCScaleKernel / GCScale
1334 - Added GCWeightsReshapeKernel / GCConvolutionLayer
Anthony Barbier64c95a02018-01-22 18:48:55 +00001335 - Added FP16 support to the following GLES compute kernels:
Manuel Bottiniceaa0bf2021-02-16 15:15:19 +00001336 - GCCol2ImKernel
1337 - GCGEMMInterleave4x4Kernel
1338 - GCGEMMTranspose1xWKernel
1339 - GCIm2ColKernel
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +00001340 - Refactored Arm® Neon™ Winograd (NEWinogradLayerKernel)
Manuel Bottini327225d2021-04-13 13:09:30 +01001341 - Added NEDirectConvolutionLayerOutputStageKernel
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +00001342 - Added QASYMM8 support to the following Arm® Neon™ kernels:
Georgios Pinitas7d0adc62020-09-04 15:25:24 +01001343 - NEDepthwiseConvolutionLayer3x3Kernel
Anthony Barbier3762e742018-03-02 11:49:33 +00001344 - @ref NEFillBorderKernel
Michele Di Giorgio19289042021-02-03 16:05:00 +00001345 - NEPoolingLayerKernel
Anthony Barbier64c95a02018-01-22 18:48:55 +00001346 - Added new examples:
1347 - graph_cl_mobilenet_qasymm8.cpp
1348 - graph_inception_v3.cpp
1349 - gc_dc.cpp
1350 - More tests added to both validation and benchmarking suites.
1351
Gian Marcoff850932017-12-11 12:37:17 +00001352v17.12 Public major release
1353 - Most machine learning functions on OpenCL support the new data type QASYMM8
1354 - Introduced logging interface
1355 - Introduced opencl timer
1356 - Reworked GEMMLowp interface
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +00001357 - Added new Arm® Neon™ assembly kernels for GEMMLowp, SGEMM and HGEMM
Gian Marcoff850932017-12-11 12:37:17 +00001358 - Added validation method for most Machine Learning kernels / functions
1359 - Added new graph examples such as googlenet, mobilenet, squeezenet, vgg16 and vgg19
1360 - Added sgemm example for OpenCL
1361 - Added absolute difference example for GLES compute
1362 - Added new tests and benchmarks in validation and benchmark frameworks
1363 - Added new kernels / functions for GLES compute
1364
1365 - New OpenGL ES kernels / functions
Manuel Bottiniceaa0bf2021-02-16 15:15:19 +00001366 - GCAbsoluteDifferenceKernel / GCAbsoluteDifference
1367 - GCActivationLayerKernel / GCActivationLayer
1368 - GCBatchNormalizationLayerKernel / GCBatchNormalizationLayer
1369 - GCCol2ImKernel
1370 - GCDepthConcatenateLayerKernel / GCDepthConcatenateLayer
1371 - GCDirectConvolutionLayerKernel / GCDirectConvolutionLayer
1372 - GCDropoutLayerKernel / GCDropoutLayer
1373 - GCFillBorderKernel / GCFillBorder
1374 - GCGEMMInterleave4x4Kernel / GCGEMMInterleave4x4
1375 - GCGEMMMatrixAccumulateBiasesKernel / GCGEMMMatrixAdditionKernel / GCGEMMMatrixMultiplyKernel / GCGEMM
1376 - GCGEMMTranspose1xWKernel / GCGEMMTranspose1xW
1377 - GCIm2ColKernel
1378 - GCNormalizationLayerKernel / GCNormalizationLayer
1379 - GCPixelWiseMultiplicationKernel / GCPixelWiseMultiplication
1380 - GCPoolingLayerKernel / GCPoolingLayer
1381 - GCLogits1DMaxKernel / GCLogits1DShiftExpSumKernel / GCLogits1DNormKernel / GCSoftmaxLayer
1382 - GCTransposeKernel / GCTranspose
Gian Marcoff850932017-12-11 12:37:17 +00001383
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +00001384 - New Arm® Neon™ kernels / functions
Pablo Telloeb82fd22018-02-23 13:43:50 +00001385 - arm_compute::NEGEMMLowpAArch64A53Kernel / arm_compute::NEGEMMLowpAArch64Kernel / arm_compute::NEGEMMLowpAArch64V8P4Kernel / arm_compute::NEGEMMInterleavedBlockedKernel / arm_compute::NEGEMMLowpAssemblyMatrixMultiplyCore
1386 - arm_compute::NEHGEMMAArch64FP16Kernel
Georgios Pinitas7d0adc62020-09-04 15:25:24 +01001387 - NEDepthwiseConvolutionLayer3x3Kernel / NEDepthwiseIm2ColKernel / NEGEMMMatrixVectorMultiplyKernel / NEDepthwiseVectorToTensorKernel / @ref NEDepthwiseConvolutionLayer
Manuel Bottinicfac51c2021-06-18 15:47:28 +01001388 - NEGEMMLowpOffsetContributionKernel / NEGEMMLowpMatrixAReductionKernel / NEGEMMLowpMatrixBReductionKernel / NEGEMMLowpMatrixMultiplyCore
Manuel Bottiniae58bdf2021-06-17 17:18:45 +01001389 - NEGEMMLowpQuantizeDownInt32ToUint8ScaleByFixedPointKernel / NEGEMMLowpQuantizeDownInt32ToUint8ScaleByFixedPoint
Georgios Pinitas9fb11592018-04-26 20:34:58 +01001390 - NEWinogradLayer / NEWinogradLayerKernel
Gian Marcoff850932017-12-11 12:37:17 +00001391
1392 - New OpenCL kernels / functions
Georgios Pinitas4a578b92021-06-25 12:13:49 +01001393 - CLGEMMLowpOffsetContributionKernel / CLGEMMLowpMatrixAReductionKernel / CLGEMMLowpMatrixBReductionKernel / CLGEMMLowpMatrixMultiplyCore
1394 - CLGEMMLowpQuantizeDownInt32ToUint8ScaleByFixedPointKernel / CLGEMMLowpQuantizeDownInt32ToUint8ScaleByFixedPoint
Gian Marcoff850932017-12-11 12:37:17 +00001395
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +00001396 - New graph nodes for Arm® Neon™ and OpenCL
Georgios Pinitasd9eb2752018-04-03 13:44:29 +01001397 - graph::BranchLayer
1398 - graph::DepthConvertLayer
1399 - graph::DepthwiseConvolutionLayer
1400 - graph::DequantizationLayer
1401 - graph::FlattenLayer
1402 - graph::QuantizationLayer
1403 - graph::ReshapeLayer
Gian Marcoff850932017-12-11 12:37:17 +00001404
Anthony Barbier3c5b4ff2017-10-12 13:20:52 +01001405v17.10 Public maintenance release
1406 - Bug fixes:
1407 - Check the maximum local workgroup size supported by OpenCL devices
1408 - Minor documentation updates (Fixed instructions to build the examples)
Anthony Barbier3762e742018-03-02 11:49:33 +00001409 - Introduced a graph::GraphContext
Anthony Barbier3c5b4ff2017-10-12 13:20:52 +01001410 - Added a few new Graph nodes, support for branches and grouping.
1411 - Automatically enable cl_printf in debug builds
1412 - Fixed bare metal builds for armv7a
1413 - Added AlexNet and cartoon effect examples
1414 - Fixed library builds: libraries are no longer built as supersets of each other.(It means application using the Runtime part of the library now need to link against both libarm_compute_core and libarm_compute)
1415
Anthony Barbier6a5627a2017-09-26 14:42:02 +01001416v17.09 Public major release
1417 - Experimental Graph support: initial implementation of a simple stream API to easily chain machine learning layers.
Anthony Barbier3762e742018-03-02 11:49:33 +00001418 - Memory Manager (@ref BlobLifetimeManager, @ref BlobMemoryPool, @ref ILifetimeManager, @ref IMemoryGroup, @ref IMemoryManager, @ref IMemoryPool, @ref IPoolManager, @ref MemoryManagerOnDemand, @ref PoolManager)
Anthony Barbier6a5627a2017-09-26 14:42:02 +01001419 - New validation and benchmark frameworks (Boost and Google frameworks replaced by homemade framework).
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +00001420 - Most machine learning functions support both fixed point 8 and 16 bit (QS8, QS16) for both Arm® Neon™ and OpenCL.
1421 - New Arm® Neon™ kernels / functions:
Pablo Telloeb82fd22018-02-23 13:43:50 +00001422 - arm_compute::NEGEMMAssemblyBaseKernel arm_compute::NEGEMMAArch64Kernel
Manuel Bottini00f4dfc2021-03-10 09:55:14 +00001423 - NEDequantizationLayerKernel / @ref NEDequantizationLayer
Georgios Pinitas70eb53b2021-01-06 19:42:21 +00001424 - NEFloorKernel / @ref NEFloor
Anthony Barbier3762e742018-03-02 11:49:33 +00001425 - @ref NEL2NormalizeLayerKernel / @ref NEL2NormalizeLayer
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001426 - NEQuantizationLayerKernel NEMinMaxLayerKernel / @ref NEQuantizationLayer
Anthony Barbier3762e742018-03-02 11:49:33 +00001427 - @ref NEROIPoolingLayerKernel / @ref NEROIPoolingLayer
1428 - @ref NEReductionOperationKernel / @ref NEReductionOperation
Georgios Pinitas0f7ef8a2021-01-10 04:23:52 +00001429 - NEReshapeLayerKernel / @ref NEReshapeLayer
Anthony Barbier6a5627a2017-09-26 14:42:02 +01001430
1431 - New OpenCL kernels / functions:
Gian Marco Iodice8155c022021-04-16 15:08:59 +01001432 - CLDepthwiseConvolutionLayer3x3NCHWKernel CLDepthwiseConvolutionLayer3x3NHWCKernel CLDepthwiseIm2ColKernel CLDepthwiseVectorToTensorKernel CLDepthwiseWeightsReshapeKernel / CLDepthwiseConvolutionLayer3x3 @ref CLDepthwiseConvolutionLayer CLDepthwiseSeparableConvolutionLayer
Manuel Bottini9e73c932021-03-02 17:40:42 +00001433 - CLDequantizationLayerKernel / CLDequantizationLayer
Sheri Zhang1efed922021-03-10 22:43:38 +00001434 - CLDirectConvolutionLayerKernel / @ref CLDirectConvolutionLayer
Georgios Pinitase2696b12020-12-03 20:37:43 +00001435 - CLFlattenLayer
Georgios Pinitasf47f7182021-01-15 09:29:50 +00001436 - CLFloorKernel / @ref CLFloor
Gian Marco Iodice5fc07aa2019-05-15 17:08:02 +01001437 - CLGEMMTranspose1xW
Michele Di Giorgioee82d342021-01-05 16:14:28 +00001438 - CLGEMMMatrixVectorMultiplyKernel
Anthony Barbier3762e742018-03-02 11:49:33 +00001439 - @ref CLL2NormalizeLayerKernel / @ref CLL2NormalizeLayer
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001440 - CLQuantizationLayerKernel CLMinMaxLayerKernel / @ref CLQuantizationLayer
Anthony Barbier3762e742018-03-02 11:49:33 +00001441 - @ref CLROIPoolingLayerKernel / @ref CLROIPoolingLayer
1442 - @ref CLReductionOperationKernel / @ref CLReductionOperation
Sheri Zhang7e20e292021-02-02 11:49:34 +00001443 - CLReshapeLayerKernel / @ref CLReshapeLayer
Anthony Barbier6a5627a2017-09-26 14:42:02 +01001444
Anthony Barbier6ff3b192017-09-04 18:44:23 +01001445v17.06 Public major release
1446 - Various bug fixes
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +00001447 - Added support for fixed point 8 bit (QS8) to the various Arm® Neon™ machine learning kernels.
Anthony Barbier6ff3b192017-09-04 18:44:23 +01001448 - Added unit tests and benchmarks (AlexNet, LeNet)
1449 - Added support for sub tensors.
1450 - Added infrastructure to provide GPU specific optimisation for some OpenCL kernels.
Sheri Zhangac6499a2021-02-10 15:32:38 +00001451 - Added @ref OMPScheduler (OpenMP) scheduler for Neon
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +00001452 - Added @ref SingleThreadScheduler scheduler for Arm® Neon™ (For bare metal)
ramelg01b2eba7f2021-12-23 08:32:08 +00001453 - User can specify their own scheduler by implementing the @ref IScheduler interface.
Anthony Barbier6ff3b192017-09-04 18:44:23 +01001454 - New OpenCL kernels / functions:
Anthony Barbier3762e742018-03-02 11:49:33 +00001455 - @ref CLBatchNormalizationLayerKernel / @ref CLBatchNormalizationLayer
Michele Di Giorgio7d61ff02021-01-18 21:15:59 +00001456 - CLDepthConcatenateLayerKernel / CLDepthConcatenateLayer
Michalis Spyrou473cb012021-02-23 11:48:12 +00001457 - CLHOGOrientationBinningKernel CLHOGBlockNormalizationKernel, CLHOGDetectorKernel / CLHOGDescriptor CLHOGDetector CLHOGGradient CLHOGMultiDetection
Georgios Pinitas96b16b62020-12-01 17:41:34 +00001458 - CLLocallyConnectedMatrixMultiplyKernel / CLLocallyConnectedLayer
Manuel Bottinid87aded2021-07-16 10:23:31 +01001459 - CLWeightsReshapeKernel / CLConvolutionLayerReshapeWeights
Anthony Barbier6ff3b192017-09-04 18:44:23 +01001460 - New C++ kernels:
Georgios Pinitasc6f95102021-03-30 10:03:01 +01001461 - CPPDetectionWindowNonMaximaSuppressionKernel
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +00001462 - New Arm® Neon™ kernels / functions:
Anthony Barbier3762e742018-03-02 11:49:33 +00001463 - @ref NEBatchNormalizationLayerKernel / @ref NEBatchNormalizationLayer
Michele Di Giorgiobd2c8e12021-01-19 15:29:02 +00001464 - NEDepthConcatenateLayerKernel / NEDepthConcatenateLayer
Manuel Bottini327225d2021-04-13 13:09:30 +01001465 - NEDirectConvolutionLayerKernel / @ref NEDirectConvolutionLayer
Georgios Pinitas96b16b62020-12-01 17:41:34 +00001466 - NELocallyConnectedMatrixMultiplyKernel / NELocallyConnectedLayer
Manuel Bottini29599d02021-07-06 15:01:35 +01001467 - NEWeightsReshapeKernel / NEConvolutionLayerReshapeWeights
Anthony Barbier6ff3b192017-09-04 18:44:23 +01001468
1469v17.05 Public bug fixes release
1470 - Various bug fixes
1471 - Remaining of the functions ported to use accurate padding.
1472 - Library does not link against OpenCL anymore (It uses dlopen / dlsym at runtime instead to determine whether or not OpenCL is available).
1473 - Added "free" method to allocator.
1474 - Minimum version of g++ required for armv7 Linux changed from 4.8 to 4.9
1475
1476v17.04 Public bug fixes release
1477
1478 The following functions have been ported to use the new accurate padding:
Michalis Spyrou473cb012021-02-23 11:48:12 +00001479 - CLColorConvertKernel
1480 - CLEdgeNonMaxSuppressionKernel
1481 - CLEdgeTraceKernel
1482 - CLGaussianPyramidHorKernel
1483 - CLGaussianPyramidVertKernel
1484 - CLGradientKernel
Michalis Spyrou27e67f02021-02-16 11:34:39 +00001485 - NEChannelCombineKernel
Georgios Pinitasc6f95102021-03-30 10:03:01 +01001486 - NEFillArrayKernel
Michalis Spyrou27e67f02021-02-16 11:34:39 +00001487 - NEGaussianPyramidHorKernel
1488 - NEGaussianPyramidVertKernel
Georgios Pinitas09d34512018-08-30 16:02:11 +01001489 - NEHarrisScoreFP16Kernel
Michalis Spyrou27e67f02021-02-16 11:34:39 +00001490 - NEHarrisScoreKernel
1491 - NEHOGDetectorKernel
Michalis Spyrou373b4072021-01-20 16:41:12 +00001492 - NELogits1DMaxKernel
Anthony Barbier3762e742018-03-02 11:49:33 +00001493 - NELogits1DShiftExpSumKernel
1494 - NELogits1DNormKernel
Michalis Spyrou473cb012021-02-23 11:48:12 +00001495 - NENonMaximaSuppression3x3FP16Kernel
1496 - NENonMaximaSuppression3x3Kernel
Anthony Barbier6ff3b192017-09-04 18:44:23 +01001497
Anthony Barbier6ff3b192017-09-04 18:44:23 +01001498v17.03.1 First Major public release of the sources
1499 - Renamed the library to arm_compute
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +00001500 - New CPP target introduced for C++ kernels shared between Arm® Neon™ and CL functions.
Anthony Barbier6ff3b192017-09-04 18:44:23 +01001501 - New padding calculation interface introduced and ported most kernels / functions to use it.
1502 - New OpenCL kernels / functions:
Gian Marco Iodiceeb65f6d2020-04-15 11:42:15 +01001503 - CLGEMMLowpMatrixMultiplyKernel / CLGEMMLowp
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +00001504 - New Arm® Neon™ kernels / functions:
Anthony Barbier3762e742018-03-02 11:49:33 +00001505 - @ref NENormalizationLayerKernel / @ref NENormalizationLayer
Teresa Charlind1dc09c2021-03-04 15:24:45 +00001506 - NETransposeKernel / @ref NETranspose
Michalis Spyrou373b4072021-01-20 16:41:12 +00001507 - NELogits1DMaxKernel, NELogits1DShiftExpSumKernel, NELogits1DNormKernel / @ref NESoftmaxLayer
Manuel Bottini24b89202021-07-01 18:13:33 +01001508 - NEIm2ColKernel, NECol2ImKernel, NEConvolutionLayerWeightsReshapeKernel / @ref NEConvolutionLayer
Michele Di Giorgiof22f6722020-07-03 16:29:24 +01001509 - NEGEMMMatrixAccumulateBiasesKernel / @ref NEFullyConnectedLayer
Manuel Bottinicfac51c2021-06-18 15:47:28 +01001510 - NEGEMMLowpMatrixMultiplyKernel / NEGEMMLowp
Anthony Barbier6ff3b192017-09-04 18:44:23 +01001511
1512v17.03 Sources preview
1513 - New OpenCL kernels / functions:
Michalis Spyrou473cb012021-02-23 11:48:12 +00001514 - CLGradientKernel, CLEdgeNonMaxSuppressionKernel, CLEdgeTraceKernel / CLCannyEdge
Georgios Pinitas856f66e2021-04-22 21:13:21 +01001515 - GEMM refactoring + FP16 support: CLGEMMInterleave4x4Kernel, CLGEMMTranspose1xWKernel, CLGEMMMatrixMultiplyKernel, CLGEMMMatrixAdditionKernel / @ref CLGEMM
Michele Di Giorgiof6f78762020-07-06 11:27:21 +01001516 - CLGEMMMatrixAccumulateBiasesKernel / @ref CLFullyConnectedLayer
Teresa Charlin27886092021-02-25 20:15:01 +00001517 - CLTransposeKernel / @ref CLTranspose
Georgios Pinitasc6f95102021-03-30 10:03:01 +01001518 - CLLKTrackerInitKernel, CLLKTrackerStage0Kernel, CLLKTrackerStage1Kernel, CLLKTrackerFinalizeKernel / CLOpticalFlow
Anthony Barbier3762e742018-03-02 11:49:33 +00001519 - @ref CLNormalizationLayerKernel / @ref CLNormalizationLayer
Michalis Spyrou473cb012021-02-23 11:48:12 +00001520 - CLLaplacianPyramid, CLLaplacianReconstruct
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +00001521 - New Arm® Neon™ kernels / functions:
Michele Di Giorgiobd2c8e12021-01-19 15:29:02 +00001522 - NEActivationLayerKernel / @ref NEActivationLayer
Michele Di Giorgio93b75e02021-06-21 12:00:43 +01001523 - GEMM refactoring + FP16 support (Requires armv8.2 CPU): NEGEMMInterleave4x4Kernel, NEGEMMTranspose1xWKernel, NEGEMMMatrixMultiplyKernel, NEGEMMMatrixAdditionKernel / @ref NEGEMM
Michele Di Giorgio19289042021-02-03 16:05:00 +00001524 - NEPoolingLayerKernel / @ref NEPoolingLayer
Anthony Barbier6ff3b192017-09-04 18:44:23 +01001525
1526v17.02.1 Sources preview
1527 - New OpenCL kernels / functions:
Sang-Hoon Park201e0fe2021-01-27 13:14:56 +00001528 - CLLogits1DMaxKernel, CLLogits1DShiftExpSumKernel, CLLogits1DNormKernel / @ref CLSoftmaxLayer
Michele Di Giorgioe1314662021-02-01 17:09:32 +00001529 - CLPoolingLayerKernel / @ref CLPoolingLayer
Manuel Bottinid844c082021-07-14 12:58:54 +01001530 - CLIm2ColKernel, CLCol2ImKernel, CLConvolutionLayerWeightsReshapeKernel / CLConvolutionLayer
Adnan AlSinan6863fa02022-02-04 13:04:55 +00001531 - CLRemapKernel / CLRemap
Michalis Spyrou473cb012021-02-23 11:48:12 +00001532 - CLGaussianPyramidHorKernel, CLGaussianPyramidVertKernel / CLGaussianPyramid, CLGaussianPyramidHalf, CLGaussianPyramidOrb
1533 - CLMinMaxKernel, CLMinMaxLocationKernel / CLMinMaxLocation
1534 - CLNonLinearFilterKernel / CLNonLinearFilter
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +00001535 - New Arm® Neon™ FP16 kernels (Requires armv8.2 CPU)
Michalis Spyrou27e67f02021-02-16 11:34:39 +00001536 - NEAccumulateWeightedFP16Kernel
1537 - NEBox3x3FP16Kernel
Michalis Spyrou473cb012021-02-23 11:48:12 +00001538 - NENonMaximaSuppression3x3FP16Kernel
Anthony Barbier6ff3b192017-09-04 18:44:23 +01001539
1540v17.02 Sources preview
1541 - New OpenCL kernels / functions:
Georgios Pinitasf47f7182021-01-15 09:29:50 +00001542 - CLActivationLayerKernel / @ref CLActivationLayer
Michalis Spyrou473cb012021-02-23 11:48:12 +00001543 - CLChannelCombineKernel / CLChannelCombine
1544 - CLDerivativeKernel / CLChannelExtract
1545 - CLFastCornersKernel / CLFastCorners
1546 - CLMeanStdDevKernel / CLMeanStdDev
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +00001547 - New Arm® Neon™ kernels / functions:
Michalis Spyrou27e67f02021-02-16 11:34:39 +00001548 - HOG / SVM: NEHOGOrientationBinningKernel, NEHOGBlockNormalizationKernel, NEHOGDetectorKernel, NEHOGNonMaximaSuppressionKernel / NEHOGDescriptor, NEHOGDetector, NEHOGGradient, NEHOGMultiDetection
1549 - NENonLinearFilterKernel / NENonLinearFilter
Anthony Barbier6ff3b192017-09-04 18:44:23 +01001550 - Introduced a CLScheduler to manage the default context and command queue used by the runtime library and create synchronisation events.
1551 - Switched all the kernels / functions to use tensors instead of images.
1552 - Updated documentation to include instructions to build the library from sources.
1553
1554v16.12 Binary preview release
1555 - Original release
1556
Sheri Zhangd813bab2021-04-30 16:53:41 +01001557 */
Ramy Elgammal0d274b72022-08-05 13:14:57 +01001558} // namespace arm_compute