blob: 2eb9aacce74388db78002b69bbc13c0d2dca4dd8 [file] [log] [blame]
Vidhya Sudhan Loganathand646ae12018-11-19 15:18:20 +00001///
Gian Marco Iodice716b1be2021-02-10 17:33:27 +00002/// Copyright (c) 2017-2021 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.
40
Sheri Zhangd813bab2021-04-30 16:53:41 +010041@section S2_2_changelog Changelog
Anthony Barbier6ff3b192017-09-04 18:44:23 +010042
Freddie Liardet77014ff2021-08-05 15:50:31 +010043v21.08 Public major release
44 - Various bug fixes.
45 - Various optimizations:
46 - Improve LWS (Local-Workgroup-Size) heuristic in OpenCL for GeMM, Direct Convolution and Winograd Transformations when OpenCL tuner is not used
47 - Improve QASYMM8/QSYMM8 performance on OpenCL for various Arm® Mali™ GPU architectures
48 - Add dynamic weights support in Fully connected layer (CPU/GPU)
49 - Various performance optimizations for floating-point data types (CPU/GPU)
50 - Add a reduced core library build arm_compute_core_v2
51 - Expose Operator API
52 - Support fat binary build for arm8.2-a via fat_binary build flag
53 - Add CPU discovery capabilities
54 - Add data type f16 support for:
55 - @ref CLRemapKernel
56 - Port the following functions to stateless API:
57 - @ref CLConvolutionLayer
58 - @ref CLFlattenLayer
59 - @ref CLFullyConnectedLayer
60 - @ref CLGEMM
61 - @ref CLGEMMConvolutionLayer
62 - @ref CLGEMMLowpMatrixMultiplyCore
63 - @ref CLWinogradConvolutionLayer
64 - @ref NEConvolutionLayer
65 - @ref NEFlattenLayer
66 - @ref NEFullyConnectedLayer
67 - @ref NEGEMM
68 - @ref NEGEMMConv2d
69 - @ref NEGEMMConvolutionLayer
70 - @ref NEGEMMLowpMatrixMultiplyCore
71 - @ref NEWinogradConvolutionLayer
72 - Remove the following functions:
73 - CLWinogradInputTransform
74 - Remove CLCoreRuntimeContext
75 - Remove ICPPSimpleKernel
76 - Rename file arm_compute/runtime/CL/functions/CLElementWiseUnaryLayer.h to arm_compute/runtime/CL/functions/CLElementwiseUnaryLayer.h
77
Michalis Spyrou27e67f02021-02-16 11:34:39 +000078v21.05 Public major release
Sheri Zhangc2bed952021-05-06 12:12:38 +010079 - Various bug fixes.
80 - Various optimisations.
81 - Various documentation updates:
Jakub Sujakee301b32021-06-04 09:46:08 +010082 - Add supported operators and corresponding Android NNAPI operators.
83 - Documentation reorg into user guide and contributor guide.
Sheri Zhangc2bed952021-05-06 12:12:38 +010084 - Add support for a global allocator for OpenCL tensors
85 - Add experimental support for [CLVK](https://github.com/kpet/clvk).
86 - Add data type S32 support for:
87 - @ref opencl::kernels::ClArithmeticKernel
88 - Add data type QASYMM8 support for:
89 - @ref CLROIPoolingLayer
90 - @ref CLROIPoolingLayerKernel
91 - @ref NEROIPoolingLayer
92 - @ref NEROIPoolingLayerKernel
93 - Add per-channel quantization support for:
94 - @ref CLDeconvolutionLayer
95 - @ref CLDirectDeconvolutionLayer
96 - @ref NEConvolutionLayer
97 - @ref NEDeconvolutionLayer
98 - Remove padding from OpenCL kernels:
99 - @ref CLL2NormalizeLayerKernel
Gian Marco Iodice8155c022021-04-16 15:08:59 +0100100 - CLDepthwiseConvolutionLayer3x3NHWCKernel
Sheri Zhangc2bed952021-05-06 12:12:38 +0100101 - @ref CLNormalizationLayerKernel
102 - @ref CLNormalizePlanarYUVLayerKernel
103 - @ref opencl::kernels::ClMulKernel
104 - @ref CLReductionOperationKernel
105 - @ref CLROIPoolingLayerKernel
106 - Remove computer vision support from Arm® Neon™ backend
107 - Remove the following functions:
Michalis Spyrou27e67f02021-02-16 11:34:39 +0000108 - NEAbsoluteDifference
109 - NEAccumulate
110 - NEBox3x3
111 - NECannyEdge
112 - NEChannelCombine
113 - NEChannelExtract
114 - NEColorConvert
Michalis Spyrou473cb012021-02-23 11:48:12 +0000115 - NEConvolution
Michalis Spyrou27e67f02021-02-16 11:34:39 +0000116 - NEDerivative
117 - NEDilate
118 - NEEqualizeHistogram
119 - NEErode
120 - NEFastCorners
121 - NEGaussian3x3
122 - NEGaussian5x5
123 - NEGaussianPyramid
124 - NEHOGDescriptor
125 - NEHOGDetector
126 - NEHOGGradient
127 - NEHOGMultiDetection
128 - NEHarrisCorners
129 - NEHistogram
130 - NEIntegralImage
131 - NELaplacianPyramid
132 - NELaplacianReconstruct
133 - NEMagnitude
134 - NEMeanStdDev
135 - NEMedian3x3
136 - NEMinMaxLocation
137 - NENonLinearFilter
138 - NEOpticalFlow
139 - NEPhase
Michalis Spyrou27e67f02021-02-16 11:34:39 +0000140 - NEScharr3x3
141 - NESobel3x3
142 - NESobel5x5
143 - NESobel7x7
144 - NETableLookup
145 - NEThreshold
146 - NEWarpAffine
Michalis Spyrou473cb012021-02-23 11:48:12 +0000147 - NEWarpPerspectiveKernel
Michalis Spyrou473cb012021-02-23 11:48:12 +0000148 - Remove all GLES kernels / functions / tests / examples
Sheri Zhangc2bed952021-05-06 12:12:38 +0100149 - Remove computer vision support from CL backend
150 - Remove the following functions:
Michalis Spyrou473cb012021-02-23 11:48:12 +0000151 - CLAbsoluteDifference
152 - CLAccumulate
153 - CLBox3x3
154 - CLCannyEdge
155 - CLChannelCombine
156 - CLChannelExtract
157 - CLColorConvert
158 - CLConvolution
159 - CLDerivative
160 - CLDilate
161 - CLEqualizeHistogram
162 - CLErode
163 - CLFastCorners
164 - CLGaussian3x3
165 - CLGaussian5x5
166 - CLGaussianPyramid
167 - CLHOGDescriptor
168 - CLHOGDetector
169 - CLHOGGradient
170 - CLHOGMultiDetection
171 - CLHarrisCorners
172 - CLHistogram
173 - CLIntegralImage
174 - CLLaplacianPyramid
175 - CLLaplacianReconstruct
176 - CLMagnitude
177 - CLMeanStdDev
178 - CLMedian3x3
179 - CLMinMaxLocation
180 - CLNonLinearFilter
181 - CLOpticalFlow
182 - CLPhase
183 - CLScharr3x3
184 - CLSobel3x3
185 - CLSobel5x5
186 - CLSobel7x7
187 - CLTableLookup
188 - CLThreshold
189 - CLWarpAffine
190 - CLWarpPerspective
191
Georgios Pinitas40f51a62020-11-21 03:04:18 +0000192v21.02 Public major release
Sheri Zhangda6a6eb2021-01-06 11:15:06 +0000193 - Various bug fixes.
194 - Various optimisations.
Georgios Pinitas45514032020-12-30 00:03:09 +0000195 - Upgrade C++ standard to C++14
196 - Add macOS support
Giorgio Arena1055dc12021-02-19 09:53:06 +0000197 - Add Armv8-R AArch64 architecture support
Sheri Zhangda6a6eb2021-01-06 11:15:06 +0000198 - Add SVE/SVE2 support for:
Manuel Bottini10b38262021-02-19 18:16:44 +0000199 - NEScaleKernel
Sheri Zhangda6a6eb2021-01-06 11:15:06 +0000200 - @ref NEActivationLayer
201 - @ref NEArithmeticAddition
202 - @ref NEBatchNormalizationLayerKernel
Giorgio Arena1055dc12021-02-19 09:53:06 +0000203 - @ref cpu::kernels::CpuLogits1DSoftmaxKernel
204 - @ref cpu::kernels::CpuLogits1DMaxKernel
205 - @ref cpu::kernels::CpuElementwiseUnaryKernel
Sheri Zhangdda69142021-02-01 19:06:57 +0000206 - Remove padding from OpenCL kernels:
Sheri Zhang1efed922021-03-10 22:43:38 +0000207 - CLDirectConvolutionLayerKernel
Sheri Zhangdda69142021-02-01 19:06:57 +0000208 - @ref CLArgMinMaxLayerKernel
209 - @ref CLPadLayerKernel
210 - @ref CLROIAlignLayerKernel
211 - @ref CLRangeKernel
Manuel Bottini3b131ab2021-02-19 18:16:44 +0000212 - CLScaleKernel
Sheri Zhangdda69142021-02-01 19:06:57 +0000213 - @ref CLSelectKernel
214 - @ref CLBitwiseKernel
Giorgio Arena1055dc12021-02-19 09:53:06 +0000215 - @ref opencl::kernels::ClFloorKernel
Teresa Charlin27886092021-02-25 20:15:01 +0000216 - CLTransposeKernel
Giorgio Arena5b50f422021-02-17 11:43:05 +0000217 - Deprecate functions in CLTuner:
218 - add_lws_to_table
219 - import_lws_table
220 - lws_table
Sheri Zhangda6a6eb2021-01-06 11:15:06 +0000221 - Remove functions:
Georgios Pinitas96b16b62020-12-01 17:41:34 +0000222 - NELocallyConnectedLayer / CLLocallyConnectedLayer
Georgios Pinitasf7c5a412020-12-03 14:38:33 +0000223 - NEIm2Col
224 - NECol2Im
225 - NEGEMMInterleave4x4
226 - NEGEMMTranspose1xW
Georgios Pinitas8c3c0e72020-12-03 20:11:53 +0000227 - NEComputeAllAnchors / CLComputeAllAnchors
Georgios Pinitasec2256b2020-12-03 18:51:58 +0000228 - NEGEMMAssemblyDispatch
Georgios Pinitasc53266e2020-12-09 03:11:53 +0000229 - NEUpsampleLayer / CLUpsampleLayer
Sheri Zhangda6a6eb2021-01-06 11:15:06 +0000230 - Remove kernels:
Georgios Pinitasd308df32020-12-01 16:56:36 +0000231 - NEGEMMMatrixVectorMultiplyKernel
Georgios Pinitas96b16b62020-12-01 17:41:34 +0000232 - NELocallyConnectedMatrixMultiplyKernel / CLLocallyConnectedMatrixMultiplyKernel
Georgios Pinitasc53266e2020-12-09 03:11:53 +0000233 - NEUpsampleLayerKernel / CLUpsampleLayerKernel
Gian Marco Iodicef5aad512021-02-08 17:34:40 +0000234 - Extend OpenCL tuner with workgroup batch size support
235 - 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 +0000236 - Add functionality to load the OpenCL GEMM heuristics at runtime
237 - The GEMM heuristic file (MLGO) can be used to update the default GEMM heuristics available for OpenCL
Giorgio Arenacd7d1782021-02-22 14:58:37 +0000238 - 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 +0100239 - Note: data-type decoupling is in progress and experimental. Warning of unused symbols might be raised
Georgios Pinitas40f51a62020-11-21 03:04:18 +0000240
SiCong Li96209c72020-08-21 12:28:30 +0100241v20.11 Public major release
morgolock70b1eb82020-11-24 13:54:19 +0000242 - Various bug fixes.
243 - Various optimisations.
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +0000244 - 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 +0000245 This is planned to be resolved in 21.02 release.
morgolock70b1eb82020-11-24 13:54:19 +0000246 - Added new data type QASYMM8_SIGNED support for @ref NEROIAlignLayer.
SiCong Li903f8cc2020-08-27 10:17:10 +0100247 - Added new data type S32 support for:
Michele Di Giorgiobd2c8e12021-01-19 15:29:02 +0000248 - NEArithmeticSubtraction
249 - NEArithmeticSubtractionKernel
SiCong Libb88f892020-08-28 11:18:47 +0100250 - @ref NEPixelWiseMultiplication
Sheri Zhang1e3ab422021-03-16 17:35:08 +0000251 - NEPixelWiseMultiplicationKernel
Sang-Hoon Park63001ac2021-01-18 14:20:27 +0000252 - NEElementwiseDivision
253 - NEDivisionOperationKernel
SiCong Li96209c72020-08-21 12:28:30 +0100254 - Interface change
255 - Properly support softmax axis to have the same meaning as other major frameworks. That is, axis now defines the dimension
256 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.
257 The supported value range of axis is [-rank, rank).
258 This change applies to the following functions:
259 - @ref NESoftmaxLayer
260 - @ref NELogSoftmaxLayer
261 - @ref CLSoftmaxLayer
262 - @ref CLLogSoftmaxLayer
Manuel Bottiniceaa0bf2021-02-16 15:15:19 +0000263 - GCSoftmaxLayer
Sheri Zhang824061d2020-10-26 15:46:37 +0000264 - New OpenCL kernels / functions:
Georgios Pinitas4a578b92021-06-25 12:13:49 +0100265 - CLGEMMLowpQuantizeDownInt32ScaleByFixedPointKernel
morgolock0e728492020-11-20 11:03:33 +0000266 - @ref CLLogicalNot
267 - @ref CLLogicalAnd
268 - @ref CLLogicalOr
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +0000269 - New Arm® Neon™ kernels / functions:
morgolock0e728492020-11-20 11:03:33 +0000270 - @ref NELogicalNot
271 - @ref NELogicalAnd
272 - @ref NELogicalOr
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +0000273 - Removed padding from Arm® Neon™ kernels:
Sheri Zhang1e3ab422021-03-16 17:35:08 +0000274 - NEComplexPixelWiseMultiplicationKernel
Michalis Spyrou473cb012021-02-23 11:48:12 +0000275 - NENonMaximaSuppression3x3Kernel
276 - @ref NERemapKernel
Michele Di Giorgio93b75e02021-06-21 12:00:43 +0100277 - NEGEMMInterleave4x4Kernel
Manuel Bottini327225d2021-04-13 13:09:30 +0100278 - NEDirectConvolutionLayerKernel
Manuel Bottini10b38262021-02-19 18:16:44 +0000279 - NEScaleKernel
Georgios Pinitas96b16b62020-12-01 17:41:34 +0000280 - NELocallyConnectedMatrixMultiplyKernel
Manuel Bottinicfac51c2021-06-18 15:47:28 +0100281 - NEGEMMLowpOffsetContributionKernel
Michele Di Giorgio93b75e02021-06-21 12:00:43 +0100282 - NEGEMMTranspose1xWKernel
Michele Di Giorgio19289042021-02-03 16:05:00 +0000283 - NEPoolingLayerKernel
Michalis Spyrou473cb012021-02-23 11:48:12 +0000284 - NEConvolutionKernel
Michalis Spyrou60c3b0e2021-04-08 12:02:58 +0100285 - NEDepthwiseConvolutionLayerNativeKernel
Manuel Bottinicfac51c2021-06-18 15:47:28 +0100286 - NEGEMMLowpMatrixMultiplyKernel
Michele Di Giorgio53832b22021-06-21 14:45:44 +0100287 - NEGEMMMatrixMultiplyKernel
Manuel Bottini327225d2021-04-13 13:09:30 +0100288 - NEDirectConvolutionLayerOutputStageKernel
Sheri Zhanged367132020-10-08 15:46:16 +0100289 - @ref NEReductionOperationKernel
Manuel Bottinicfac51c2021-06-18 15:47:28 +0100290 - NEGEMMLowpMatrixAReductionKernel
291 - NEGEMMLowpMatrixBReductionKernel
Sheri Zhang824061d2020-10-26 15:46:37 +0000292 - Removed padding from OpenCL kernels:
Michele Di Giorgio7d61ff02021-01-18 21:15:59 +0000293 - CLBatchConcatenateLayerKernel
Michele Di Giorgio1e0208a2021-01-22 15:42:59 +0000294 - CLElementwiseOperationKernel
Sheri Zhang824061d2020-10-26 15:46:37 +0000295 - @ref CLBatchNormalizationLayerKernel
Michele Di Giorgioe1314662021-02-01 17:09:32 +0000296 - CLPoolingLayerKernel
Manuel Bottinic6f4ec32021-05-18 18:41:56 +0100297 - CLWinogradInputTransformKernel
Georgios Pinitas4a578b92021-06-25 12:13:49 +0100298 - CLGEMMLowpMatrixMultiplyNativeKernel
299 - CLGEMMLowpMatrixAReductionKernel
300 - CLGEMMLowpMatrixBReductionKernel
301 - CLGEMMLowpOffsetContributionOutputStageKernel
302 - CLGEMMLowpOffsetContributionKernel
Manuel Bottinic6f4ec32021-05-18 18:41:56 +0100303 - CLWinogradOutputTransformKernel
Georgios Pinitas4a578b92021-06-25 12:13:49 +0100304 - CLGEMMLowpMatrixMultiplyReshapedKernel
Sheri Zhang824061d2020-10-26 15:46:37 +0000305 - @ref CLFuseBatchNormalizationKernel
306 - @ref CLDepthwiseConvolutionLayerNativeKernel
Georgios Pinitas11d84152021-04-28 10:20:18 +0100307 - CLDepthConvertLayerKernel
Sheri Zhang7e20e292021-02-02 11:49:34 +0000308 - CLCopyKernel
Gian Marco Iodice8155c022021-04-16 15:08:59 +0100309 - CLDepthwiseConvolutionLayer3x3NHWCKernel
Georgios Pinitasf47f7182021-01-15 09:29:50 +0000310 - CLActivationLayerKernel
Manuel Bottinic6f4ec32021-05-18 18:41:56 +0100311 - CLWinogradFilterTransformKernel
Michele Di Giorgio7d61ff02021-01-18 21:15:59 +0000312 - CLWidthConcatenateLayerKernel
313 - CLWidthConcatenate4TensorsKernel
314 - CLWidthConcatenate2TensorsKernel
Sang-Hoon Park201e0fe2021-01-27 13:14:56 +0000315 - CLLogits1DMaxShiftExpSumKernel
316 - CLLogits1DNormKernel
Michele Di Giorgio7d61ff02021-01-18 21:15:59 +0000317 - CLHeightConcatenateLayerKernel
Georgios Pinitas856f66e2021-04-22 21:13:21 +0100318 - CLGEMMMatrixMultiplyKernel
Georgios Pinitas4a578b92021-06-25 12:13:49 +0100319 - CLGEMMLowpQuantizeDownInt32ScaleKernel
320 - CLGEMMLowpQuantizeDownInt32ScaleByFloatKernel
321 - CLGEMMLowpMatrixMultiplyReshapedOnlyRHSKernel
Michele Di Giorgio7d61ff02021-01-18 21:15:59 +0000322 - CLDepthConcatenateLayerKernel
Georgios Pinitas4a578b92021-06-25 12:13:49 +0100323 - CLGEMMLowpQuantizeDownInt32ScaleByFixedPointKernel
Sheri Zhang824061d2020-10-26 15:46:37 +0000324 - Removed OpenCL kernels / functions:
325 - CLGEMMLowpQuantizeDownInt32ToInt16ScaleByFixedPointKernel
326 - CLGEMMLowpQuantizeDownInt32ToInt8ScaleByFixedPointKernel
327 - CLGEMMLowpQuantizeDownInt32ToUint8ScaleByFixedPointKernel
morgolock00c76012020-11-06 10:40:12 +0000328 - 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 +0100329 - CLLocallyConnectedLayer
330 - CLLocallyConnectedMatrixMultiplyKernel
morgolock00c76012020-11-06 10:40:12 +0000331 - CLAbsoluteDifference
332 - CLAbsoluteDifferenceKernel
333 - CLAccumulate
334 - CLAccumulateKernel
335 - CLAccumulateSquared
336 - CLAccumulateSquaredKernel
337 - CLAccumulateWeighted
338 - CLAccumulateWeightedKernel
339 - CLAccumulateWeightedFP16Kernel
340 - CLBox3x3
341 - CLBox3x3Kernel
342 - CLBox3x3FP16Kernel
343 - CLCannyEdge
344 - CLChannelCombine
345 - CLChannelCombineKernel
346 - CLChannelExtract
347 - CLChannelExtractKernel
348 - CLColorConvert
349 - CLColorConvertKernel
350 - CLConvolution3x3
351 - CLConvolutionRectangle
352 - CLConvolutionRectangleKernel
353 - CLConvolutionSquare
354 - CLConvolutionKernel
355 - CLDerivative
356 - CLDerivativeKernel
357 - CLDilate
358 - CLDilateKernel
359 - CLEqualizeHistogram
360 - CLErode
361 - CLErodeKernel
362 - CLFastCorners
363 - CLFastCornersKernel
364 - CLGaussian3x3
365 - CLGaussian3x3Kernel
366 - CLGaussian5x5
367 - CLGaussian5x5HorKernel
368 - CLGaussian5x5VertKernel
369 - CLGaussianPyramid
370 - CLGaussianPyramidHalf
371 - CLGaussianPyramidOrb
372 - CLHarrisCorners
373 - CLHarrisScoreKernel
374 - CLHarrisScoreFP16Kernel
375 - CLHistogram
376 - CLHistogramKernel
377 - CLHOGOrientationBinningKernel
378 - CLHOGBlockNormalizationKernel
379 - CLHOGDetectorKernel
380 - CLHOGNonMaximaSuppressionKernel
381 - CLHOGDescriptor
382 - CLHOGDetector
383 - CLHOGGradient
384 - CLHOGMultiDetection
385 - CLHOGOrientationBinningKernel
386 - CLHOGBlockNormalizationKernel
387 - CLHOGDetectorKernel
388 - CLIntegralImage
389 - CLIntegralImageKernel
390 - CLLaplacianReconstruct
391 - CLLaplacianPyramid
392 - CLMagnitude
393 - CLMagnitudePhaseKernel
394 - CLMedian3x3
395 - CLMedian3x3Kernel
396 - CLMinMaxLocation
397 - CLMinMaxLocationKernel
398 - CLNonLinearFilter
399 - CLNonLinearFilterKernel
400 - CLNonMaximaSuppression3x3
401 - CLNonMaximaSuppression3x3FP16Kernel
402 - CLNonMaximaSuppression3x3Kernel
403 - CLOpticalFlow
404 - CLPhase
405 - CLRemap
406 - CLRemapKernel
407 - CLScharr3x3
408 - CLScharr3x3Kernel
409 - CLSobel3x3
410 - CLSobel3x3Kernel
411 - CLSobel5x5
412 - CLSobel5x5HorKernel
413 - CLSobel5x5VertKernel
414 - CLSobel7x7
415 - CLSobel7x7HorKernel
416 - CLSobel7x7VertKernel
417 - CLThreshold
418 - CLThresholdKernel
419 - CLWarpAffine
420 - CLWarpAffineKernel
421 - CLWarpPerspective
422 - CLWarpPerspectiveKernel
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +0000423 - 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 +0100424 - NELocallyConnectedLayer
425 - NELocallyConnectedMatrixMultiplyKernel
morgolock0c862652020-11-06 08:59:45 +0000426 - NEAbsoluteDifference
427 - NEAbsoluteDifferenceKernel
428 - NEAccumulate
429 - NEAccumulateKernel
430 - NEAccumulateSquared
431 - NEAccumulateSquaredKernel
432 - NEAccumulateWeighted
433 - NEAccumulateWeightedKernel
434 - NEAccumulateWeightedFP16Kernel
435 - NEBox3x3
436 - NEBox3x3Kernel
437 - NEBox3x3FP16Kernel
438 - NECannyEdge
439 - NEChannelCombine
440 - NEChannelCombineKernel
441 - NEChannelExtract
442 - NEChannelExtractKernel
443 - NEColorConvert
444 - NEColorConvertKernel
445 - NEConvolution3x3
446 - NEConvolutionRectangle
447 - NEConvolutionRectangleKernel
448 - NEConvolutionSquare
449 - NEConvolutionKernel
450 - NEDerivative
451 - NEDerivativeKernel
452 - NEDilate
453 - NEDilateKernel
454 - NEEqualizeHistogram
455 - NEErode
456 - NEErodeKernel
457 - NEFastCorners
458 - NEFastCornersKernel
459 - NEGaussian3x3
460 - NEGaussian3x3Kernel
461 - NEGaussian5x5
462 - NEGaussian5x5HorKernel
463 - NEGaussian5x5VertKernel
464 - NEGaussianPyramid
465 - NEGaussianPyramidHalf
466 - NEGaussianPyramidOrb
467 - NEHarrisCorners
468 - NEHarrisScoreKernel
469 - NEHarrisScoreFP16Kernel
470 - NEHistogram
471 - NEHistogramKernel
472 - NEHOGOrientationBinningKernel
473 - NEHOGBlockNormalizationKernel
474 - NEHOGDetectorKernel
475 - NEHOGNonMaximaSuppressionKernel
476 - NEHOGDescriptor
477 - NEHOGDetector
478 - NEHOGGradient
479 - NEHOGMultiDetection
480 - NEHOGOrientationBinningKernel
481 - NEHOGBlockNormalizationKernel
482 - NEHOGDetectorKernel
483 - NEIntegralImage
484 - NEIntegralImageKernel
485 - NELaplacianReconstruct
486 - NELaplacianPyramid
487 - NEMagnitude
488 - NEMagnitudePhaseKernel
489 - NEMedian3x3
490 - NEMedian3x3Kernel
491 - NEMinMaxLocation
492 - NEMinMaxLocationKernel
493 - NENonLinearFilter
494 - NENonLinearFilterKernel
495 - NENonMaximaSuppression3x3
496 - NENonMaximaSuppression3x3FP16Kernel
497 - NENonMaximaSuppression3x3Kernel
498 - NEOpticalFlow
499 - NEPhase
500 - NERemap
501 - NERemapKernel
502 - NEScharr3x3
503 - NEScharr3x3Kernel
504 - NESobel3x3
505 - NESobel3x3Kernel
506 - NESobel5x5
507 - NESobel5x5HorKernel
508 - NESobel5x5VertKernel
509 - NESobel7x7
510 - NESobel7x7HorKernel
511 - NESobel7x7VertKernel
512 - NEThreshold
513 - NEThresholdKernel
514 - NEWarpAffine
515 - NEWarpAffineKernel
516 - NEWarpPerspective
517 - NEWarpPerspectiveKernel
morgolockd6ee9ed2020-11-19 10:07:14 +0000518 - Deprecated GLES kernels / functions (If a kernel is used only by the function that is being deprecated, the kernel is deprecated together):
519 - GCAbsoluteDifference
520 - GCActivationLayer
521 - GCArithmeticAddition
522 - GCBatchNormalizationLayer
523 - GCConcatenateLayer
524 - GCConvolutionLayer
525 - GCDepthwiseConvolutionLayer
526 - GCDirectConvolutionLayer
527 - GCDropoutLayer
528 - GCFillBorder
529 - GCFullyConnectedLayer
530 - GCGEMM
531 - GCGEMMInterleave4x4
532 - GCGEMMTranspose1xW
533 - GCNormalizationLayer
534 - GCNormalizePlanarYUVLayer
535 - GCPixelWiseMultiplication
536 - GCPoolingLayer
537 - GCScale
538 - GCSoftmaxLayer
539 - GCTensorShift
540 - GCTranspose
541
SiCong Li96209c72020-08-21 12:28:30 +0100542
Georgios Pinitas25ef7212020-06-02 23:00:41 +0100543v20.08 Public major release
544 - Various bug fixes.
545 - Various optimisations.
Sheri Zhang3ef9b5f2020-07-09 16:32:58 +0100546 - Added new data type QASYMM8_SIGNED support for:
Sheri Zhangdd4cfc02020-07-10 14:15:41 +0100547 - @ref CLArgMinMaxLayer
548 - @ref CLArgMinMaxLayerKernel
549 - Added new data type U8 support for:
550 - @ref NECropKernel
Sheri Zhang7e20e292021-02-02 11:49:34 +0000551 - CLCropKernel
Jakub Sujakee301b32021-06-04 09:46:08 +0100552 - Added align_corner support for nearest neighbor interpolation in:
Manuel Bottini10b38262021-02-19 18:16:44 +0000553 - NEScaleKernel
Manuel Bottini3b131ab2021-02-19 18:16:44 +0000554 - CLScaleKernel
Sheri Zhangdd4cfc02020-07-10 14:15:41 +0100555 - New OpenCL kernels / functions:
556 - @ref CLMaxUnpoolingLayerKernel
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +0000557 - New Arm® Neon™ kernels / functions:
Sheri Zhangdd4cfc02020-07-10 14:15:41 +0100558 - @ref NEMaxUnpoolingLayerKernel
Sheri Zhang3ef9b5f2020-07-09 16:32:58 +0100559 - New graph example:
Sheri Zhangdd4cfc02020-07-10 14:15:41 +0100560 - graph_yolov3_output_detector
Sang-Hoon Parkadfaefb2020-08-18 09:13:05 +0100561 - GEMMTuner improvements:
562 - Added fp16 support
563 - Output json files for easier integration
564 - Enabled tuning for export_to_cl_image_rhs option for RHS tensors
565 - More robust script for running benchmarks
Sheri Zhang3ef9b5f2020-07-09 16:32:58 +0100566 - Removed padding from:
Sheri Zhang1e3ab422021-03-16 17:35:08 +0000567 - NEPixelWiseMultiplicationKernel
Michele Di Giorgiobd2c8e12021-01-19 15:29:02 +0000568 - NEHeightConcatenateLayerKernel
Michalis Spyrou27e67f02021-02-16 11:34:39 +0000569 - NEThresholdKernel
Michele Di Giorgiobd2c8e12021-01-19 15:29:02 +0000570 - NEBatchConcatenateLayerKernel
Teresa Charlind1dc09c2021-03-04 15:24:45 +0000571 - NETransposeKernel
Sang-Hoon Parkadfaefb2020-08-18 09:13:05 +0100572 - @ref NEBatchNormalizationLayerKernel
Michele Di Giorgiobd2c8e12021-01-19 15:29:02 +0000573 - NEArithmeticSubtractionKernel
Sang-Hoon Parkadfaefb2020-08-18 09:13:05 +0100574 - @ref NEBoundingBoxTransformKernel
Michalis Spyrou373b4072021-01-20 16:41:12 +0000575 - NELogits1DMaxKernel
576 - NELogits1DSoftmaxKernel
Sang-Hoon Parkadfaefb2020-08-18 09:13:05 +0100577 - @ref NEROIPoolingLayerKernel
578 - @ref NEROIAlignLayerKernel
Georgios Pinitas0b1c2db2020-12-04 15:51:34 +0000579 - NEYOLOLayerKernel
Georgios Pinitasc53266e2020-12-09 03:11:53 +0000580 - NEUpsampleLayerKernel
Georgios Pinitas70eb53b2021-01-06 19:42:21 +0000581 - NEFloorKernel
Michele Di Giorgiobd2c8e12021-01-19 15:29:02 +0000582 - NEWidthConcatenateLayerKernel
583 - NEDepthConcatenateLayerKernel
Sang-Hoon Parkadfaefb2020-08-18 09:13:05 +0100584 - @ref NENormalizationLayerKernel
585 - @ref NEL2NormalizeLayerKernel
Georgios Pinitasc6f95102021-03-30 10:03:01 +0100586 - NEFillArrayKernel
Georgios Pinitas11d84152021-04-28 10:20:18 +0100587 - NEDepthConvertLayerKernel
Sang-Hoon Parkadfaefb2020-08-18 09:13:05 +0100588 - @ref NERangeKernel
589 - @ref NEPriorBoxLayer
Sheri Zhanged367132020-10-08 15:46:16 +0100590 - Removed OpenCL kernels / functions:
Sang-Hoon Parkadfaefb2020-08-18 09:13:05 +0100591 - CLGEMMLowpQuantizeDownInt32ToUint8Scale
592 - CLGEMMLowpQuantizeDownInt32ToUint8ScaleByFloat
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +0000593 - Removed Arm® Neon™ kernels / functions:
Sang-Hoon Parkadfaefb2020-08-18 09:13:05 +0100594 - NEGEMMLowpQuantizeDownInt32ToUint8Scale
595 - NEGEMMMatrixAccumulateBiasesKernel
SiCong Lid004a7a2020-05-28 15:26:41 +0100596 - Deprecated functions / interfaces:
Michalis Spyrou473cb012021-02-23 11:48:12 +0000597 - Non-descriptor based interfaces for NEThreshold, CLThreshold
Manuel Bottiniceaa0bf2021-02-16 15:15:19 +0000598 - Non-descriptor based interfaces for @ref NEScale, @ref CLScale and GCScale
599 - In @ref NESoftmaxLayer, @ref NELogSoftmaxLayer, @ref CLSoftmaxLayer, @ref CLLogSoftmaxLayer and GCSoftmaxLayer :
600 The default "axis" value for @ref CLSoftmaxLayer, @ref CLLogSoftmaxLayer and GCSoftmaxLayer is changed from 1 to 0.
morgolock9c7fed82020-08-05 12:30:56 +0100601 Only axis 0 is supported.
602 The default "axis" value for @ref NESoftmaxLayer, @ref NELogSoftmaxLayer is changed from 1 to 0.
Sang-Hoon Parkadfaefb2020-08-18 09:13:05 +0100603 Only axis 0 is supported.
Sang-Hoon Parka0205b92020-07-07 09:36:09 +0100604 - The support for quantized data types has been removed from @ref CLLogSoftmaxLayer due to implementation complexity.
Manuel Bottinid844c082021-07-14 12:58:54 +0100605 - 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 +0100606 - This change allows to use @ref CLGEMMConvolutionLayer without extra padding for the input and output.
607 - Only the weights/bias of @ref CLGEMMConvolutionLayer could require padding for the computation.
Georgios Pinitas856f66e2021-04-22 21:13:21 +0100608 - Only on Arm® Mali™ Midgard GPUs, @ref CLGEMMConvolutionLayer could require padding since CLGEMMMatrixMultiplyKernel is called and currently requires padding.
609 - 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 +0100610 - 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 +0100611 - The padding requirement for the OpenCL image object is considered into the CLGEMMReshapeRHSMatrixKernel.
612 - The reshaped RHS matrix stores the weights when GEMM is used to accelerate CLGEMMConvolutionLayer.
Georgios Pinitas25ef7212020-06-02 23:00:41 +0100613
Georgios Pinitasfd7780d2020-03-17 11:41:00 +0000614v20.05 Public major release
Georgios Pinitasc7b183a2020-03-06 18:12:09 +0000615 - Various bug fixes.
616 - Various optimisations.
Michele Di Giorgio36a551f2020-04-23 11:55:29 +0100617 - Updated recommended NDK version to r18b.
618 - Updated recommended gcc version to Linaro 6.3.1.
Georgios Pinitasc7b183a2020-03-06 18:12:09 +0000619 - Added Bfloat16 type support
620 - Added Bfloat16 support in:
Manuel Bottini29599d02021-07-06 15:01:35 +0100621 - NEWeightsReshapeKernel
622 - NEConvolutionLayerReshapeWeights
Manuel Bottini90028992021-06-30 18:29:18 +0100623 - NEIm2ColKernel
Georgios Pinitasf7c5a412020-12-03 14:38:33 +0000624 - NEIm2Col
Georgios Pinitas11d84152021-04-28 10:20:18 +0100625 - NEDepthConvertLayerKernel
Georgios Pinitasc7b183a2020-03-06 18:12:09 +0000626 - @ref NEDepthConvertLayer
627 - @ref NEGEMMConvolutionLayer
Georgios Pinitasec2256b2020-12-03 18:51:58 +0000628 - NEGEMMAssemblyDispatch
Sheri Zhang0f2522b2020-03-25 16:38:19 +0000629 - Added new data type QASYMM8_SIGNED support for:
630 - @ref CLDirectConvolutionLayer
631 - @ref CLDeconvolutionLayer
632 - @ref CLDirectDeconvolutionLayer
633 - @ref CLGEMMDeconvolutionLayer
Georgios Pinitas4a578b92021-06-25 12:13:49 +0100634 - CLGEMMLowpMatrixMultiplyReshapedKernel
635 - CLGEMMLowpQuantizeDownInt32ScaleKernel
636 - CLGEMMLowpQuantizeDownInt32ScaleByFloatKernel
Sheri Zhang0f2522b2020-03-25 16:38:19 +0000637 - @ref CLReductionOperation
638 - @ref CLReduceMean
Sheri Zhang359c48e2020-04-30 22:53:39 +0100639 - @ref NEScale
Manuel Bottini10b38262021-02-19 18:16:44 +0000640 - NEScaleKernel
Georgios Pinitasc53266e2020-12-09 03:11:53 +0000641 - NEUpsampleLayer
Sheri Zhang0f2522b2020-03-25 16:38:19 +0000642 - @ref NECast
643 - @ref NEReductionOperation
644 - @ref NEReduceMean
645 - @ref NEArgMinMaxLayer
646 - @ref NEDeconvolutionLayer
Manuel Bottiniae58bdf2021-06-17 17:18:45 +0100647 - NEGEMMLowpQuantizeDownInt32ScaleKernel
Sheri Zhang0f2522b2020-03-25 16:38:19 +0000648 - @ref CPPBoxWithNonMaximaSuppressionLimit
649 - @ref CPPDetectionPostProcessLayer
650 - @ref CPPPermuteKernel
651 - @ref CPPPermute
652 - @ref CPPTopKVKernel
653 - @ref CPPTopKV
Sheri Zhang359c48e2020-04-30 22:53:39 +0100654 - @ref CPPUpsample
655 - @ref CPPUpsampleKernel
Sheri Zhang31b49ca2020-04-24 11:15:10 +0100656 - New OpenCL kernels / functions:
657 - @ref CLQLSTMLayer
658 - @ref CLQLSTMLayerNormalizationKernel
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +0000659 - New Arm® Neon™ kernels / functions:
Sheri Zhang31b49ca2020-04-24 11:15:10 +0100660 - @ref NEQLSTMLayer
661 - @ref NEQLSTMLayerNormalizationKernel
662 - Added HARD_SWISH support in:
Georgios Pinitasf47f7182021-01-15 09:29:50 +0000663 - CLActivationLayerKernel
Michele Di Giorgiobd2c8e12021-01-19 15:29:02 +0000664 - NEActivationLayerKernel
Sheri Zhang0f2522b2020-03-25 16:38:19 +0000665 - Deprecated OpenCL kernels / functions:
666 - CLGEMMLowpQuantizeDownInt32ToUint8Scale
667 - CLGEMMLowpQuantizeDownInt32ToUint8ScaleByFloat
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +0000668 - Deprecated Arm® Neon™ kernels / functions:
Sheri Zhang0f2522b2020-03-25 16:38:19 +0000669 - NEGEMMLowpQuantizeDownInt32ToUint8Scale
670 - Removed CPP kernels / functions:
671 - CPPFlipWeightsKernel
Manuel Bottini387259a2020-05-21 17:14:36 +0100672 - Removed PoolingLayerInfo constructors without Data Layout.
673 - Removed CLDepthwiseConvolutionLayer3x3
674 - Removed NEDepthwiseConvolutionLayerOptimized
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +0000675 - Added support for Winograd 3x3,4x4 on Arm® Neon™ FP16:
Manuel Bottini075253a2020-05-22 12:57:18 +0100676 - @ref NEWinogradConvolutionLayer
Michalis Spyrou96f977e2021-07-01 12:20:56 +0100677 - CpuWinogradConv2dTransformInputKernel
678 - CpuWinogradConv2dTransformOutputKernel
679 - CpuWinogradConv2dTransformWeightsKernel
Manuel Bottini075253a2020-05-22 12:57:18 +0100680 - Added CLCompileContext
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +0000681 - Added Arm® Neon™ GEMM kernel with 2D window support
Georgios Pinitasc7b183a2020-03-06 18:12:09 +0000682
Michele Di Giorgio740872e2020-03-04 15:29:49 +0000683v20.02.1 Maintenance release
684 - Added Android-NN build script.
685
Giuseppe Rossinif04ddbc2020-02-17 17:22:49 +0000686v20.02 Public major release
687 - Various bug fixes.
688 - Various optimisations.
689 - Added new data type QASYMM8_SIGNED support for:
690 - @ref CLDepthwiseConvolutionLayer
Manuel Bottini387259a2020-05-21 17:14:36 +0100691 - CLDepthwiseConvolutionLayer3x3
Giuseppe Rossinif04ddbc2020-02-17 17:22:49 +0000692 - @ref CLGEMMConvolutionLayer
Georgios Pinitas4a578b92021-06-25 12:13:49 +0100693 - CLGEMMLowpMatrixMultiplyCore
694 - CLGEMMLowpMatrixMultiplyReshapedOnlyRHSKernel
695 - CLGEMMLowpMatrixMultiplyNativeKernel
Giuseppe Rossinif04ddbc2020-02-17 17:22:49 +0000696 - @ref NEActivationLayer
Sang-Hoon Park63001ac2021-01-18 14:20:27 +0000697 - NEComparisonOperationKernel
Giuseppe Rossinif04ddbc2020-02-17 17:22:49 +0000698 - @ref NEConvolutionLayer
699 - @ref NEDepthwiseConvolutionLayer
Georgios Pinitas7d0adc62020-09-04 15:25:24 +0100700 - NEDepthwiseConvolutionLayer3x3Kernel
Manuel Bottini327225d2021-04-13 13:09:30 +0100701 - NEDirectConvolutionLayerOutputStageKernel
Giuseppe Rossinif04ddbc2020-02-17 17:22:49 +0000702 - @ref NEElementwiseComparison
703 - @ref NEElementwiseMax
704 - @ref NEElementwiseMin
705 - @ref NEElementwiseSquaredDiff
706 - @ref NEFullyConnectedLayer
Michele Di Giorgiof22f6722020-07-03 16:29:24 +0100707 - NEGEMMMatrixVectorMultiplyKernel
Giuseppe Rossinif04ddbc2020-02-17 17:22:49 +0000708 - @ref NEPixelWiseMultiplication
709 - @ref NEPoolingLayer
710 - @ref NEPReluLayer
711 - Added support for QSYMM8_PER_CHANNEL in:
Georgios Pinitas7d0adc62020-09-04 15:25:24 +0100712 - NEDepthwiseConvolutionLayer3x3Kernel
Giuseppe Rossinif04ddbc2020-02-17 17:22:49 +0000713 - Added support for split sizes in:
714 - @ref CLSplit
715 - @ref NESplit
716 - New OpenCL kernels / functions:
717 - @ref CLFill
Georgios Pinitas4a578b92021-06-25 12:13:49 +0100718 - CLGEMMLowpQuantizeDownInt32ToInt8ScaleByFixedPointKernel / CLGEMMLowpQuantizeDownInt32ToInt8ScaleByFixedPoint
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +0000719 - New Arm® Neon™ kernels / functions:
Giuseppe Rossinif04ddbc2020-02-17 17:22:49 +0000720 - @ref NEFill
Manuel Bottiniae58bdf2021-06-17 17:18:45 +0100721 - NEGEMMLowpQuantizeDownInt32ToInt8ScaleByFixedPointKernel / NEGEMMLowpQuantizeDownInt32ToInt8ScaleByFixedPoint
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +0000722 - Deprecated Arm® Neon™ functions / interfaces:
Manuel Bottini387259a2020-05-21 17:14:36 +0100723 - CLDepthwiseConvolutionLayer3x3
724 - NEDepthwiseConvolutionLayerOptimized
725 - PoolingLayerInfo constructors without Data Layout.
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +0000726 - Added support for quantization with multiplier greater than 1 on Arm® Neon™ and CL.
Giuseppe Rossinif04ddbc2020-02-17 17:22:49 +0000727 - Added support for quantized inputs of type QASYMM8_SIGNED and QASYMM8 to @ref CLQuantizationLayer.
728 - Added the ability to build bootcode for bare metal.
729 - Added support for generating synthetic QASYMM8 graphs.
730 - Added support for F16 datatype in VGG16.
731 - Removed pre-built binaries for GLES.
732
Michele Di Giorgiod374ff22020-01-21 10:03:20 +0000733v19.11.1 Public maintenance release
734 - Fix offset calculation in NEReductionOperationKernel.
735 - Fix data layout in NEScaleKernel for nhwc.
736 - Retain configuration step data layout to avoid side-effects.
737 - Perform sqrt in double domain for L2 pooling.
738 - Fix output shape calculation for Reduce Mean
739 - Restrict cases where optimized NEPadLayer runs.
740
Michele Di Giorgioa046e162019-10-08 09:36:26 +0100741v19.11 Public major release
SiCong Lica1f98c2019-11-28 11:06:11 +0000742 - Various bug fixes.
743 - Various optimisations.
SiCong Li1f7f9882019-11-28 14:59:35 +0000744 - Updated recommended NDK version to r17c.
SiCong Lica1f98c2019-11-28 11:06:11 +0000745 - Deprecated OpenCL kernels / functions:
Michele Di Giorgioa046e162019-10-08 09:36:26 +0100746 - CLDepthwiseConvolutionLayerReshapeWeightsGenericKernel
747 - CLDepthwiseIm2ColKernel
SiCong Lica1f98c2019-11-28 11:06:11 +0000748 - CLDepthwiseSeparableConvolutionLayer
Michele Di Giorgioa046e162019-10-08 09:36:26 +0100749 - CLDepthwiseVectorToTensorKernel
750 - CLDirectConvolutionLayerOutputStageKernel
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +0000751 - Deprecated Arm® Neon™ kernels / functions:
Giorgio Arenad93e2632019-10-15 11:09:33 +0100752 - NEDepthwiseWeightsReshapeKernel
753 - NEDepthwiseIm2ColKernel
SiCong Lica1f98c2019-11-28 11:06:11 +0000754 - NEDepthwiseSeparableConvolutionLayer
Giorgio Arenad93e2632019-10-15 11:09:33 +0100755 - NEDepthwiseVectorToTensorKernel
Manuel Bottini05069f02019-09-26 17:18:26 +0100756 - NEDepthwiseConvolutionLayer3x3
SiCong Lica1f98c2019-11-28 11:06:11 +0000757 - New OpenCL kernels / functions:
758 - @ref CLInstanceNormalizationLayerKernel / @ref CLInstanceNormalizationLayer
759 - @ref CLDepthwiseConvolutionLayerNativeKernel to replace the old generic depthwise convolution (see Deprecated
760 OpenCL kernels / functions)
761 - @ref CLLogSoftmaxLayer
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +0000762 - New Arm® Neon™ kernels / functions:
SiCong Lica1f98c2019-11-28 11:06:11 +0000763 - @ref NEBoundingBoxTransformKernel / @ref NEBoundingBoxTransform
Georgios Pinitas8c3c0e72020-12-03 20:11:53 +0000764 - @ref NEComputeAllAnchorsKernel / NEComputeAllAnchors
SiCong Lica1f98c2019-11-28 11:06:11 +0000765 - @ref NEDetectionPostProcessLayer
766 - @ref NEGenerateProposalsLayer
767 - @ref NEInstanceNormalizationLayerKernel / @ref NEInstanceNormalizationLayer
768 - @ref NELogSoftmaxLayer
769 - @ref NEROIAlignLayerKernel / @ref NEROIAlignLayer
770 - Added QASYMM8 support for:
771 - @ref CLGenerateProposalsLayer
772 - @ref CLROIAlignLayer
773 - @ref CPPBoxWithNonMaximaSuppressionLimit
774 - Added QASYMM16 support for:
775 - @ref CLBoundingBoxTransform
776 - Added FP16 support for:
Georgios Pinitas856f66e2021-04-22 21:13:21 +0100777 - CLGEMMMatrixMultiplyReshapedKernel
SiCong Lica1f98c2019-11-28 11:06:11 +0000778 - Added new data type QASYMM8_PER_CHANNEL support for:
Manuel Bottini9e73c932021-03-02 17:40:42 +0000779 - CLDequantizationLayer
SiCong Lica1f98c2019-11-28 11:06:11 +0000780 - @ref NEDequantizationLayer
781 - Added new data type QSYMM8_PER_CHANNEL support for:
782 - @ref CLConvolutionLayer
783 - @ref NEConvolutionLayer
784 - @ref CLDepthwiseConvolutionLayer
785 - @ref NEDepthwiseConvolutionLayer
786 - Added FP16 mixed-precision support for:
Georgios Pinitas856f66e2021-04-22 21:13:21 +0100787 - CLGEMMMatrixMultiplyReshapedKernel
Michele Di Giorgioe1314662021-02-01 17:09:32 +0000788 - CLPoolingLayerKernel
SiCong Lica1f98c2019-11-28 11:06:11 +0000789 - Added FP32 and FP16 ELU activation for:
790 - @ref CLActivationLayer
791 - @ref NEActivationLayer
792 - Added asymmetric padding support for:
793 - @ref CLDirectDeconvolutionLayer
794 - @ref CLGEMMDeconvolutionLayer
795 - @ref NEDeconvolutionLayer
796 - Added SYMMETRIC and REFLECT modes for @ref CLPadLayerKernel / @ref CLPadLayer.
Georgios Pinitas0f7ef8a2021-01-10 04:23:52 +0000797 - Replaced the calls to NECopyKernel and NEMemsetKernel with @ref NEPadLayer in @ref NEGenerateProposalsLayer.
798 - Replaced the calls to CLCopyKernel and CLMemsetKernel with @ref CLPadLayer in @ref CLGenerateProposalsLayer.
SiCong Lica1f98c2019-11-28 11:06:11 +0000799 - Improved performance for CL Inception V3 - FP16.
800 - Improved accuracy for CL Inception V3 - FP16 by enabling FP32 accumulator (mixed-precision).
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +0000801 - Improved Arm® Neon™ performance by enabling fusing batch normalization with convolution and depth-wise convolution layer.
802 - Improved Arm® Neon™ performance for MobileNet-SSD by improving the output detection performance.
SiCong Lica1f98c2019-11-28 11:06:11 +0000803 - Optimized @ref CLPadLayer.
804 - Optimized CL generic depthwise convolution layer by introducing @ref CLDepthwiseConvolutionLayerNativeKernel.
805 - Reduced memory consumption by implementing weights sharing.
Michele Di Giorgioa046e162019-10-08 09:36:26 +0100806
Michele Di Giorgiod374ff22020-01-21 10:03:20 +0000807v19.08.1 Public maintenance release
808 - Fix offset calculation in NEReductionOperationKernel.
809 - Fix data layout in NEScaleKernel for nhwc.
810 - Retain configuration step data layout to avoid side-effects.
811 - Perform sqrt in double domain for L2 pooling.
812 - Fix output shape calculation for Reduce Mean
813 - Fix broadcast CLPixelwiseMultiplication with 5D tensors
814
Georgios Pinitas3d13af82019-06-04 13:04:16 +0100815v19.08 Public major release
816 - Various bug fixes.
817 - Various optimisations.
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +0000818 - Deprecated Arm® Neon™ functions
Gian Marco Iodicecc2f54b2019-08-22 10:10:52 +0100819 - NEDepthConcatenateLayer
820 - NEWidthConcatenateLayer
821 - Deprecated OpenCL kernels / functions
822 - CLDepthConcatenateLayer
823 - CLGEMMInterleave4x4Kernel / CLGEMMInterleave4x4
824 - CLGEMMTranspose1xWKernel / CLGEMMTranspose1xW
825 - CLWidthConcatenateLayer
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +0000826 - New Arm® Neon™ kernels / functions:
Gian Marco Iodicec5f48ad2019-09-02 09:52:12 +0100827 - @ref NEAbsLayer
Gian Marco Iodicecc2f54b2019-08-22 10:10:52 +0100828 - @ref NECast
Gian Marco Iodicec5f48ad2019-09-02 09:52:12 +0100829 - @ref NEElementwisePower
830 - @ref NELogLayer
Gian Marco Iodicecc2f54b2019-08-22 10:10:52 +0100831 - @ref NELSTMLayerQuantized
Gian Marco Iodicec5f48ad2019-09-02 09:52:12 +0100832 - @ref NENegLayer
Gian Marco Iodicecc2f54b2019-08-22 10:10:52 +0100833 - @ref NEPReluLayer
Gian Marco Iodicec5f48ad2019-09-02 09:52:12 +0100834 - @ref NESinLayer
Michele Di Giorgiobd2c8e12021-01-19 15:29:02 +0000835 - NEBatchConcatenateLayerKernel
Gian Marco Iodicecc2f54b2019-08-22 10:10:52 +0100836 - @ref NEDepthToSpaceLayerKernel / @ref NEDepthToSpaceLayer
Michalis Spyrou60c3b0e2021-04-08 12:02:58 +0100837 - NEDepthwiseConvolutionLayerNativeKernel
Manuel Bottiniae58bdf2021-06-17 17:18:45 +0100838 - NEGEMMLowpQuantizeDownInt32ToInt16ScaleByFixedPointKernel
Gian Marco Iodicecc2f54b2019-08-22 10:10:52 +0100839 - @ref NEMeanStdDevNormalizationKernel / @ref NEMeanStdDevNormalizationLayer
840 - @ref NESpaceToDepthLayerKernel / @ref NESpaceToDepthLayer
841 - New OpenCL kernels / functions:
Gian Marco Iodicec5f48ad2019-09-02 09:52:12 +0100842 - @ref CLAbsLayer
843 - @ref CLElementwisePower
844 - @ref CLLogLayer
Gian Marco Iodicecc2f54b2019-08-22 10:10:52 +0100845 - @ref CLLSTMLayerQuantized
Gian Marco Iodicec5f48ad2019-09-02 09:52:12 +0100846 - @ref CLNegLayer
Gian Marco Iodicecc2f54b2019-08-22 10:10:52 +0100847 - @ref CLPReluLayer
Gian Marco Iodicec5f48ad2019-09-02 09:52:12 +0100848 - @ref CLSinLayer
Michele Di Giorgio7d61ff02021-01-18 21:15:59 +0000849 - CLBatchConcatenateLayerKernel
Gian Marco Iodicecc2f54b2019-08-22 10:10:52 +0100850 - @ref CLDepthToSpaceLayerKernel / @ref CLDepthToSpaceLayer
Georgios Pinitas856f66e2021-04-22 21:13:21 +0100851 - CLGEMMLowpMatrixMultiplyNativeKernel
Michele Di Giorgioba14c922020-10-12 13:27:57 +0100852 - CLGEMMLowpQuantizeDownInt32ToInt16ScaleByFixedPointKernel
Georgios Pinitas856f66e2021-04-22 21:13:21 +0100853 - CLGEMMMatrixMultiplyNativeKernel
Michalis Spyrou473cb012021-02-23 11:48:12 +0000854 - CLMeanStdDevNormalizationKernel /CLMeanStdDevNormalizationLayer
Gian Marco Iodicecc2f54b2019-08-22 10:10:52 +0100855 - @ref CLSpaceToDepthLayerKernel / @ref CLSpaceToDepthLayer
856 - New examples:
857 - neon_opticalflow
858 - cl_cache
859 - neon_permute
Gian Marco Iodicec5f48ad2019-09-02 09:52:12 +0100860 - Added support for FP16 in @ref NEDeconvolutionLayer
861 - Added support for FP16 in @ref CLDeconvolutionLayer
862 - Added support for REDUCE_MIN and REDUCE_MAX in @ref ReductionOperation
Gian Marco Iodicecc2f54b2019-08-22 10:10:52 +0100863 - Enable the fusion of batch normalization with convolution and depthwise convolution layer for FP32 in the graph API (OpenCL only)
864 - 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 +0000865 - Re-factored the depthwise convolution layer kernel on Arm® Neon™ for generic cases
Jakub Sujakee301b32021-06-04 09:46:08 +0100866 - Added an optimized depthwise convolution layer kernel for 5x5 filters (Neon™ only)
Gian Marco Iodicecc2f54b2019-08-22 10:10:52 +0100867 - Added support to enable OpenCL kernel cache. Added example showing how to load the prebuilt OpenCL kernels from a binary cache file
868 - Altered @ref QuantizationInfo interface to support per-channel quantization.
Manuel Bottini387259a2020-05-21 17:14:36 +0100869 - The CLDepthwiseConvolutionLayer3x3 will be included by @ref CLDepthwiseConvolutionLayer to accommodate for future optimizations.
870 - The NEDepthwiseConvolutionLayerOptimized will be included by @ref NEDepthwiseConvolutionLayer to accommodate for future optimizations.
Gian Marco Iodicecc2f54b2019-08-22 10:10:52 +0100871 - Removed inner_border_right and inner_border_top parameters from @ref CLDeconvolutionLayer interface
872 - Removed inner_border_right and inner_border_top parameters from @ref NEDeconvolutionLayer interface
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +0000873 - 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 +0100874
Michalis Spyroua9c44722019-04-05 17:18:36 +0100875v19.05 Public major release
Michalis Spyrouc6608ac2019-05-16 17:40:23 +0100876 - Various bug fixes.
877 - Various optimisations.
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +0000878 - New Arm® Neon™ kernels / functions:
Georgios Pinitasf790fdb2019-04-24 12:41:25 +0100879 - @ref NEBatchToSpaceLayerKernel / @ref NEBatchToSpaceLayer
Sheri Zhang1e3ab422021-03-16 17:35:08 +0000880 - NEComplexPixelWiseMultiplicationKernel / @ref NEComplexPixelWiseMultiplication
Georgios Pinitasf790fdb2019-04-24 12:41:25 +0100881 - @ref NECropKernel / @ref NECropResize
Michalis Spyrou60c3b0e2021-04-08 12:02:58 +0100882 - NEDepthwiseConvolutionAssemblyDispatch
Michalis Spyrouca82e622019-05-10 16:43:20 +0100883 - @ref NEFFTDigitReverseKernel
884 - @ref NEFFTRadixStageKernel
885 - @ref NEFFTScaleKernel
Manuel Bottinicfac51c2021-06-18 15:47:28 +0100886 - NEGEMMLowpOffsetContributionOutputStageKernel
Michele Di Giorgiobd2c8e12021-01-19 15:29:02 +0000887 - NEHeightConcatenateLayerKernel
Georgios Pinitasf790fdb2019-04-24 12:41:25 +0100888 - @ref NESpaceToBatchLayerKernel / @ref NESpaceToBatchLayer
Michalis Spyroud7dd15c2019-05-30 14:53:58 +0100889 - @ref NEFFT1D
890 - @ref NEFFT2D
891 - @ref NEFFTConvolutionLayer
Georgios Pinitasf790fdb2019-04-24 12:41:25 +0100892 - New OpenCL kernels / functions:
Sheri Zhangf9ab9f92021-03-16 12:09:15 +0000893 - CLComplexPixelWiseMultiplicationKernel / @ref CLComplexPixelWiseMultiplication
Sheri Zhang7e20e292021-02-02 11:49:34 +0000894 - CLCropKernel / @ref CLCropResize
Michalis Spyroud7dd15c2019-05-30 14:53:58 +0100895 - @ref CLDeconvolutionReshapeOutputKernel
Georgios Pinitasf790fdb2019-04-24 12:41:25 +0100896 - @ref CLFFTDigitReverseKernel
897 - @ref CLFFTRadixStageKernel
898 - @ref CLFFTScaleKernel
Georgios Pinitas4a578b92021-06-25 12:13:49 +0100899 - CLGEMMLowpMatrixMultiplyReshapedOnlyRHSKernel
Georgios Pinitas856f66e2021-04-22 21:13:21 +0100900 - CLGEMMMatrixMultiplyReshapedOnlyRHSKernel
Michele Di Giorgio7d61ff02021-01-18 21:15:59 +0000901 - CLHeightConcatenateLayerKernel
Georgios Pinitasf790fdb2019-04-24 12:41:25 +0100902 - @ref CLDirectDeconvolutionLayer
903 - @ref CLFFT1D
904 - @ref CLFFT2D
905 - @ref CLFFTConvolutionLayer
Michalis Spyrouca82e622019-05-10 16:43:20 +0100906 - @ref CLGEMMDeconvolutionLayer
907 - New OpenGLES kernels / functions:
Manuel Bottiniceaa0bf2021-02-16 15:15:19 +0000908 - GCConcatenateLayer
Michalis Spyroua9c44722019-04-05 17:18:36 +0100909 - Deprecated functions/interfaces
Georgios Pinitas09f24972019-05-17 18:14:40 +0100910 - GCDepthConcatenateLayer
911 - NEWidthConcatenateLayer
912 - NEDepthConcatenateLayer
913 - CLWidthConcatenateLayer
914 - CLDepthConcatenateLayer
Gian Marco Iodice5fc07aa2019-05-15 17:08:02 +0100915 - CLGEMMInterleave4x4
916 - CLGEMMTranspose1xW
Michalis Spyrouc6608ac2019-05-16 17:40:23 +0100917 - Support different quantization info in CLConcatLayer.
918 - Add checks on different input/output quantization info were not supported.
919 - Tensors have different quantization information.
920 - Add FP16 support checks.
921 - Fix output quantization CLDeptwiseConv3x3 when activation is fused.
922 - New graph examples:
923 - graph_convolution
924 - graph_fully_connected
925 - graph_depthwise_convolution
926 - Deepspeech v0.4.1
927 - Add support for QASYMM8 in NEArithmeticSubtractionKernel.
928 - Add support for QASYMM8 in NEPixelWiseMultiplicationKernel.
929 - Add support for QASYMM8 NEDeconvolution.
Sheri Zhangac6499a2021-02-10 15:32:38 +0000930 - Add support for DequantizationLayer for Neon/CL.
Michalis Spyrouc6608ac2019-05-16 17:40:23 +0100931 - Add support for dilation in CLDepthwiseConvolution.
932 - Fuse offset contribution with the output stage when we use NEGEMMLowpMatrixMultiplyCore.
933 - Optimize CLDeconvolution.
934 - Add StackLayer to the graph API.
935 - Add support for "reflect" padding mode in NEPad.
936 - Winograd 7x7 NHWC on OpenCL.
937 - Rework CL ML layers to run exclusively on CL.
938 - Support different quantization info in PoolingLayer.
939 - Implement and test import memory interfaces.
940 - Added new tests and removed old ones.
941 - Various clang-tidy fixes.
Michalis Spyroua9c44722019-04-05 17:18:36 +0100942
giuros01a69a88b2019-01-31 16:29:19 +0000943v19.02 Public major release
Isabella Gottardi62538972019-02-12 19:52:44 +0000944 - Various bug fixes.
945 - Various optimisations.
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +0000946 - New Arm® Neon™ kernels / functions:
Isabella Gottardi62538972019-02-12 19:52:44 +0000947 - @ref NETileKernel / @ref NETile
948 - @ref NEFuseBatchNormalizationKernel / @ref NEFuseBatchNormalization
Sang-Hoon Park63001ac2021-01-18 14:20:27 +0000949 - NEElementwiseOperationKernel
Isabella Gottardi62538972019-02-12 19:52:44 +0000950 - @ref NEElementwiseMax
951 - @ref NEElementwiseMin
952 - @ref NEElementwiseSquaredDiff
953 - @ref NESelectKernel / @ref NESelect
954 - @ref NESplit
955 - @ref NESlice
956 - @ref NEUnstack
957 - @ref NEStridedSliceKernel / @ref NEStridedSlice
Sang-Hoon Park7249f152021-01-22 11:55:03 +0000958 - NEElementwiseUnaryKernel
Isabella Gottardi62538972019-02-12 19:52:44 +0000959 - @ref NERsqrtLayer
960 - @ref NEExpLayer
961 - @ref NEReverseKernel / @ref NEReverse
962 - @ref NEArgMinMaxLayer
963 - @ref NEStackLayerKernel / @ref NEStackLayer
964 - @ref NERangeKernel / @ref NERange
965 - @ref NEPadLayer
Georgios Pinitas0f7ef8a2021-01-10 04:23:52 +0000966 - NEMemsetKernel
Isabella Gottardi62538972019-02-12 19:52:44 +0000967 - @ref NEGatherKernel / @ref NEGather
968 - @ref NEElementwiseComparison
969 - @ref NEElementwiseComparisonStatic
Sang-Hoon Park63001ac2021-01-18 14:20:27 +0000970 - NEComparisonOperationKernel
Isabella Gottardi62538972019-02-12 19:52:44 +0000971 - @ref NEElementwiseDivision
972 - New OpenCL kernels / functions:
973 - @ref CLSelectKernel / @ref CLSelect
974 - @ref CLTileKernel / @ref CLTile
975 - @ref CLComparisonKernel / @ref CLComparison
976 - @ref CLArgMinMaxLayer
977 - @ref CLElementwiseMax
978 - @ref CLElementwiseMin
979 - @ref CLElementwiseSquaredDiff
980 - @ref CLStackLayerKernel / @ref CLStackLayer
981 - @ref CLReverse / @ref CLReverseKernel
982 - @ref CLRsqrtLayer
983 - @ref CLExpLayer
Michele Di Giorgioc9c89052021-01-26 10:20:17 +0000984 - CLElementWiseUnaryLayerKernel
Georgios Pinitas856f66e2021-04-22 21:13:21 +0100985 - CLGEMMReshapeLHSMatrixKernel
986 - CLGEMMReshapeRHSMatrixKernel
987 - CLGEMMMatrixMultiplyReshapedKernel
Isabella Gottardi62538972019-02-12 19:52:44 +0000988 - @ref CLRangeKernel / @ref CLRange
989 - @ref CLUnstack
990 - @ref CLGatherKernel / @ref CLGather
Georgios Pinitas4a578b92021-06-25 12:13:49 +0100991 - CLGEMMLowpMatrixMultiplyReshapedKernel
Isabella Gottardi62538972019-02-12 19:52:44 +0000992 - New CPP kernels / functions:
993 - @ref CPPDetectionOutputLayer
994 - @ref CPPTopKV / @ref CPPTopKVKernel
Isabella Gottardi62538972019-02-12 19:52:44 +0000995 - Added new examples:
996 - graph_ssd_mobilenet.cpp
997 - graph_mobilenet_v2.cpp
998 - graph_resnet12.cpp
999 - graph_srcnn955.cpp
1000 - graph_vgg_vdsr.cpp
1001 - graph_inception_resnet_v1.cpp
1002 - Add 4D tensors support to
1003 - @ref NESoftmaxLayer
1004 - Fused activation in @ref CLWinogradConvolutionLayer
Jakub Sujakee301b32021-06-04 09:46:08 +01001005 - Extended @ref NEPermute to support more cases
1006 - Added Neon™/SVE GEMM Hybrid kernels
Isabella Gottardi62538972019-02-12 19:52:44 +00001007 - Added u8 and s8 hybrid assembly kernels
1008 - Introduced GEMM strategy name in NEGEMMAssemblyWrapper
1009 - Improved @ref CLTuner
1010 - Fused the bias addition within @ref CLGEMM
1011 - Added support for QASYMM8 LOGISTIC activation in @ref NEActivationLayer
1012 - Added NHWC data layout support to:
1013 - @ref NEScale for F16
1014 - @ref CLNormalizationLayer IN_MAP_2D for FP32/FP16
1015 - @ref NEL2NormalizeLayer for FP32/FP16
1016 - @ref NENormalizationLayer IN_MAP_2D for FP32/FP16
1017 - @ref CLROIAlignLayer
Manuel Bottini5209be52019-02-13 16:34:56 +00001018 - @ref CLGenerateProposalsLayer
Isabella Gottardi62538972019-02-12 19:52:44 +00001019 - Added QASYMM8 support to the following kernels:
Michele Di Giorgiobd2c8e12021-01-19 15:29:02 +00001020 - NEArithmeticAdditionKernel
Isabella Gottardi62538972019-02-12 19:52:44 +00001021 - @ref NEScale
1022 - Added new tests and improved validation and benchmarking suites.
giuros01a69a88b2019-01-31 16:29:19 +00001023 - Deprecated functions/interfaces
1024 - Usage of inner_border_right and inner_border_top has been deprecated in @ref CLDeconvolutionLayer and @ref NEDeconvolutionLayer
1025
Isabella Gottardi8773d7c2018-11-20 09:56:46 +00001026v18.11 Public major release
1027 - Various bug fixes.
1028 - Various optimisations.
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +00001029 - New Arm® Neon™ kernels / functions:
Isabella Gottardi8773d7c2018-11-20 09:56:46 +00001030 - @ref NEChannelShuffleLayer / @ref NEChannelShuffleLayerKernel
1031 - @ref NEReduceMean
1032 - @ref NEReorgLayer / @ref NEReorgLayerKernel
1033 - @ref NEPriorBoxLayer / @ref NEPriorBoxLayerKernel
Georgios Pinitasc53266e2020-12-09 03:11:53 +00001034 - NEUpsampleLayer / NEUpsampleLayerKernel
Georgios Pinitas0b1c2db2020-12-04 15:51:34 +00001035 - NEYOLOLayer / NEYOLOLayerKernel
Isabella Gottardi8773d7c2018-11-20 09:56:46 +00001036 - New OpenCL kernels / functions:
1037 - @ref CLBatchToSpaceLayer / @ref CLBatchToSpaceLayerKernel
1038 - @ref CLBoundingBoxTransform / @ref CLBoundingBoxTransformKernel
Manuel Bottini5209be52019-02-13 16:34:56 +00001039 - @ref CLComputeAllAnchorsKernel
1040 - @ref CLGenerateProposalsLayer
Isabella Gottardi8773d7c2018-11-20 09:56:46 +00001041 - @ref CLNormalizePlanarYUVLayer / @ref CLNormalizePlanarYUVLayerKernel
1042 - @ref CLReorgLayer / @ref CLReorgLayerKernel
1043 - @ref CLSpaceToBatchLayer / @ref CLSpaceToBatchLayerKernel
1044 - @ref CLPadLayer
1045 - @ref CLReduceMean
1046 - @ref CLPriorBoxLayer / @ref CLPriorBoxLayerKernel
1047 - @ref CLROIAlignLayer / @ref CLROIAlignLayerKernel
1048 - @ref CLSlice
1049 - @ref CLSplit
1050 - @ref CLStridedSlice / @ref CLStridedSliceKernel
Georgios Pinitasc53266e2020-12-09 03:11:53 +00001051 - CLUpsampleLayer / CLUpsampleLayerKernel
Georgios Pinitas0b1c2db2020-12-04 15:51:34 +00001052 - CLYOLOLayer / CLYOLOLayerKernel
Isabella Gottardi8773d7c2018-11-20 09:56:46 +00001053 - New CPP kernels / functions:
1054 - @ref CPPBoxWithNonMaximaSuppressionLimit / @ref CPPBoxWithNonMaximaSuppressionLimitKernel
1055 - Added the validate method in:
1056 - @ref NEDepthConvertLayer
1057 - @ref NEFloor / @ref CLFloor
Michele Di Giorgio93b75e02021-06-21 12:00:43 +01001058 - NEGEMMMatrixAdditionKernel
Isabella Gottardi8773d7c2018-11-20 09:56:46 +00001059 - @ref NEReshapeLayer / @ref CLReshapeLayer
1060 - @ref CLScale
1061 - Added new examples:
1062 - graph_shufflenet.cpp
1063 - graph_yolov3.cpp
1064 - Added documentation for add a new function or kernel.
1065 - Improved doxygen documentation adding a list of the existing functions.
1066 - Add 4D tensors support to
Georgios Pinitas09f24972019-05-17 18:14:40 +01001067 - CLWidthConcatenateLayer
Georgios Pinitase2696b12020-12-03 20:37:43 +00001068 - CLFlattenLayer
Isabella Gottardi8773d7c2018-11-20 09:56:46 +00001069 - @ref CLSoftmaxLayer
Gian Marco Iodice8155c022021-04-16 15:08:59 +01001070 - Add dot product support for CLDepthwiseConvolutionLayer3x3NHWCKernel non-unit stride
Isabella Gottardi8773d7c2018-11-20 09:56:46 +00001071 - Add SVE support
1072 - Fused batch normalization into convolution layer weights in @ref CLFuseBatchNormalization
Gian Marco Iodice8155c022021-04-16 15:08:59 +01001073 - Fuses activation in CLDepthwiseConvolutionLayer3x3NCHWKernel, CLDepthwiseConvolutionLayer3x3NHWCKernel and @ref NEGEMMConvolutionLayer
Isabella Gottardi8773d7c2018-11-20 09:56:46 +00001074 - Added NHWC data layout support to:
1075 - @ref CLChannelShuffleLayer
1076 - @ref CLDeconvolutionLayer
1077 - @ref CLL2NormalizeLayer
1078 - Added QASYMM8 support to the following kernels:
Manuel Bottini3b131ab2021-02-19 18:16:44 +00001079 - CLScaleKernel
Georgios Pinitas7d0adc62020-09-04 15:25:24 +01001080 - NEDepthwiseConvolutionLayer3x3Kernel
Sheri Zhangf9ab9f92021-03-16 12:09:15 +00001081 - CLPixelWiseMultiplicationKernel
Isabella Gottardi8773d7c2018-11-20 09:56:46 +00001082 - Added FP16 support to the following kernels:
Gian Marco Iodice8155c022021-04-16 15:08:59 +01001083 - CLDepthwiseConvolutionLayer3x3NHWCKernel
Georgios Pinitas7d0adc62020-09-04 15:25:24 +01001084 - NEDepthwiseConvolutionLayer3x3Kernel
Isabella Gottardi8773d7c2018-11-20 09:56:46 +00001085 - @ref CLNormalizePlanarYUVLayerKernel
1086 - @ref CLWinogradConvolutionLayer (5x5 kernel)
1087 - More tests added to both validation and benchmarking suites.
1088
Anthony Barbierd51ea0a2018-08-07 17:48:03 +01001089v18.08 Public major release
1090 - Various bug fixes.
Michele Di Giorgio02baf012018-08-20 18:10:38 +01001091 - Various optimisations.
Anthony Barbierd51ea0a2018-08-07 17:48:03 +01001092 - Updated recommended NDK version to r17b.
Michele Di Giorgio02baf012018-08-20 18:10:38 +01001093 - Removed support for QS8/QS16 data types.
1094 - Added support for grouped convolution in @ref CLConvolutionLayer.
1095 - Added NHWC data layout support to:
Georgios Pinitas09f24972019-05-17 18:14:40 +01001096 - NEDepthConcatenateLayer / CLDepthConcatenateLayer
Michele Di Giorgio02baf012018-08-20 18:10:38 +01001097 - @ref NEWinogradConvolutionLayer / @ref CLWinogradConvolutionLayer
1098 - @ref CLDepthwiseConvolutionLayer
1099 - @ref CLDirectConvolutionLayer
1100 - @ref CLConvolutionLayer
1101 - @ref CLScale
Manuel Bottinid844c082021-07-14 12:58:54 +01001102 - CLIm2ColKernel
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +00001103 - New Arm® Neon™ kernels / functions:
Michele Di Giorgio02baf012018-08-20 18:10:38 +01001104 - @ref NERNNLayer
1105 - New OpenCL kernels / functions:
1106 - @ref CLArithmeticDivision
1107 - Introduced prepare() stage support in the graph API for GLES.
1108 - Added support for memory reusage when trying to allocate smaller CLTensors.
1109 - Enabled NHWC execution on graph examples.
1110 - Added JPEG accessor for validation purposes.
1111 - Added validate methods to some kernels / functions.
Anthony Barbierd51ea0a2018-08-07 17:48:03 +01001112
1113v18.05 Public major release
Pablo Tellob5cc95b2018-05-15 11:49:33 +01001114 - Various bug fixes.
1115 - Various optimisations.
Jakub Sujakee301b32021-06-04 09:46:08 +01001116 - Major redesign in the interface for the Neon™ kernels implemented in assembly.
Pablo Telloeb82fd22018-02-23 13:43:50 +00001117 - 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 +01001118 - Added NEGEMMAssemblyWrapper and AssemblyKernelGlue which are used to execute assembly kernels in Neon™ functions.
Pablo Telloeb82fd22018-02-23 13:43:50 +00001119 - Minor changes to the CPUInfo type to make it compatible with the new assembly gemm interface.
Jakub Sujakee301b32021-06-04 09:46:08 +01001120 - Moved Neon™ assembly kernels to the folder src/core/Neon/kernels/arm_gemm.
Pablo Tellob5cc95b2018-05-15 11:49:33 +01001121 - Improved doxygen documentation.
1122 - Improved memory management for layer's transitions.
1123 - Added support for NHWC data layout in tensors.
1124 - Added NHWC data layout support to:
1125 - @ref NEGEMMConvolutionLayer
1126 - @ref NEDirectConvolutionLayer
1127 - @ref NEPoolingLayer / @ref CLPoolingLayer
1128 - @ref NEBatchNormalizationLayer / @ref CLBatchNormalizationLayer
1129 - @ref NEDepthwiseConvolutionLayer
1130 - @ref NEScale
Georgios Pinitasf7c5a412020-12-03 14:38:33 +00001131 - NEIm2Col
Pablo Tellob5cc95b2018-05-15 11:49:33 +01001132 - Added support for dilated convolutions in @ref NEConvolutionLayer and @ref CLConvolutionLayer.
1133 - New OpenCL kernels / functions:
1134 - @ref CLChannelShuffleLayer / @ref CLChannelShuffleLayerKernel
Teresa Charlin91b7f742021-04-12 13:57:00 +01001135 - CLConvertFullyConnectedWeightsKernel / @ref CLConvertFullyConnectedWeights
Sheri Zhang7e20e292021-02-02 11:49:34 +00001136 - @ref CLCopy / CLCopyKernel
Anthony Barbier38e7f1f2018-05-21 13:37:47 +01001137 - @ref CLLSTMLayer
Pablo Tellob5cc95b2018-05-15 11:49:33 +01001138 - @ref CLRNNLayer
Michele Di Giorgio7d61ff02021-01-18 21:15:59 +00001139 - CLWidthConcatenateLayer / CLWidthConcatenateLayerKernel
Manuel Bottinic6f4ec32021-05-18 18:41:56 +01001140 - CLWinogradFilterTransformKernel / @ref CLWinogradConvolutionLayer
1141 - CLWinogradInputTransformKernel / CLWinogradInputTransform
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +00001142 - New Arm® Neon™ kernels / functions:
Teresa Charlin562bee52021-04-13 17:44:15 +01001143 - NEConvertFullyConnectedWeightsKernel / @ref NEConvertFullyConnectedWeights.
Pablo Tellob5cc95b2018-05-15 11:49:33 +01001144 - Created the validate method in @ref CLDepthwiseConvolutionLayer.
1145 - Beta and gamma are no longer mandatory arguments in @ref NEBatchNormalizationLayer and @ref CLBatchNormalizationLayer.
1146 - Added depth multiplier support in @ref NEDepthwiseConvolutionLayer and @ref CLDepthwiseConvolutionLayer.
Sheri Zhang1e3ab422021-03-16 17:35:08 +00001147 - Added broadcast multiply support in @ref NEPixelWiseMultiplication / NEPixelWiseMultiplicationKernel.
Pablo Tellob5cc95b2018-05-15 11:49:33 +01001148 - Port mobilenet example to NHWC data layout.
1149 - Enabled Winograd method in @ref CLConvolutionLayer.
1150 - Renamed NEWinogradLayer to @ref NEWinogradConvolutionLayer.
Sheri Zhangac6499a2021-02-10 15:32:38 +00001151 - Updated @ref NEWinogradConvolutionLayer to use highly optimised assembly kernels in src/core/Neon/kernels/arm_gemm.
Pablo Tellob5cc95b2018-05-15 11:49:33 +01001152 - Added memory manager support in GLES functions.
1153 - Major refactoring of the graph API.
1154 - Added GLES backend in the graph API.
1155 - Added support for the memory manager in the graph API.
1156 - Enabled Winograd Convolution method in the graph API.
1157 - Added support for grouped convolutions in the graph API.
Manuel Bottini10b38262021-02-19 18:16:44 +00001158 - Replaced NEDeconvolutionLayerUpsampleKernel with NEScaleKernel in @ref NEDeconvolutionLayer.
Pablo Tellob5cc95b2018-05-15 11:49:33 +01001159 - Added fast maths flag in @ref CLConvolutionLayer.
1160 - Added new tests and benchmarks in validation and benchmark frameworks
Jakub Sujakee301b32021-06-04 09:46:08 +01001161 - Merge Activation layer with Convolution Layer (Neon™, CL, GLES)
Pablo Tellob5cc95b2018-05-15 11:49:33 +01001162 - Added support to OpenCL 2.0 SVM
1163 - Added support to import memory in OpenCL tensors.
1164 - Added the prepare() method to perform any one off pre-processing before running the function.
1165 - Added new examples:
1166 - graph_inception_v4.cpp
Anthony Barbier38e7f1f2018-05-21 13:37:47 +01001167 - graph_resnext50.cpp
Pablo Tellob5cc95b2018-05-15 11:49:33 +01001168 - Added memory measurement instrument for CL.
Pablo Telloeb82fd22018-02-23 13:43:50 +00001169
Anthony Barbier577fbdf2018-03-01 15:17:54 +00001170v18.03 Public maintenance release
1171 - Various bug fixes.
Anthony Barbier3762e742018-03-02 11:49:33 +00001172 - Fixed bug in @ref NEActivationLayer
1173 - Fix in @ref CLTuner when using batches.
Anthony Barbier577fbdf2018-03-01 15:17:54 +00001174 - Updated recommended NDK version to r16b (And fixed warnings).
1175 - Fixed bug in validation code.
1176 - Added Inception v4 graph example.
Georgios Pinitas9fb11592018-04-26 20:34:58 +01001177 - Renamed NEWinogradLayer.cpp to @ref NEWinogradConvolutionLayer
Anthony Barbier577fbdf2018-03-01 15:17:54 +00001178
Anthony Barbier2d0ce772018-02-21 15:35:36 +00001179v18.02 Public major release
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +00001180 - Various Arm® Neon™ / OpenCL / GLES optimisations.
Anthony Barbier2d0ce772018-02-21 15:35:36 +00001181 - Various bug fixes.
1182 - Changed default number of threads on big LITTLE systems.
1183 - Refactored examples and added:
1184 - graph_mobilenet_qassym8
1185 - graph_resnet
1186 - graph_squeezenet_v1_1
Anthony Barbier3762e742018-03-02 11:49:33 +00001187 - Renamed @ref CLConvolutionLayer into @ref CLGEMMConvolutionLayer and created a new @ref CLConvolutionLayer to select the fastest convolution method.
1188 - 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 +00001189 - Added in place support to:
Anthony Barbier3762e742018-03-02 11:49:33 +00001190 - @ref CLActivationLayer
1191 - @ref CLBatchNormalizationLayer
Anthony Barbier2d0ce772018-02-21 15:35:36 +00001192 - Added QASYMM8 support to:
Anthony Barbier3762e742018-03-02 11:49:33 +00001193 - @ref CLActivationLayer
1194 - @ref CLDepthwiseConvolutionLayer
1195 - @ref NEDepthwiseConvolutionLayer
1196 - @ref NESoftmaxLayer
Anthony Barbier2d0ce772018-02-21 15:35:36 +00001197 - Added FP16 support to:
Manuel Bottini387259a2020-05-21 17:14:36 +01001198 - CLDepthwiseConvolutionLayer3x3
Anthony Barbier3762e742018-03-02 11:49:33 +00001199 - @ref CLDepthwiseConvolutionLayer
Michele Di Giorgiobd2c8e12021-01-19 15:29:02 +00001200 - Added broadcasting support to NEArithmeticAddition / @ref CLArithmeticAddition / @ref CLPixelWiseMultiplication
Anthony Barbier3762e742018-03-02 11:49:33 +00001201 - Added fused batched normalization and activation to @ref CLBatchNormalizationLayer and @ref NEBatchNormalizationLayer
1202 - Added support for non-square pooling to @ref NEPoolingLayer and @ref CLPoolingLayer
Anthony Barbier2d0ce772018-02-21 15:35:36 +00001203 - New OpenCL kernels / functions:
Michele Di Giorgioa046e162019-10-08 09:36:26 +01001204 - CLDirectConvolutionLayerOutputStageKernel
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +00001205 - New Arm® Neon™ kernels / functions
Anthony Barbier2d0ce772018-02-21 15:35:36 +00001206 - Added name() method to all kernels.
1207 - Added support for Winograd 5x5.
Georgios Pinitas0f7ef8a2021-01-10 04:23:52 +00001208 - NEPermuteKernel / @ref NEPermute
Michalis Spyrou96f977e2021-07-01 12:20:56 +01001209 - CpuWinogradConv2dTransformInputKernel / NEWinogradLayer
1210 - CpuWinogradConv2dTransformOutputKernel / NEWinogradLayer
1211 - CpuWinogradConv2dTransformWeightsKernel / NEWinogradLayer
Anthony Barbiere1553372018-07-16 18:53:52 +01001212 - Renamed NEWinogradLayerKernel into NEWinogradLayerBatchedGEMMKernel
Anthony Barbier2d0ce772018-02-21 15:35:36 +00001213 - New GLES kernels / functions:
Manuel Bottiniceaa0bf2021-02-16 15:15:19 +00001214 - GCTensorShiftKernel / GCTensorShift
Pablo Tellof6c572c2018-02-14 12:47:30 +00001215
Anthony Barbier64c95a02018-01-22 18:48:55 +00001216v18.01 Public maintenance release
1217 - Various bug fixes
1218 - Added some of the missing validate() methods
Anthony Barbier3762e742018-03-02 11:49:33 +00001219 - Added @ref CLDeconvolutionLayerUpsampleKernel / @ref CLDeconvolutionLayer @ref CLDeconvolutionLayerUpsample
Sheri Zhang7e20e292021-02-02 11:49:34 +00001220 - Added CLPermuteKernel / @ref CLPermute
Anthony Barbier64c95a02018-01-22 18:48:55 +00001221 - Added method to clean the programs cache in the CL Kernel library.
Manuel Bottiniceaa0bf2021-02-16 15:15:19 +00001222 - Added GCArithmeticAdditionKernel / GCArithmeticAddition
1223 - Added GCDepthwiseConvolutionLayer3x3Kernel / GCDepthwiseConvolutionLayer3x3
1224 - Added GCNormalizePlanarYUVLayerKernel / GCNormalizePlanarYUVLayer
1225 - Added GCScaleKernel / GCScale
1226 - Added GCWeightsReshapeKernel / GCConvolutionLayer
Anthony Barbier64c95a02018-01-22 18:48:55 +00001227 - Added FP16 support to the following GLES compute kernels:
Manuel Bottiniceaa0bf2021-02-16 15:15:19 +00001228 - GCCol2ImKernel
1229 - GCGEMMInterleave4x4Kernel
1230 - GCGEMMTranspose1xWKernel
1231 - GCIm2ColKernel
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +00001232 - Refactored Arm® Neon™ Winograd (NEWinogradLayerKernel)
Manuel Bottini327225d2021-04-13 13:09:30 +01001233 - Added NEDirectConvolutionLayerOutputStageKernel
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +00001234 - Added QASYMM8 support to the following Arm® Neon™ kernels:
Georgios Pinitas7d0adc62020-09-04 15:25:24 +01001235 - NEDepthwiseConvolutionLayer3x3Kernel
Anthony Barbier3762e742018-03-02 11:49:33 +00001236 - @ref NEFillBorderKernel
Michele Di Giorgio19289042021-02-03 16:05:00 +00001237 - NEPoolingLayerKernel
Anthony Barbier64c95a02018-01-22 18:48:55 +00001238 - Added new examples:
1239 - graph_cl_mobilenet_qasymm8.cpp
1240 - graph_inception_v3.cpp
1241 - gc_dc.cpp
1242 - More tests added to both validation and benchmarking suites.
1243
Gian Marcoff850932017-12-11 12:37:17 +00001244v17.12 Public major release
1245 - Most machine learning functions on OpenCL support the new data type QASYMM8
1246 - Introduced logging interface
1247 - Introduced opencl timer
1248 - Reworked GEMMLowp interface
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +00001249 - Added new Arm® Neon™ assembly kernels for GEMMLowp, SGEMM and HGEMM
Gian Marcoff850932017-12-11 12:37:17 +00001250 - Added validation method for most Machine Learning kernels / functions
1251 - Added new graph examples such as googlenet, mobilenet, squeezenet, vgg16 and vgg19
1252 - Added sgemm example for OpenCL
1253 - Added absolute difference example for GLES compute
1254 - Added new tests and benchmarks in validation and benchmark frameworks
1255 - Added new kernels / functions for GLES compute
1256
1257 - New OpenGL ES kernels / functions
Manuel Bottiniceaa0bf2021-02-16 15:15:19 +00001258 - GCAbsoluteDifferenceKernel / GCAbsoluteDifference
1259 - GCActivationLayerKernel / GCActivationLayer
1260 - GCBatchNormalizationLayerKernel / GCBatchNormalizationLayer
1261 - GCCol2ImKernel
1262 - GCDepthConcatenateLayerKernel / GCDepthConcatenateLayer
1263 - GCDirectConvolutionLayerKernel / GCDirectConvolutionLayer
1264 - GCDropoutLayerKernel / GCDropoutLayer
1265 - GCFillBorderKernel / GCFillBorder
1266 - GCGEMMInterleave4x4Kernel / GCGEMMInterleave4x4
1267 - GCGEMMMatrixAccumulateBiasesKernel / GCGEMMMatrixAdditionKernel / GCGEMMMatrixMultiplyKernel / GCGEMM
1268 - GCGEMMTranspose1xWKernel / GCGEMMTranspose1xW
1269 - GCIm2ColKernel
1270 - GCNormalizationLayerKernel / GCNormalizationLayer
1271 - GCPixelWiseMultiplicationKernel / GCPixelWiseMultiplication
1272 - GCPoolingLayerKernel / GCPoolingLayer
1273 - GCLogits1DMaxKernel / GCLogits1DShiftExpSumKernel / GCLogits1DNormKernel / GCSoftmaxLayer
1274 - GCTransposeKernel / GCTranspose
Gian Marcoff850932017-12-11 12:37:17 +00001275
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +00001276 - New Arm® Neon™ kernels / functions
Pablo Telloeb82fd22018-02-23 13:43:50 +00001277 - arm_compute::NEGEMMLowpAArch64A53Kernel / arm_compute::NEGEMMLowpAArch64Kernel / arm_compute::NEGEMMLowpAArch64V8P4Kernel / arm_compute::NEGEMMInterleavedBlockedKernel / arm_compute::NEGEMMLowpAssemblyMatrixMultiplyCore
1278 - arm_compute::NEHGEMMAArch64FP16Kernel
Georgios Pinitas7d0adc62020-09-04 15:25:24 +01001279 - NEDepthwiseConvolutionLayer3x3Kernel / NEDepthwiseIm2ColKernel / NEGEMMMatrixVectorMultiplyKernel / NEDepthwiseVectorToTensorKernel / @ref NEDepthwiseConvolutionLayer
Manuel Bottinicfac51c2021-06-18 15:47:28 +01001280 - NEGEMMLowpOffsetContributionKernel / NEGEMMLowpMatrixAReductionKernel / NEGEMMLowpMatrixBReductionKernel / NEGEMMLowpMatrixMultiplyCore
Manuel Bottiniae58bdf2021-06-17 17:18:45 +01001281 - NEGEMMLowpQuantizeDownInt32ToUint8ScaleByFixedPointKernel / NEGEMMLowpQuantizeDownInt32ToUint8ScaleByFixedPoint
Georgios Pinitas9fb11592018-04-26 20:34:58 +01001282 - NEWinogradLayer / NEWinogradLayerKernel
Gian Marcoff850932017-12-11 12:37:17 +00001283
1284 - New OpenCL kernels / functions
Georgios Pinitas4a578b92021-06-25 12:13:49 +01001285 - CLGEMMLowpOffsetContributionKernel / CLGEMMLowpMatrixAReductionKernel / CLGEMMLowpMatrixBReductionKernel / CLGEMMLowpMatrixMultiplyCore
1286 - CLGEMMLowpQuantizeDownInt32ToUint8ScaleByFixedPointKernel / CLGEMMLowpQuantizeDownInt32ToUint8ScaleByFixedPoint
Gian Marcoff850932017-12-11 12:37:17 +00001287
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +00001288 - New graph nodes for Arm® Neon™ and OpenCL
Georgios Pinitasd9eb2752018-04-03 13:44:29 +01001289 - graph::BranchLayer
1290 - graph::DepthConvertLayer
1291 - graph::DepthwiseConvolutionLayer
1292 - graph::DequantizationLayer
1293 - graph::FlattenLayer
1294 - graph::QuantizationLayer
1295 - graph::ReshapeLayer
Gian Marcoff850932017-12-11 12:37:17 +00001296
Anthony Barbier3c5b4ff2017-10-12 13:20:52 +01001297v17.10 Public maintenance release
1298 - Bug fixes:
1299 - Check the maximum local workgroup size supported by OpenCL devices
1300 - Minor documentation updates (Fixed instructions to build the examples)
Anthony Barbier3762e742018-03-02 11:49:33 +00001301 - Introduced a graph::GraphContext
Anthony Barbier3c5b4ff2017-10-12 13:20:52 +01001302 - Added a few new Graph nodes, support for branches and grouping.
1303 - Automatically enable cl_printf in debug builds
1304 - Fixed bare metal builds for armv7a
1305 - Added AlexNet and cartoon effect examples
1306 - 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)
1307
Anthony Barbier6a5627a2017-09-26 14:42:02 +01001308v17.09 Public major release
1309 - Experimental Graph support: initial implementation of a simple stream API to easily chain machine learning layers.
Anthony Barbier3762e742018-03-02 11:49:33 +00001310 - 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 +01001311 - New validation and benchmark frameworks (Boost and Google frameworks replaced by homemade framework).
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +00001312 - Most machine learning functions support both fixed point 8 and 16 bit (QS8, QS16) for both Arm® Neon™ and OpenCL.
1313 - New Arm® Neon™ kernels / functions:
Pablo Telloeb82fd22018-02-23 13:43:50 +00001314 - arm_compute::NEGEMMAssemblyBaseKernel arm_compute::NEGEMMAArch64Kernel
Manuel Bottini00f4dfc2021-03-10 09:55:14 +00001315 - NEDequantizationLayerKernel / @ref NEDequantizationLayer
Georgios Pinitas70eb53b2021-01-06 19:42:21 +00001316 - NEFloorKernel / @ref NEFloor
Anthony Barbier3762e742018-03-02 11:49:33 +00001317 - @ref NEL2NormalizeLayerKernel / @ref NEL2NormalizeLayer
Manuel Bottini0ded4c42021-03-09 14:15:27 +00001318 - NEQuantizationLayerKernel @ref NEMinMaxLayerKernel / @ref NEQuantizationLayer
Anthony Barbier3762e742018-03-02 11:49:33 +00001319 - @ref NEROIPoolingLayerKernel / @ref NEROIPoolingLayer
1320 - @ref NEReductionOperationKernel / @ref NEReductionOperation
Georgios Pinitas0f7ef8a2021-01-10 04:23:52 +00001321 - NEReshapeLayerKernel / @ref NEReshapeLayer
Anthony Barbier6a5627a2017-09-26 14:42:02 +01001322
1323 - New OpenCL kernels / functions:
Gian Marco Iodice8155c022021-04-16 15:08:59 +01001324 - CLDepthwiseConvolutionLayer3x3NCHWKernel CLDepthwiseConvolutionLayer3x3NHWCKernel CLDepthwiseIm2ColKernel CLDepthwiseVectorToTensorKernel CLDepthwiseWeightsReshapeKernel / CLDepthwiseConvolutionLayer3x3 @ref CLDepthwiseConvolutionLayer CLDepthwiseSeparableConvolutionLayer
Manuel Bottini9e73c932021-03-02 17:40:42 +00001325 - CLDequantizationLayerKernel / CLDequantizationLayer
Sheri Zhang1efed922021-03-10 22:43:38 +00001326 - CLDirectConvolutionLayerKernel / @ref CLDirectConvolutionLayer
Georgios Pinitase2696b12020-12-03 20:37:43 +00001327 - CLFlattenLayer
Georgios Pinitasf47f7182021-01-15 09:29:50 +00001328 - CLFloorKernel / @ref CLFloor
Gian Marco Iodice5fc07aa2019-05-15 17:08:02 +01001329 - CLGEMMTranspose1xW
Michele Di Giorgioee82d342021-01-05 16:14:28 +00001330 - CLGEMMMatrixVectorMultiplyKernel
Anthony Barbier3762e742018-03-02 11:49:33 +00001331 - @ref CLL2NormalizeLayerKernel / @ref CLL2NormalizeLayer
Manuel Bottini5a1bf622021-03-01 17:39:36 +00001332 - CLQuantizationLayerKernel @ref CLMinMaxLayerKernel / @ref CLQuantizationLayer
Anthony Barbier3762e742018-03-02 11:49:33 +00001333 - @ref CLROIPoolingLayerKernel / @ref CLROIPoolingLayer
1334 - @ref CLReductionOperationKernel / @ref CLReductionOperation
Sheri Zhang7e20e292021-02-02 11:49:34 +00001335 - CLReshapeLayerKernel / @ref CLReshapeLayer
Anthony Barbier6a5627a2017-09-26 14:42:02 +01001336
Anthony Barbier6ff3b192017-09-04 18:44:23 +01001337v17.06 Public major release
1338 - Various bug fixes
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +00001339 - Added support for fixed point 8 bit (QS8) to the various Arm® Neon™ machine learning kernels.
Anthony Barbier6ff3b192017-09-04 18:44:23 +01001340 - Added unit tests and benchmarks (AlexNet, LeNet)
1341 - Added support for sub tensors.
1342 - Added infrastructure to provide GPU specific optimisation for some OpenCL kernels.
Sheri Zhangac6499a2021-02-10 15:32:38 +00001343 - Added @ref OMPScheduler (OpenMP) scheduler for Neon
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +00001344 - Added @ref SingleThreadScheduler scheduler for Arm® Neon™ (For bare metal)
Anthony Barbier3762e742018-03-02 11:49:33 +00001345 - User can specify his own scheduler by implementing the @ref IScheduler interface.
Anthony Barbier6ff3b192017-09-04 18:44:23 +01001346 - New OpenCL kernels / functions:
Anthony Barbier3762e742018-03-02 11:49:33 +00001347 - @ref CLBatchNormalizationLayerKernel / @ref CLBatchNormalizationLayer
Michele Di Giorgio7d61ff02021-01-18 21:15:59 +00001348 - CLDepthConcatenateLayerKernel / CLDepthConcatenateLayer
Michalis Spyrou473cb012021-02-23 11:48:12 +00001349 - CLHOGOrientationBinningKernel CLHOGBlockNormalizationKernel, CLHOGDetectorKernel / CLHOGDescriptor CLHOGDetector CLHOGGradient CLHOGMultiDetection
Georgios Pinitas96b16b62020-12-01 17:41:34 +00001350 - CLLocallyConnectedMatrixMultiplyKernel / CLLocallyConnectedLayer
Manuel Bottinid87aded2021-07-16 10:23:31 +01001351 - CLWeightsReshapeKernel / CLConvolutionLayerReshapeWeights
Anthony Barbier6ff3b192017-09-04 18:44:23 +01001352 - New C++ kernels:
Georgios Pinitasc6f95102021-03-30 10:03:01 +01001353 - CPPDetectionWindowNonMaximaSuppressionKernel
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +00001354 - New Arm® Neon™ kernels / functions:
Anthony Barbier3762e742018-03-02 11:49:33 +00001355 - @ref NEBatchNormalizationLayerKernel / @ref NEBatchNormalizationLayer
Michele Di Giorgiobd2c8e12021-01-19 15:29:02 +00001356 - NEDepthConcatenateLayerKernel / NEDepthConcatenateLayer
Manuel Bottini327225d2021-04-13 13:09:30 +01001357 - NEDirectConvolutionLayerKernel / @ref NEDirectConvolutionLayer
Georgios Pinitas96b16b62020-12-01 17:41:34 +00001358 - NELocallyConnectedMatrixMultiplyKernel / NELocallyConnectedLayer
Manuel Bottini29599d02021-07-06 15:01:35 +01001359 - NEWeightsReshapeKernel / NEConvolutionLayerReshapeWeights
Anthony Barbier6ff3b192017-09-04 18:44:23 +01001360
1361v17.05 Public bug fixes release
1362 - Various bug fixes
1363 - Remaining of the functions ported to use accurate padding.
1364 - Library does not link against OpenCL anymore (It uses dlopen / dlsym at runtime instead to determine whether or not OpenCL is available).
1365 - Added "free" method to allocator.
1366 - Minimum version of g++ required for armv7 Linux changed from 4.8 to 4.9
1367
1368v17.04 Public bug fixes release
1369
1370 The following functions have been ported to use the new accurate padding:
Michalis Spyrou473cb012021-02-23 11:48:12 +00001371 - CLColorConvertKernel
1372 - CLEdgeNonMaxSuppressionKernel
1373 - CLEdgeTraceKernel
1374 - CLGaussianPyramidHorKernel
1375 - CLGaussianPyramidVertKernel
1376 - CLGradientKernel
Michalis Spyrou27e67f02021-02-16 11:34:39 +00001377 - NEChannelCombineKernel
Georgios Pinitasc6f95102021-03-30 10:03:01 +01001378 - NEFillArrayKernel
Michalis Spyrou27e67f02021-02-16 11:34:39 +00001379 - NEGaussianPyramidHorKernel
1380 - NEGaussianPyramidVertKernel
Georgios Pinitas09d34512018-08-30 16:02:11 +01001381 - NEHarrisScoreFP16Kernel
Michalis Spyrou27e67f02021-02-16 11:34:39 +00001382 - NEHarrisScoreKernel
1383 - NEHOGDetectorKernel
Michalis Spyrou373b4072021-01-20 16:41:12 +00001384 - NELogits1DMaxKernel
Anthony Barbier3762e742018-03-02 11:49:33 +00001385 - NELogits1DShiftExpSumKernel
1386 - NELogits1DNormKernel
Michalis Spyrou473cb012021-02-23 11:48:12 +00001387 - NENonMaximaSuppression3x3FP16Kernel
1388 - NENonMaximaSuppression3x3Kernel
Anthony Barbier6ff3b192017-09-04 18:44:23 +01001389
Anthony Barbier6ff3b192017-09-04 18:44:23 +01001390v17.03.1 First Major public release of the sources
1391 - Renamed the library to arm_compute
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +00001392 - New CPP target introduced for C++ kernels shared between Arm® Neon™ and CL functions.
Anthony Barbier6ff3b192017-09-04 18:44:23 +01001393 - New padding calculation interface introduced and ported most kernels / functions to use it.
1394 - New OpenCL kernels / functions:
Gian Marco Iodiceeb65f6d2020-04-15 11:42:15 +01001395 - CLGEMMLowpMatrixMultiplyKernel / CLGEMMLowp
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +00001396 - New Arm® Neon™ kernels / functions:
Anthony Barbier3762e742018-03-02 11:49:33 +00001397 - @ref NENormalizationLayerKernel / @ref NENormalizationLayer
Teresa Charlind1dc09c2021-03-04 15:24:45 +00001398 - NETransposeKernel / @ref NETranspose
Michalis Spyrou373b4072021-01-20 16:41:12 +00001399 - NELogits1DMaxKernel, NELogits1DShiftExpSumKernel, NELogits1DNormKernel / @ref NESoftmaxLayer
Manuel Bottini24b89202021-07-01 18:13:33 +01001400 - NEIm2ColKernel, NECol2ImKernel, NEConvolutionLayerWeightsReshapeKernel / @ref NEConvolutionLayer
Michele Di Giorgiof22f6722020-07-03 16:29:24 +01001401 - NEGEMMMatrixAccumulateBiasesKernel / @ref NEFullyConnectedLayer
Manuel Bottinicfac51c2021-06-18 15:47:28 +01001402 - NEGEMMLowpMatrixMultiplyKernel / NEGEMMLowp
Anthony Barbier6ff3b192017-09-04 18:44:23 +01001403
1404v17.03 Sources preview
1405 - New OpenCL kernels / functions:
Michalis Spyrou473cb012021-02-23 11:48:12 +00001406 - CLGradientKernel, CLEdgeNonMaxSuppressionKernel, CLEdgeTraceKernel / CLCannyEdge
Georgios Pinitas856f66e2021-04-22 21:13:21 +01001407 - GEMM refactoring + FP16 support: CLGEMMInterleave4x4Kernel, CLGEMMTranspose1xWKernel, CLGEMMMatrixMultiplyKernel, CLGEMMMatrixAdditionKernel / @ref CLGEMM
Michele Di Giorgiof6f78762020-07-06 11:27:21 +01001408 - CLGEMMMatrixAccumulateBiasesKernel / @ref CLFullyConnectedLayer
Teresa Charlin27886092021-02-25 20:15:01 +00001409 - CLTransposeKernel / @ref CLTranspose
Georgios Pinitasc6f95102021-03-30 10:03:01 +01001410 - CLLKTrackerInitKernel, CLLKTrackerStage0Kernel, CLLKTrackerStage1Kernel, CLLKTrackerFinalizeKernel / CLOpticalFlow
Anthony Barbier3762e742018-03-02 11:49:33 +00001411 - @ref CLNormalizationLayerKernel / @ref CLNormalizationLayer
Michalis Spyrou473cb012021-02-23 11:48:12 +00001412 - CLLaplacianPyramid, CLLaplacianReconstruct
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +00001413 - New Arm® Neon™ kernels / functions:
Michele Di Giorgiobd2c8e12021-01-19 15:29:02 +00001414 - NEActivationLayerKernel / @ref NEActivationLayer
Michele Di Giorgio93b75e02021-06-21 12:00:43 +01001415 - GEMM refactoring + FP16 support (Requires armv8.2 CPU): NEGEMMInterleave4x4Kernel, NEGEMMTranspose1xWKernel, NEGEMMMatrixMultiplyKernel, NEGEMMMatrixAdditionKernel / @ref NEGEMM
Michele Di Giorgio19289042021-02-03 16:05:00 +00001416 - NEPoolingLayerKernel / @ref NEPoolingLayer
Anthony Barbier6ff3b192017-09-04 18:44:23 +01001417
1418v17.02.1 Sources preview
1419 - New OpenCL kernels / functions:
Sang-Hoon Park201e0fe2021-01-27 13:14:56 +00001420 - CLLogits1DMaxKernel, CLLogits1DShiftExpSumKernel, CLLogits1DNormKernel / @ref CLSoftmaxLayer
Michele Di Giorgioe1314662021-02-01 17:09:32 +00001421 - CLPoolingLayerKernel / @ref CLPoolingLayer
Manuel Bottinid844c082021-07-14 12:58:54 +01001422 - CLIm2ColKernel, CLCol2ImKernel, CLConvolutionLayerWeightsReshapeKernel / CLConvolutionLayer
Anthony Barbier3762e742018-03-02 11:49:33 +00001423 - @ref CLRemapKernel / @ref CLRemap
Michalis Spyrou473cb012021-02-23 11:48:12 +00001424 - CLGaussianPyramidHorKernel, CLGaussianPyramidVertKernel / CLGaussianPyramid, CLGaussianPyramidHalf, CLGaussianPyramidOrb
1425 - CLMinMaxKernel, CLMinMaxLocationKernel / CLMinMaxLocation
1426 - CLNonLinearFilterKernel / CLNonLinearFilter
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +00001427 - New Arm® Neon™ FP16 kernels (Requires armv8.2 CPU)
Michalis Spyrou27e67f02021-02-16 11:34:39 +00001428 - NEAccumulateWeightedFP16Kernel
1429 - NEBox3x3FP16Kernel
Michalis Spyrou473cb012021-02-23 11:48:12 +00001430 - NENonMaximaSuppression3x3FP16Kernel
Anthony Barbier6ff3b192017-09-04 18:44:23 +01001431
1432v17.02 Sources preview
1433 - New OpenCL kernels / functions:
Georgios Pinitasf47f7182021-01-15 09:29:50 +00001434 - CLActivationLayerKernel / @ref CLActivationLayer
Michalis Spyrou473cb012021-02-23 11:48:12 +00001435 - CLChannelCombineKernel / CLChannelCombine
1436 - CLDerivativeKernel / CLChannelExtract
1437 - CLFastCornersKernel / CLFastCorners
1438 - CLMeanStdDevKernel / CLMeanStdDev
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +00001439 - New Arm® Neon™ kernels / functions:
Michalis Spyrou27e67f02021-02-16 11:34:39 +00001440 - HOG / SVM: NEHOGOrientationBinningKernel, NEHOGBlockNormalizationKernel, NEHOGDetectorKernel, NEHOGNonMaximaSuppressionKernel / NEHOGDescriptor, NEHOGDetector, NEHOGGradient, NEHOGMultiDetection
1441 - NENonLinearFilterKernel / NENonLinearFilter
Anthony Barbier6ff3b192017-09-04 18:44:23 +01001442 - Introduced a CLScheduler to manage the default context and command queue used by the runtime library and create synchronisation events.
1443 - Switched all the kernels / functions to use tensors instead of images.
1444 - Updated documentation to include instructions to build the library from sources.
1445
1446v16.12 Binary preview release
1447 - Original release
1448
Sheri Zhangd813bab2021-04-30 16:53:41 +01001449 */
1450} // namespace arm_compute