blob: 3e04837c1ec89efab399407584c604123a648c4a [file] [log] [blame]
Vidhya Sudhan Loganathand646ae12018-11-19 15:18:20 +00001///
SiCong Li90e57202023-02-01 14:39:41 +00002/// Copyright (c) 2017-2023 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
Pablo Marquez Tello29e27b02023-08-03 14:47:31 +010043
44v23.11 Public major release
Viet-Hoa Do633ebd12023-08-11 12:27:59 +010045 - New features
Pablo Marquez Tello29e27b02023-08-03 14:47:31 +010046 - Add support for input data type U64/S64 in CLCast and NECast.
47 - Add support for output data type S64 in NEArgMinMaxLayer and CLArgMinMaxLayer
Gunes Bayir91cb7332023-07-25 17:00:33 +010048 - Port the following kernels in the experimental Dynamic Fusion interface to use the new Compute Kernel Writer interface:
49 - @ref experimental::dynamic_fusion::GpuCkwResize
ramy.elgammal@arm.coma04ae3e2023-07-27 18:23:17 +010050 - @ref experimental::dynamic_fusion::GpuCkwPool2d
51 - @ref experimental::dynamic_fusion::GpuCkwDepthwiseConv2d
Viet-Hoa Do500e10b2023-09-12 17:49:38 +010052 - Add support for OpenCL™ comand buffer with mutable dispatch extension.
Viet-Hoa Do633ebd12023-08-11 12:27:59 +010053 - Update OpenCL™ API headers to v2023.04.17.
Jakub Sujak0d27b2e2023-08-24 14:01:20 +010054 - Remove legacy PostOps interface. PostOps was the experimental interface for kernel fusion and is replaced by the new Dynamic Fusion interface.
Anitha Rajeb5696d2023-07-14 11:19:34 +010055 - Performance optimizations:
David Mansell1b2ee3e2023-08-22 13:27:03 +010056 - Optimize @ref cpu::CpuReshape
Gunes Bayire87fa662023-09-07 12:20:33 +010057 - Add new OpenCL™ kernels:
58 - @ref opencl::kernels::ClMatMulLowpNativeMMULKernel support for QASYMM8 and QASYMM8_SIGNED, with batch support
Adnan AlSinan40a9d3e2023-09-15 13:46:17 +010059 - Deprecate support for Bfloat16 in @ref cpu::CpuCast.
Adnan AlSinanbdcb4c12023-09-18 14:49:45 +010060 - Add support for negative axis values and inverted axis values in @ref arm_compute::NEReverse.
61 - Support for U32 axis in @ref arm_compute::NEReverse will be deprecated in 24.02.
Pablo Marquez Tello29e27b02023-08-03 14:47:31 +010062
Jakub Sujak59b9ff02023-06-11 21:35:11 +010063v23.08 Public major release
64 - Deprecate the legacy 'libarm_compute_core' library. This library is an artifact of Compute Library's legacy library architecture and no longer serves any purpose.
65 Users must no longer link their applications to this library and instead link only to the main `libarm_compute` library for core functionality.
Ramy Elgammalc9525962023-05-19 14:23:37 +010066 - New features
ramy.elgammal@arm.com11b23f72023-08-09 15:38:03 +010067 - Rewrite CLArgMinMaxLayer for axis 0 and enable S64 output.
68 - Add multi-sketch support for dynamic fusion.
69 - Break up arm_compute/core/Types.h and utils/Utils.h a bit to reduce unused code in each inclusion of these headers.
70 - Add Fused Activation to CLMatMul.
71 - Implement FP32/FP16 @ref opencl::kernels::ClMatMulNativeMMULKernel using the MMUL extension.
72 - Use MatMul in fully connected layer with dynamic weights when supported.
73 - Optimize CPU depthwise convolution with channel multiplier.
74 - Add support in CpuCastKernel for conversion of S64/U64 to F32.
Ramy Elgammalc9525962023-05-19 14:23:37 +010075 - Add new OpenCL™ kernels:
76 - @ref opencl::kernels::ClMatMulNativeMMULKernel support for FP32 and FP16, with batch support
Viet-Hoa Do019a7d92023-06-27 16:33:57 +010077 - Enable transposed convolution with non-square kernels on CPU and GPU.
ramy.elgammal@arm.com11b23f72023-08-09 15:38:03 +010078 - Add support for input data type U64/S64 in CLCast.
79 - Add new Compute Kernel Writer (CKW) subproject that offers a C++ interface to generate tile-based OpenCL code in just-in-time fashion.
Jakub Sujake1c96e72023-07-31 13:36:58 +010080 - Port the following kernels in the experimental Dynamic Fusion interface to use the new Compute Kernel Writer interface with support for FP16/FP32 only:
81 - @ref experimental::dynamic_fusion::GpuCkwActivation
82 - @ref experimental::dynamic_fusion::GpuCkwCast
83 - @ref experimental::dynamic_fusion::GpuCkwDirectConv2d
84 - @ref experimental::dynamic_fusion::GpuCkwElementwiseBinary
85 - @ref experimental::dynamic_fusion::GpuCkwStore
Viet-Hoa Do0c19f592023-08-01 14:42:41 +010086 - Various optimizations and bug fixes.
87
ramy.elgammal@arm.com2f0ef002023-06-28 21:31:03 +010088v23.05.1 Public patch release
89 - Enable CMake and Bazel option to build multi_isa without FP16 support.
90 - Fix compilation error in NEReorderLayer (aarch64 only).
91 - Disable invalid (false-negative) validation test with CPU scale layer on FP16.
92 - Various bug fixes
93
SiCong Li8893e452023-03-23 12:06:45 +000094v23.05 Public major release
Omar Al Khatib32a62502023-05-10 11:45:20 +010095 - New features:
96 - Add new Arm® Neon™ kernels / functions:
97 - @ref NEMatMul for QASYMM8, QASYMM8_SIGNED, FP32 and FP16, with batch support.
98 - NEReorderLayer (aarch64 only)
99 - Add new OpenCL™ kernels / functions:
100 - @ref CLMatMul support for QASYMM8, QASYMM8_SIGNED, FP32 and FP16, with batch support.
101 - Add support for the multiple dimensions in the indices parameter for both the Arm® Neon™ and OpenCL™ implementations of the Gather Layer.
102 - Add support for dynamic weights in @ref CLFullyConnectedLayer and @ref NEFullyConnectedLayer for all data types.
103 - Add support for cropping in the Arm® Neon™ and OpenCL™: implementations of the BatchToSpace Layer for all data types.
104 - Add support for quantized data types for the ElementwiseUnary Operators for Arm® Neon™.
105 - Implement RSQRT for quantized data types on OpenCL™.
106 - Add FP16 depthwise convolution kernels for SME2.
107 - Performance optimizations:
108 - Improve CLTuner exhaustive mode tuning time.
109 - Deprecate dynamic block shape in @ref NEBatchToSpaceLayer and @ref CLBatchToSpaceLayer.
110 - Various optimizations and bug fixes.
SiCong Li8893e452023-03-23 12:06:45 +0000111
Jakub Sujak22e76132023-03-13 17:27:51 +0000112v23.02.1 Public patch release
113 - Allow mismatching data layouts between the source tensor and weights for \link cpu::CpuGemmDirectConv2d CpuGemmDirectConv2d \endlink with fixed format kernels.
114 - Fixes for experimental CPU only Bazel and CMake builds.
115
SiCong Li90e57202023-02-01 14:39:41 +0000116v23.02 Public major release
Jakub Sujak06db85e2023-02-06 17:42:47 +0000117 - New features:
118 - Rework the experimental dynamic fusion interface by identifying auxiliary and intermediate tensors, and specifying an explicit output operator.
119 - Add the following operators to the experimental dynamic fusion API:
120 - GpuAdd, GpuCast, GpuClamp, GpuDepthwiseConv2d, GpuMul, GpuOutput, GpuPool2d, GpuReshape, GpuResize, GpuSoftmax, GpuSub.
121 - Add SME/SME2 kernels for GeMM, Winograd convolution, Depthwise convolution and Pooling.
Jakub Sujak9eefd4b2023-02-10 14:36:48 +0000122 - Add new CPU operator AddMulAdd for float and quantized types.
Jakub Sujak06db85e2023-02-06 17:42:47 +0000123 - Add new flag @ref ITensorInfo::lock_paddings() to tensors to prevent extending tensor paddings.
Jakub Sujak06db85e2023-02-06 17:42:47 +0000124 - Add experimental support for CPU only Bazel and CMake builds.
125 - Performance optimizations:
126 - Optimize CPU base-e exponential functions for FP32.
127 - Optimize CPU StridedSlice by copying first dimension elements in bulk where possible.
128 - Optimize CPU quantized Subtraction by reusing the quantized Addition kernel.
129 - Optimize CPU ReduceMean by removing quantization steps and performing the operation in integer domain.
130 - Optimize GPU Scale and Dynamic Fusion GpuResize by removing quantization steps and performing the operation in integer domain.
Jakub Sujak9eefd4b2023-02-10 14:36:48 +0000131 - Update the heuristic for CLDepthwiseConvolutionNative kernel.
132 - Add new optimized OpenCL kernel to compute indirect convolution:
133 - \link opencl::kernels::ClIndirectConv2dKernel ClIndirectConv2dKernel \endlink
134 - Add new optimized OpenCL kernel to compute transposed convolution:
135 - \link opencl::kernels::ClTransposedConvolutionKernel ClTransposedConvolutionKernel \endlink
SiCong Li90e57202023-02-01 14:39:41 +0000136 - Update recommended/minimum NDK version to r20b.
Jakub Sujak06db85e2023-02-06 17:42:47 +0000137 - Various optimizations and bug fixes.
Anthony Barbier6ff3b192017-09-04 18:44:23 +0100138
Viet-Hoa Dob1f82882022-11-11 11:29:50 +0000139v22.11 Public major release
140 - New features:
141 - Add new experimental dynamic fusion API.
Viet-Hoa Do293ab602022-11-15 10:51:26 +0000142 - Add CPU batch matrix multiplication with adj_x = false and adj_y = false for FP32.
Viet-Hoa Dob1f82882022-11-11 11:29:50 +0000143 - Add CPU MeanStdDevNorm for QASYMM8.
144 - Add CPU and GPU GELU activation function for FP32 and FP16.
145 - Add CPU swish activation function for FP32 and FP16.
146 - Performance optimizations:
147 - Optimize CPU bilinear scale for FP32, FP16, QASYMM8, QASYMM8_SIGNED, U8 and S8.
148 - Optimize CPU activation functions using LUT-based implementation:
149 - Sigmoid function for QASYMM8 and QASYMM8_SIGNED.
150 - Hard swish function for QASYMM8_SIGNED.
151 - Optimize CPU addition for QASYMM8 and QASYMM8_SIGNED using fixed-point arithmetic.
152 - Optimize CPU multiplication, subtraction and activation layers by considering tensors as 1D.
153 - Optimize GPU depthwise convolution kernel and heuristic.
154 - Optimize GPU Conv2d heuristic.
155 - Optimize CPU MeanStdDevNorm for FP16.
156 - Optimize CPU tanh activation function for FP16 using rational approximation.
157 - Improve GPU GeMMLowp start-up time.
158 - Various optimizations and bug fixes.
159
SiCong Life1b1f62022-05-19 18:58:31 +0100160v22.08 Public major release
Ramy Elgammal0d274b72022-08-05 13:14:57 +0100161 - Various bug fixes.
162 - Disable unsafe FP optimizations causing accuracy issues in:
163 - \link opencl::kernels::ClDirectConv2dKernel ClDirectConv2dKernel \endlink
164 - \link opencl::kernels::ClDirectConv2dKernel ClDirectConv3dKernel \endlink
165 - @ref CLDepthwiseConvolutionLayerNativeKernel
166 - Add Dynamic Fusion of Elementwise Operators: Div, Floor, Add.
167 - Optimize the gemm_reshaped_rhs_nly_nt OpenCL kernel using the arm_matrix_multiply extension available for Arm® Mali™-G715 and Arm® Mali™-G615.
168 - Add support for the arm_matrix_multiply extension in the gemmlowp_mm_reshaped_only_rhs_t OpenCL kernel.
169 - Expand GPUTarget list with missing Mali™ GPUs product names: G57, G68, G78AE, G610, G510, G310.
170 - Extend the direct convolution 2d interface to configure the block size.
171 - Update ClConv2D heuristic to use direct convolution.
172 - Use official Khronos® OpenCL extensions:
173 - Add cl_khr_integer_dot_product extension support.
174 - Add support of OpenCL 3.0 non-uniform workgroup.
175 - Cpu performance optimizations:
176 - Add LUT-based implementation of Hard Swish and Leaky ReLU activation function for aarch64 build.
177 - Optimize Add layer by considering the input tensors as 1D array.
178 - Add fixed-format BF16, FP16 and FP32 Neon™ GEMM kernels to support variable weights.
179 - Add new winograd convolution kernels implementation and update the ACL \link arm_compute::cpu::CpuWinogradConv2d CpuWinogradConv2d\endlink operator.
Jakub Sujak117e17e2023-02-21 10:52:57 +0000180 - Add experimental support for native builds for Windows® on Arm™.
Ramy Elgammal966218d2022-08-11 16:23:22 +0100181 - 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 +0100182 - Build flag change: toolchain_prefix, compiler_prefix:
Ramy Elgammal0d274b72022-08-05 13:14:57 +0100183 - Use empty string "" to suppress any prefixes.
184 - Use "auto" to use default (auto) prefixes chosen by the build script. This is the default behavior when unspecified.
185 - Any other string will be used as custom prefixes to the compiler and the rest of toolchain tools.
186 - The default behaviour when prefix is unspecified does not change, but its signifier has been changed from empty string "" to "auto".
187 - armv7a with Android build will no longer be tested or maintained.
SiCong Life1b1f62022-05-19 18:58:31 +0100188
Adnan AlSinan2921e5b2022-05-16 14:30:41 +0100189v22.05 Public major release
190 - Various bug fixes.
191 - Various optimizations.
192 - Add support for NDK r23b.
193 - Inclusive language adjustment. Please refer to @ref S5_0_inc_lang for details.
194 - New Arm® Neon™ kernels / functions :
195 - \link opencl::kernels::ClPool3dKernel ClPool3dKernel \endlink
196 - New OpenCL kernels / functions :
197 - \link cpu::kernels::CpuPool3dKernel CpuPool3dKernel \endlink
198 - Improve the start-up times for the following OpenCL kernels:
199 - \link opencl::kernels::ClWinogradInputTransformKernel ClWinogradInputTransformKernel \endlink
200 - \link opencl::kernels::ClWinogradOutputTransformKernel ClWinogradOutputTransformKernel \endlink
201 - \link opencl::kernels::ClWinogradFilterTransformKernel ClWinogradFilterTransformKernel \endlink
202 - \link opencl::kernels::ClHeightConcatenateKernel ClHeightConcatenateKernel \endlink
203 - Decouple the implementation of the following Cpu kernels into various data types (fp32, fp16, int):
204 - \link cpu::kernels::CpuDirectConv2dKernel CpuDirectConv2dKernel \endlink
205 - \link cpu::kernels::CpuDepthwiseConv2dNativeKernel CpuDepthwiseConv2dNativeKernel \endlink
206 - \link cpu::kernels::CpuGemmMatrixAdditionKernel CpuGemmMatrixAdditionKernel \endlink
207 - \link cpu::kernels::CpuGemmMatrixMultiplyKernel CpuGemmMatrixMultiplyKernel \endlink
208 - @ref NEFuseBatchNormalizationKernel
209 - @ref NEL2NormalizeLayerKernel
210
Adnan AlSinan69854ba2022-02-07 15:28:56 +0000211v22.02 Public major release
212 - Various bug fixes.
213 - Various optimizations.
214 - Update A510 arm_gemm cpu Kernels.
215 - Inclusive language adjustment. Please refer to @ref S5_0_inc_lang for details.
216 - Improve the start-up time for the following OpenCL kernels:
217 - @ref CLScale
218 - @ref CLGEMM
219 - @ref CLDepthwiseConvolutionLayer
220 - \link opencl::kernels::ClIm2ColKernel ClIm2ColKernel \endlink
221 - \link opencl::kernels::ClDirectConv2dKernel ClDirectConv2dKernel \endlink
222 - Remove functions:
223 - CLRemap
224 - NERemap
225 - Remove padding from OpenCL kernels:
226 - \link opencl::kernels::ClDirectConv2dKernel ClDirectConv2dKernel \endlink
227 - Remove padding from Cpu kernels:
228 - \link cpu::kernels::CpuDirectConv2dKernel CpuDirectConv2dKernel \endlink
229 - Decouple the implementation of the following Cpu kernels into various data types (fp32, fp16, int):
230 - \link cpu::kernels::CpuActivationKernel CpuActivationKernel \endlink
231 - \link cpu::kernels::CpuAddKernel CpuAddKernel \endlink
232 - \link cpu::kernels::CpuElementwiseKernel CpuElementwiseKernel \endlink
233 - \link cpu::CpuSoftmaxGeneric CpuSoftmaxKernel \endlink
234 - @ref NEBoundingBoxTransformKernel
235 - @ref NECropKernel
236 - @ref NEComputeAllAnchorsKernel
237 - @ref NEInstanceNormalizationLayerKernel
Adnan AlSinanbb8b2352022-02-14 14:30:38 +0000238 - NEMaxUnpoolingLayerKernel
Adnan AlSinan69854ba2022-02-07 15:28:56 +0000239 - @ref NEMeanStdDevNormalizationKernel
240 - @ref NERangeKernel
241 - @ref NEROIAlignLayerKernel
242 - @ref NESelectKernel
243
Sheri Zhang5dda2172021-10-15 19:54:17 +0100244v21.11 Public major release
245 - Various bug fixes.
Gunes Bayir08773702021-11-05 12:34:34 +0000246 - Various optimizations:
247 - 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 +0000248 - Improve performance of Softmax on GPU for Uint8/Int8
Sheri Zhang5dda2172021-10-15 19:54:17 +0100249 - New OpenCL kernels / functions:
250 - @ref CLConv3D
251 - New Arm® Neon™ kernels / functions:
252 - @ref NEConv3D
Gunes Bayir08773702021-11-05 12:34:34 +0000253 - Support configurable build by a selected subset of operator list
254 - Support MobileBert on Neon™ backend
255 - Improve operator/function logging
256 - Remove padding from OpenCL kernels:
257 - ClPool2dKernel
258 - ClScaleKernel
259 - ClGemmMatrixMultiplyReshapedKernel
260 - Remove padding from Cpu kernels:
261 - CpuPool2dKernel
262 - Remove Y padding from OpenCL kernels:
263 - ClGemmMatrixMultiplyKernel
264 - ClGemmReshapedRHSMatrixKernel
265 - Remove legacy GeMM kernels in gemm_v1.cl
Sheri Zhang5dda2172021-10-15 19:54:17 +0100266
Freddie Liardet77014ff2021-08-05 15:50:31 +0100267v21.08 Public major release
268 - Various bug fixes.
269 - Various optimizations:
270 - Improve LWS (Local-Workgroup-Size) heuristic in OpenCL for GeMM, Direct Convolution and Winograd Transformations when OpenCL tuner is not used
271 - Improve QASYMM8/QSYMM8 performance on OpenCL for various Arm® Mali™ GPU architectures
272 - Add dynamic weights support in Fully connected layer (CPU/GPU)
273 - Various performance optimizations for floating-point data types (CPU/GPU)
274 - Add a reduced core library build arm_compute_core_v2
275 - Expose Operator API
276 - Support fat binary build for arm8.2-a via fat_binary build flag
277 - Add CPU discovery capabilities
278 - Add data type f16 support for:
Adnan AlSinan6863fa02022-02-04 13:04:55 +0000279 - CLRemapKernel
Freddie Liardet77014ff2021-08-05 15:50:31 +0100280 - Port the following functions to stateless API:
281 - @ref CLConvolutionLayer
282 - @ref CLFlattenLayer
283 - @ref CLFullyConnectedLayer
284 - @ref CLGEMM
285 - @ref CLGEMMConvolutionLayer
286 - @ref CLGEMMLowpMatrixMultiplyCore
287 - @ref CLWinogradConvolutionLayer
288 - @ref NEConvolutionLayer
289 - @ref NEFlattenLayer
290 - @ref NEFullyConnectedLayer
291 - @ref NEGEMM
292 - @ref NEGEMMConv2d
293 - @ref NEGEMMConvolutionLayer
294 - @ref NEGEMMLowpMatrixMultiplyCore
295 - @ref NEWinogradConvolutionLayer
296 - Remove the following functions:
297 - CLWinogradInputTransform
298 - Remove CLCoreRuntimeContext
299 - Remove ICPPSimpleKernel
300 - Rename file arm_compute/runtime/CL/functions/CLElementWiseUnaryLayer.h to arm_compute/runtime/CL/functions/CLElementwiseUnaryLayer.h
301
Michalis Spyrou27e67f02021-02-16 11:34:39 +0000302v21.05 Public major release
Sheri Zhangc2bed952021-05-06 12:12:38 +0100303 - Various bug fixes.
304 - Various optimisations.
305 - Various documentation updates:
Jakub Sujakee301b32021-06-04 09:46:08 +0100306 - Add supported operators and corresponding Android NNAPI operators.
307 - Documentation reorg into user guide and contributor guide.
Sheri Zhangc2bed952021-05-06 12:12:38 +0100308 - Add support for a global allocator for OpenCL tensors
309 - Add experimental support for [CLVK](https://github.com/kpet/clvk).
310 - Add data type S32 support for:
311 - @ref opencl::kernels::ClArithmeticKernel
312 - Add data type QASYMM8 support for:
313 - @ref CLROIPoolingLayer
314 - @ref CLROIPoolingLayerKernel
315 - @ref NEROIPoolingLayer
316 - @ref NEROIPoolingLayerKernel
317 - Add per-channel quantization support for:
318 - @ref CLDeconvolutionLayer
319 - @ref CLDirectDeconvolutionLayer
320 - @ref NEConvolutionLayer
321 - @ref NEDeconvolutionLayer
322 - Remove padding from OpenCL kernels:
323 - @ref CLL2NormalizeLayerKernel
Gian Marco Iodice8155c022021-04-16 15:08:59 +0100324 - CLDepthwiseConvolutionLayer3x3NHWCKernel
Sheri Zhangc2bed952021-05-06 12:12:38 +0100325 - @ref CLNormalizationLayerKernel
326 - @ref CLNormalizePlanarYUVLayerKernel
327 - @ref opencl::kernels::ClMulKernel
328 - @ref CLReductionOperationKernel
329 - @ref CLROIPoolingLayerKernel
330 - Remove computer vision support from Arm® Neon™ backend
331 - Remove the following functions:
Michalis Spyrou27e67f02021-02-16 11:34:39 +0000332 - NEAbsoluteDifference
333 - NEAccumulate
334 - NEBox3x3
335 - NECannyEdge
336 - NEChannelCombine
337 - NEChannelExtract
338 - NEColorConvert
Michalis Spyrou473cb012021-02-23 11:48:12 +0000339 - NEConvolution
Michalis Spyrou27e67f02021-02-16 11:34:39 +0000340 - NEDerivative
341 - NEDilate
342 - NEEqualizeHistogram
343 - NEErode
344 - NEFastCorners
345 - NEGaussian3x3
346 - NEGaussian5x5
347 - NEGaussianPyramid
348 - NEHOGDescriptor
349 - NEHOGDetector
350 - NEHOGGradient
351 - NEHOGMultiDetection
352 - NEHarrisCorners
353 - NEHistogram
354 - NEIntegralImage
355 - NELaplacianPyramid
356 - NELaplacianReconstruct
357 - NEMagnitude
358 - NEMeanStdDev
359 - NEMedian3x3
360 - NEMinMaxLocation
361 - NENonLinearFilter
362 - NEOpticalFlow
363 - NEPhase
Michalis Spyrou27e67f02021-02-16 11:34:39 +0000364 - NEScharr3x3
365 - NESobel3x3
366 - NESobel5x5
367 - NESobel7x7
368 - NETableLookup
369 - NEThreshold
370 - NEWarpAffine
Michalis Spyrou473cb012021-02-23 11:48:12 +0000371 - NEWarpPerspectiveKernel
Michalis Spyrou473cb012021-02-23 11:48:12 +0000372 - Remove all GLES kernels / functions / tests / examples
Sheri Zhangc2bed952021-05-06 12:12:38 +0100373 - Remove computer vision support from CL backend
374 - Remove the following functions:
Michalis Spyrou473cb012021-02-23 11:48:12 +0000375 - CLAbsoluteDifference
376 - CLAccumulate
377 - CLBox3x3
378 - CLCannyEdge
379 - CLChannelCombine
380 - CLChannelExtract
381 - CLColorConvert
382 - CLConvolution
383 - CLDerivative
384 - CLDilate
385 - CLEqualizeHistogram
386 - CLErode
387 - CLFastCorners
388 - CLGaussian3x3
389 - CLGaussian5x5
390 - CLGaussianPyramid
391 - CLHOGDescriptor
392 - CLHOGDetector
393 - CLHOGGradient
394 - CLHOGMultiDetection
395 - CLHarrisCorners
396 - CLHistogram
397 - CLIntegralImage
398 - CLLaplacianPyramid
399 - CLLaplacianReconstruct
400 - CLMagnitude
401 - CLMeanStdDev
402 - CLMedian3x3
403 - CLMinMaxLocation
404 - CLNonLinearFilter
405 - CLOpticalFlow
406 - CLPhase
407 - CLScharr3x3
408 - CLSobel3x3
409 - CLSobel5x5
410 - CLSobel7x7
411 - CLTableLookup
412 - CLThreshold
413 - CLWarpAffine
414 - CLWarpPerspective
Ramy Elgammal0d274b72022-08-05 13:14:57 +0100415
Georgios Pinitas40f51a62020-11-21 03:04:18 +0000416v21.02 Public major release
Sheri Zhangda6a6eb2021-01-06 11:15:06 +0000417 - Various bug fixes.
418 - Various optimisations.
Georgios Pinitas45514032020-12-30 00:03:09 +0000419 - Upgrade C++ standard to C++14
420 - Add macOS support
Giorgio Arena1055dc12021-02-19 09:53:06 +0000421 - Add Armv8-R AArch64 architecture support
Sheri Zhangda6a6eb2021-01-06 11:15:06 +0000422 - Add SVE/SVE2 support for:
Manuel Bottini10b38262021-02-19 18:16:44 +0000423 - NEScaleKernel
Sheri Zhangda6a6eb2021-01-06 11:15:06 +0000424 - @ref NEActivationLayer
425 - @ref NEArithmeticAddition
426 - @ref NEBatchNormalizationLayerKernel
Giorgio Arena1055dc12021-02-19 09:53:06 +0000427 - @ref cpu::kernels::CpuLogits1DSoftmaxKernel
428 - @ref cpu::kernels::CpuLogits1DMaxKernel
429 - @ref cpu::kernels::CpuElementwiseUnaryKernel
Sheri Zhangdda69142021-02-01 19:06:57 +0000430 - Remove padding from OpenCL kernels:
Sheri Zhang1efed922021-03-10 22:43:38 +0000431 - CLDirectConvolutionLayerKernel
Sheri Zhangdda69142021-02-01 19:06:57 +0000432 - @ref CLArgMinMaxLayerKernel
433 - @ref CLPadLayerKernel
434 - @ref CLROIAlignLayerKernel
435 - @ref CLRangeKernel
Manuel Bottini3b131ab2021-02-19 18:16:44 +0000436 - CLScaleKernel
Sheri Zhangdda69142021-02-01 19:06:57 +0000437 - @ref CLSelectKernel
438 - @ref CLBitwiseKernel
Giorgio Arena1055dc12021-02-19 09:53:06 +0000439 - @ref opencl::kernels::ClFloorKernel
Teresa Charlin27886092021-02-25 20:15:01 +0000440 - CLTransposeKernel
Giorgio Arena5b50f422021-02-17 11:43:05 +0000441 - Deprecate functions in CLTuner:
442 - add_lws_to_table
443 - import_lws_table
444 - lws_table
Sheri Zhangda6a6eb2021-01-06 11:15:06 +0000445 - Remove functions:
Georgios Pinitas96b16b62020-12-01 17:41:34 +0000446 - NELocallyConnectedLayer / CLLocallyConnectedLayer
Georgios Pinitasf7c5a412020-12-03 14:38:33 +0000447 - NEIm2Col
448 - NECol2Im
449 - NEGEMMInterleave4x4
450 - NEGEMMTranspose1xW
Georgios Pinitas8c3c0e72020-12-03 20:11:53 +0000451 - NEComputeAllAnchors / CLComputeAllAnchors
Georgios Pinitasec2256b2020-12-03 18:51:58 +0000452 - NEGEMMAssemblyDispatch
Georgios Pinitasc53266e2020-12-09 03:11:53 +0000453 - NEUpsampleLayer / CLUpsampleLayer
Sheri Zhangda6a6eb2021-01-06 11:15:06 +0000454 - Remove kernels:
Georgios Pinitasd308df32020-12-01 16:56:36 +0000455 - NEGEMMMatrixVectorMultiplyKernel
Georgios Pinitas96b16b62020-12-01 17:41:34 +0000456 - NELocallyConnectedMatrixMultiplyKernel / CLLocallyConnectedMatrixMultiplyKernel
Georgios Pinitasc53266e2020-12-09 03:11:53 +0000457 - NEUpsampleLayerKernel / CLUpsampleLayerKernel
Gian Marco Iodicef5aad512021-02-08 17:34:40 +0000458 - Extend OpenCL tuner with workgroup batch size support
459 - 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 +0000460 - Add functionality to load the OpenCL GEMM heuristics at runtime
461 - The GEMM heuristic file (MLGO) can be used to update the default GEMM heuristics available for OpenCL
Giorgio Arenacd7d1782021-02-22 14:58:37 +0000462 - 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 +0100463 - Note: data-type decoupling is in progress and experimental. Warning of unused symbols might be raised
Georgios Pinitas40f51a62020-11-21 03:04:18 +0000464
SiCong Li96209c72020-08-21 12:28:30 +0100465v20.11 Public major release
morgolock70b1eb82020-11-24 13:54:19 +0000466 - Various bug fixes.
467 - Various optimisations.
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +0000468 - 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 +0000469 This is planned to be resolved in 21.02 release.
morgolock70b1eb82020-11-24 13:54:19 +0000470 - Added new data type QASYMM8_SIGNED support for @ref NEROIAlignLayer.
SiCong Li903f8cc2020-08-27 10:17:10 +0100471 - Added new data type S32 support for:
Michele Di Giorgiobd2c8e12021-01-19 15:29:02 +0000472 - NEArithmeticSubtraction
473 - NEArithmeticSubtractionKernel
SiCong Libb88f892020-08-28 11:18:47 +0100474 - @ref NEPixelWiseMultiplication
Sheri Zhang1e3ab422021-03-16 17:35:08 +0000475 - NEPixelWiseMultiplicationKernel
Sang-Hoon Park63001ac2021-01-18 14:20:27 +0000476 - NEElementwiseDivision
477 - NEDivisionOperationKernel
SiCong Li96209c72020-08-21 12:28:30 +0100478 - Interface change
479 - Properly support softmax axis to have the same meaning as other major frameworks. That is, axis now defines the dimension
480 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.
481 The supported value range of axis is [-rank, rank).
482 This change applies to the following functions:
483 - @ref NESoftmaxLayer
484 - @ref NELogSoftmaxLayer
485 - @ref CLSoftmaxLayer
486 - @ref CLLogSoftmaxLayer
Manuel Bottiniceaa0bf2021-02-16 15:15:19 +0000487 - GCSoftmaxLayer
Sheri Zhang824061d2020-10-26 15:46:37 +0000488 - New OpenCL kernels / functions:
Georgios Pinitas4a578b92021-06-25 12:13:49 +0100489 - CLGEMMLowpQuantizeDownInt32ScaleByFixedPointKernel
morgolock0e728492020-11-20 11:03:33 +0000490 - @ref CLLogicalNot
491 - @ref CLLogicalAnd
492 - @ref CLLogicalOr
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +0000493 - New Arm® Neon™ kernels / functions:
morgolock0e728492020-11-20 11:03:33 +0000494 - @ref NELogicalNot
495 - @ref NELogicalAnd
496 - @ref NELogicalOr
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +0000497 - Removed padding from Arm® Neon™ kernels:
Sheri Zhang1e3ab422021-03-16 17:35:08 +0000498 - NEComplexPixelWiseMultiplicationKernel
Michalis Spyrou473cb012021-02-23 11:48:12 +0000499 - NENonMaximaSuppression3x3Kernel
Adnan AlSinan6863fa02022-02-04 13:04:55 +0000500 - NERemapKernel
Michele Di Giorgio93b75e02021-06-21 12:00:43 +0100501 - NEGEMMInterleave4x4Kernel
Manuel Bottini327225d2021-04-13 13:09:30 +0100502 - NEDirectConvolutionLayerKernel
Manuel Bottini10b38262021-02-19 18:16:44 +0000503 - NEScaleKernel
Georgios Pinitas96b16b62020-12-01 17:41:34 +0000504 - NELocallyConnectedMatrixMultiplyKernel
Manuel Bottinicfac51c2021-06-18 15:47:28 +0100505 - NEGEMMLowpOffsetContributionKernel
Michele Di Giorgio93b75e02021-06-21 12:00:43 +0100506 - NEGEMMTranspose1xWKernel
Michele Di Giorgio19289042021-02-03 16:05:00 +0000507 - NEPoolingLayerKernel
Michalis Spyrou473cb012021-02-23 11:48:12 +0000508 - NEConvolutionKernel
Michalis Spyrou60c3b0e2021-04-08 12:02:58 +0100509 - NEDepthwiseConvolutionLayerNativeKernel
Manuel Bottinicfac51c2021-06-18 15:47:28 +0100510 - NEGEMMLowpMatrixMultiplyKernel
Michele Di Giorgio53832b22021-06-21 14:45:44 +0100511 - NEGEMMMatrixMultiplyKernel
Manuel Bottini327225d2021-04-13 13:09:30 +0100512 - NEDirectConvolutionLayerOutputStageKernel
Sheri Zhanged367132020-10-08 15:46:16 +0100513 - @ref NEReductionOperationKernel
Manuel Bottinicfac51c2021-06-18 15:47:28 +0100514 - NEGEMMLowpMatrixAReductionKernel
515 - NEGEMMLowpMatrixBReductionKernel
Sheri Zhang824061d2020-10-26 15:46:37 +0000516 - Removed padding from OpenCL kernels:
Michele Di Giorgio7d61ff02021-01-18 21:15:59 +0000517 - CLBatchConcatenateLayerKernel
Michele Di Giorgio1e0208a2021-01-22 15:42:59 +0000518 - CLElementwiseOperationKernel
Sheri Zhang824061d2020-10-26 15:46:37 +0000519 - @ref CLBatchNormalizationLayerKernel
Michele Di Giorgioe1314662021-02-01 17:09:32 +0000520 - CLPoolingLayerKernel
Manuel Bottinic6f4ec32021-05-18 18:41:56 +0100521 - CLWinogradInputTransformKernel
Georgios Pinitas4a578b92021-06-25 12:13:49 +0100522 - CLGEMMLowpMatrixMultiplyNativeKernel
523 - CLGEMMLowpMatrixAReductionKernel
524 - CLGEMMLowpMatrixBReductionKernel
525 - CLGEMMLowpOffsetContributionOutputStageKernel
526 - CLGEMMLowpOffsetContributionKernel
Manuel Bottinic6f4ec32021-05-18 18:41:56 +0100527 - CLWinogradOutputTransformKernel
Georgios Pinitas4a578b92021-06-25 12:13:49 +0100528 - CLGEMMLowpMatrixMultiplyReshapedKernel
Sheri Zhang824061d2020-10-26 15:46:37 +0000529 - @ref CLFuseBatchNormalizationKernel
530 - @ref CLDepthwiseConvolutionLayerNativeKernel
Georgios Pinitas11d84152021-04-28 10:20:18 +0100531 - CLDepthConvertLayerKernel
Sheri Zhang7e20e292021-02-02 11:49:34 +0000532 - CLCopyKernel
Gian Marco Iodice8155c022021-04-16 15:08:59 +0100533 - CLDepthwiseConvolutionLayer3x3NHWCKernel
Georgios Pinitasf47f7182021-01-15 09:29:50 +0000534 - CLActivationLayerKernel
Manuel Bottinic6f4ec32021-05-18 18:41:56 +0100535 - CLWinogradFilterTransformKernel
Michele Di Giorgio7d61ff02021-01-18 21:15:59 +0000536 - CLWidthConcatenateLayerKernel
537 - CLWidthConcatenate4TensorsKernel
538 - CLWidthConcatenate2TensorsKernel
Sang-Hoon Park201e0fe2021-01-27 13:14:56 +0000539 - CLLogits1DMaxShiftExpSumKernel
540 - CLLogits1DNormKernel
Michele Di Giorgio7d61ff02021-01-18 21:15:59 +0000541 - CLHeightConcatenateLayerKernel
Georgios Pinitas856f66e2021-04-22 21:13:21 +0100542 - CLGEMMMatrixMultiplyKernel
Georgios Pinitas4a578b92021-06-25 12:13:49 +0100543 - CLGEMMLowpQuantizeDownInt32ScaleKernel
544 - CLGEMMLowpQuantizeDownInt32ScaleByFloatKernel
545 - CLGEMMLowpMatrixMultiplyReshapedOnlyRHSKernel
Michele Di Giorgio7d61ff02021-01-18 21:15:59 +0000546 - CLDepthConcatenateLayerKernel
Georgios Pinitas4a578b92021-06-25 12:13:49 +0100547 - CLGEMMLowpQuantizeDownInt32ScaleByFixedPointKernel
Sheri Zhang824061d2020-10-26 15:46:37 +0000548 - Removed OpenCL kernels / functions:
549 - CLGEMMLowpQuantizeDownInt32ToInt16ScaleByFixedPointKernel
550 - CLGEMMLowpQuantizeDownInt32ToInt8ScaleByFixedPointKernel
551 - CLGEMMLowpQuantizeDownInt32ToUint8ScaleByFixedPointKernel
morgolock00c76012020-11-06 10:40:12 +0000552 - 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 +0100553 - CLLocallyConnectedLayer
554 - CLLocallyConnectedMatrixMultiplyKernel
morgolock00c76012020-11-06 10:40:12 +0000555 - CLAbsoluteDifference
556 - CLAbsoluteDifferenceKernel
557 - CLAccumulate
558 - CLAccumulateKernel
559 - CLAccumulateSquared
560 - CLAccumulateSquaredKernel
561 - CLAccumulateWeighted
562 - CLAccumulateWeightedKernel
563 - CLAccumulateWeightedFP16Kernel
564 - CLBox3x3
565 - CLBox3x3Kernel
566 - CLBox3x3FP16Kernel
567 - CLCannyEdge
568 - CLChannelCombine
569 - CLChannelCombineKernel
570 - CLChannelExtract
571 - CLChannelExtractKernel
572 - CLColorConvert
573 - CLColorConvertKernel
574 - CLConvolution3x3
575 - CLConvolutionRectangle
576 - CLConvolutionRectangleKernel
577 - CLConvolutionSquare
578 - CLConvolutionKernel
579 - CLDerivative
580 - CLDerivativeKernel
581 - CLDilate
582 - CLDilateKernel
583 - CLEqualizeHistogram
584 - CLErode
585 - CLErodeKernel
586 - CLFastCorners
587 - CLFastCornersKernel
588 - CLGaussian3x3
589 - CLGaussian3x3Kernel
590 - CLGaussian5x5
591 - CLGaussian5x5HorKernel
592 - CLGaussian5x5VertKernel
593 - CLGaussianPyramid
594 - CLGaussianPyramidHalf
595 - CLGaussianPyramidOrb
596 - CLHarrisCorners
597 - CLHarrisScoreKernel
598 - CLHarrisScoreFP16Kernel
599 - CLHistogram
600 - CLHistogramKernel
601 - CLHOGOrientationBinningKernel
602 - CLHOGBlockNormalizationKernel
603 - CLHOGDetectorKernel
604 - CLHOGNonMaximaSuppressionKernel
605 - CLHOGDescriptor
606 - CLHOGDetector
607 - CLHOGGradient
608 - CLHOGMultiDetection
609 - CLHOGOrientationBinningKernel
610 - CLHOGBlockNormalizationKernel
611 - CLHOGDetectorKernel
612 - CLIntegralImage
613 - CLIntegralImageKernel
614 - CLLaplacianReconstruct
615 - CLLaplacianPyramid
616 - CLMagnitude
617 - CLMagnitudePhaseKernel
618 - CLMedian3x3
619 - CLMedian3x3Kernel
620 - CLMinMaxLocation
621 - CLMinMaxLocationKernel
622 - CLNonLinearFilter
623 - CLNonLinearFilterKernel
624 - CLNonMaximaSuppression3x3
625 - CLNonMaximaSuppression3x3FP16Kernel
626 - CLNonMaximaSuppression3x3Kernel
627 - CLOpticalFlow
628 - CLPhase
629 - CLRemap
630 - CLRemapKernel
631 - CLScharr3x3
632 - CLScharr3x3Kernel
633 - CLSobel3x3
634 - CLSobel3x3Kernel
635 - CLSobel5x5
636 - CLSobel5x5HorKernel
637 - CLSobel5x5VertKernel
638 - CLSobel7x7
639 - CLSobel7x7HorKernel
640 - CLSobel7x7VertKernel
641 - CLThreshold
642 - CLThresholdKernel
643 - CLWarpAffine
644 - CLWarpAffineKernel
645 - CLWarpPerspective
646 - CLWarpPerspectiveKernel
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +0000647 - 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 +0100648 - NELocallyConnectedLayer
649 - NELocallyConnectedMatrixMultiplyKernel
morgolock0c862652020-11-06 08:59:45 +0000650 - NEAbsoluteDifference
651 - NEAbsoluteDifferenceKernel
652 - NEAccumulate
653 - NEAccumulateKernel
654 - NEAccumulateSquared
655 - NEAccumulateSquaredKernel
656 - NEAccumulateWeighted
657 - NEAccumulateWeightedKernel
658 - NEAccumulateWeightedFP16Kernel
659 - NEBox3x3
660 - NEBox3x3Kernel
661 - NEBox3x3FP16Kernel
662 - NECannyEdge
663 - NEChannelCombine
664 - NEChannelCombineKernel
665 - NEChannelExtract
666 - NEChannelExtractKernel
667 - NEColorConvert
668 - NEColorConvertKernel
669 - NEConvolution3x3
670 - NEConvolutionRectangle
671 - NEConvolutionRectangleKernel
672 - NEConvolutionSquare
673 - NEConvolutionKernel
674 - NEDerivative
675 - NEDerivativeKernel
676 - NEDilate
677 - NEDilateKernel
678 - NEEqualizeHistogram
679 - NEErode
680 - NEErodeKernel
681 - NEFastCorners
682 - NEFastCornersKernel
683 - NEGaussian3x3
684 - NEGaussian3x3Kernel
685 - NEGaussian5x5
686 - NEGaussian5x5HorKernel
687 - NEGaussian5x5VertKernel
688 - NEGaussianPyramid
689 - NEGaussianPyramidHalf
690 - NEGaussianPyramidOrb
691 - NEHarrisCorners
692 - NEHarrisScoreKernel
693 - NEHarrisScoreFP16Kernel
694 - NEHistogram
695 - NEHistogramKernel
696 - NEHOGOrientationBinningKernel
697 - NEHOGBlockNormalizationKernel
698 - NEHOGDetectorKernel
699 - NEHOGNonMaximaSuppressionKernel
700 - NEHOGDescriptor
701 - NEHOGDetector
702 - NEHOGGradient
703 - NEHOGMultiDetection
704 - NEHOGOrientationBinningKernel
705 - NEHOGBlockNormalizationKernel
706 - NEHOGDetectorKernel
707 - NEIntegralImage
708 - NEIntegralImageKernel
709 - NELaplacianReconstruct
710 - NELaplacianPyramid
711 - NEMagnitude
712 - NEMagnitudePhaseKernel
713 - NEMedian3x3
714 - NEMedian3x3Kernel
715 - NEMinMaxLocation
716 - NEMinMaxLocationKernel
717 - NENonLinearFilter
718 - NENonLinearFilterKernel
719 - NENonMaximaSuppression3x3
720 - NENonMaximaSuppression3x3FP16Kernel
721 - NENonMaximaSuppression3x3Kernel
722 - NEOpticalFlow
723 - NEPhase
724 - NERemap
725 - NERemapKernel
726 - NEScharr3x3
727 - NEScharr3x3Kernel
728 - NESobel3x3
729 - NESobel3x3Kernel
730 - NESobel5x5
731 - NESobel5x5HorKernel
732 - NESobel5x5VertKernel
733 - NESobel7x7
734 - NESobel7x7HorKernel
735 - NESobel7x7VertKernel
736 - NEThreshold
737 - NEThresholdKernel
738 - NEWarpAffine
739 - NEWarpAffineKernel
740 - NEWarpPerspective
741 - NEWarpPerspectiveKernel
morgolockd6ee9ed2020-11-19 10:07:14 +0000742 - Deprecated GLES kernels / functions (If a kernel is used only by the function that is being deprecated, the kernel is deprecated together):
743 - GCAbsoluteDifference
744 - GCActivationLayer
745 - GCArithmeticAddition
746 - GCBatchNormalizationLayer
747 - GCConcatenateLayer
748 - GCConvolutionLayer
749 - GCDepthwiseConvolutionLayer
750 - GCDirectConvolutionLayer
751 - GCDropoutLayer
752 - GCFillBorder
753 - GCFullyConnectedLayer
754 - GCGEMM
755 - GCGEMMInterleave4x4
756 - GCGEMMTranspose1xW
757 - GCNormalizationLayer
758 - GCNormalizePlanarYUVLayer
759 - GCPixelWiseMultiplication
760 - GCPoolingLayer
761 - GCScale
762 - GCSoftmaxLayer
763 - GCTensorShift
764 - GCTranspose
765
SiCong Li96209c72020-08-21 12:28:30 +0100766
Georgios Pinitas25ef7212020-06-02 23:00:41 +0100767v20.08 Public major release
768 - Various bug fixes.
769 - Various optimisations.
Sheri Zhang3ef9b5f2020-07-09 16:32:58 +0100770 - Added new data type QASYMM8_SIGNED support for:
Sheri Zhangdd4cfc02020-07-10 14:15:41 +0100771 - @ref CLArgMinMaxLayer
772 - @ref CLArgMinMaxLayerKernel
773 - Added new data type U8 support for:
774 - @ref NECropKernel
Sheri Zhang7e20e292021-02-02 11:49:34 +0000775 - CLCropKernel
Jakub Sujakee301b32021-06-04 09:46:08 +0100776 - Added align_corner support for nearest neighbor interpolation in:
Manuel Bottini10b38262021-02-19 18:16:44 +0000777 - NEScaleKernel
Manuel Bottini3b131ab2021-02-19 18:16:44 +0000778 - CLScaleKernel
Sheri Zhangdd4cfc02020-07-10 14:15:41 +0100779 - New OpenCL kernels / functions:
780 - @ref CLMaxUnpoolingLayerKernel
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +0000781 - New Arm® Neon™ kernels / functions:
Dana Zlotnik149203b2022-01-26 12:38:03 +0200782 - NEMaxUnpoolingLayerKernel
Sheri Zhang3ef9b5f2020-07-09 16:32:58 +0100783 - New graph example:
Sheri Zhangdd4cfc02020-07-10 14:15:41 +0100784 - graph_yolov3_output_detector
Sang-Hoon Parkadfaefb2020-08-18 09:13:05 +0100785 - GEMMTuner improvements:
786 - Added fp16 support
787 - Output json files for easier integration
788 - Enabled tuning for export_to_cl_image_rhs option for RHS tensors
789 - More robust script for running benchmarks
Sheri Zhang3ef9b5f2020-07-09 16:32:58 +0100790 - Removed padding from:
Sheri Zhang1e3ab422021-03-16 17:35:08 +0000791 - NEPixelWiseMultiplicationKernel
Michele Di Giorgiobd2c8e12021-01-19 15:29:02 +0000792 - NEHeightConcatenateLayerKernel
Michalis Spyrou27e67f02021-02-16 11:34:39 +0000793 - NEThresholdKernel
Michele Di Giorgiobd2c8e12021-01-19 15:29:02 +0000794 - NEBatchConcatenateLayerKernel
Teresa Charlind1dc09c2021-03-04 15:24:45 +0000795 - NETransposeKernel
Sang-Hoon Parkadfaefb2020-08-18 09:13:05 +0100796 - @ref NEBatchNormalizationLayerKernel
Michele Di Giorgiobd2c8e12021-01-19 15:29:02 +0000797 - NEArithmeticSubtractionKernel
Sang-Hoon Parkadfaefb2020-08-18 09:13:05 +0100798 - @ref NEBoundingBoxTransformKernel
Michalis Spyrou373b4072021-01-20 16:41:12 +0000799 - NELogits1DMaxKernel
800 - NELogits1DSoftmaxKernel
Sang-Hoon Parkadfaefb2020-08-18 09:13:05 +0100801 - @ref NEROIPoolingLayerKernel
802 - @ref NEROIAlignLayerKernel
Georgios Pinitas0b1c2db2020-12-04 15:51:34 +0000803 - NEYOLOLayerKernel
Georgios Pinitasc53266e2020-12-09 03:11:53 +0000804 - NEUpsampleLayerKernel
Georgios Pinitas70eb53b2021-01-06 19:42:21 +0000805 - NEFloorKernel
Michele Di Giorgiobd2c8e12021-01-19 15:29:02 +0000806 - NEWidthConcatenateLayerKernel
807 - NEDepthConcatenateLayerKernel
Sang-Hoon Parkadfaefb2020-08-18 09:13:05 +0100808 - @ref NENormalizationLayerKernel
809 - @ref NEL2NormalizeLayerKernel
Georgios Pinitasc6f95102021-03-30 10:03:01 +0100810 - NEFillArrayKernel
Georgios Pinitas11d84152021-04-28 10:20:18 +0100811 - NEDepthConvertLayerKernel
Sang-Hoon Parkadfaefb2020-08-18 09:13:05 +0100812 - @ref NERangeKernel
813 - @ref NEPriorBoxLayer
Sheri Zhanged367132020-10-08 15:46:16 +0100814 - Removed OpenCL kernels / functions:
Sang-Hoon Parkadfaefb2020-08-18 09:13:05 +0100815 - CLGEMMLowpQuantizeDownInt32ToUint8Scale
816 - CLGEMMLowpQuantizeDownInt32ToUint8ScaleByFloat
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +0000817 - Removed Arm® Neon™ kernels / functions:
Sang-Hoon Parkadfaefb2020-08-18 09:13:05 +0100818 - NEGEMMLowpQuantizeDownInt32ToUint8Scale
819 - NEGEMMMatrixAccumulateBiasesKernel
SiCong Lid004a7a2020-05-28 15:26:41 +0100820 - Deprecated functions / interfaces:
Michalis Spyrou473cb012021-02-23 11:48:12 +0000821 - Non-descriptor based interfaces for NEThreshold, CLThreshold
Manuel Bottiniceaa0bf2021-02-16 15:15:19 +0000822 - Non-descriptor based interfaces for @ref NEScale, @ref CLScale and GCScale
823 - In @ref NESoftmaxLayer, @ref NELogSoftmaxLayer, @ref CLSoftmaxLayer, @ref CLLogSoftmaxLayer and GCSoftmaxLayer :
824 The default "axis" value for @ref CLSoftmaxLayer, @ref CLLogSoftmaxLayer and GCSoftmaxLayer is changed from 1 to 0.
morgolock9c7fed82020-08-05 12:30:56 +0100825 Only axis 0 is supported.
826 The default "axis" value for @ref NESoftmaxLayer, @ref NELogSoftmaxLayer is changed from 1 to 0.
Sang-Hoon Parkadfaefb2020-08-18 09:13:05 +0100827 Only axis 0 is supported.
Sang-Hoon Parka0205b92020-07-07 09:36:09 +0100828 - The support for quantized data types has been removed from @ref CLLogSoftmaxLayer due to implementation complexity.
Manuel Bottinid844c082021-07-14 12:58:54 +0100829 - 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 +0100830 - This change allows to use @ref CLGEMMConvolutionLayer without extra padding for the input and output.
831 - Only the weights/bias of @ref CLGEMMConvolutionLayer could require padding for the computation.
Georgios Pinitas856f66e2021-04-22 21:13:21 +0100832 - Only on Arm® Mali™ Midgard GPUs, @ref CLGEMMConvolutionLayer could require padding since CLGEMMMatrixMultiplyKernel is called and currently requires padding.
833 - 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 +0100834 - 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 +0100835 - The padding requirement for the OpenCL image object is considered into the CLGEMMReshapeRHSMatrixKernel.
836 - The reshaped RHS matrix stores the weights when GEMM is used to accelerate CLGEMMConvolutionLayer.
Georgios Pinitas25ef7212020-06-02 23:00:41 +0100837
Georgios Pinitasfd7780d2020-03-17 11:41:00 +0000838v20.05 Public major release
Georgios Pinitasc7b183a2020-03-06 18:12:09 +0000839 - Various bug fixes.
840 - Various optimisations.
Michele Di Giorgio36a551f2020-04-23 11:55:29 +0100841 - Updated recommended NDK version to r18b.
842 - Updated recommended gcc version to Linaro 6.3.1.
Georgios Pinitasc7b183a2020-03-06 18:12:09 +0000843 - Added Bfloat16 type support
844 - Added Bfloat16 support in:
Manuel Bottini29599d02021-07-06 15:01:35 +0100845 - NEWeightsReshapeKernel
846 - NEConvolutionLayerReshapeWeights
Manuel Bottini90028992021-06-30 18:29:18 +0100847 - NEIm2ColKernel
Georgios Pinitasf7c5a412020-12-03 14:38:33 +0000848 - NEIm2Col
Georgios Pinitas11d84152021-04-28 10:20:18 +0100849 - NEDepthConvertLayerKernel
Georgios Pinitasc7b183a2020-03-06 18:12:09 +0000850 - @ref NEDepthConvertLayer
851 - @ref NEGEMMConvolutionLayer
Georgios Pinitasec2256b2020-12-03 18:51:58 +0000852 - NEGEMMAssemblyDispatch
Sheri Zhang0f2522b2020-03-25 16:38:19 +0000853 - Added new data type QASYMM8_SIGNED support for:
854 - @ref CLDirectConvolutionLayer
855 - @ref CLDeconvolutionLayer
856 - @ref CLDirectDeconvolutionLayer
857 - @ref CLGEMMDeconvolutionLayer
Georgios Pinitas4a578b92021-06-25 12:13:49 +0100858 - CLGEMMLowpMatrixMultiplyReshapedKernel
859 - CLGEMMLowpQuantizeDownInt32ScaleKernel
860 - CLGEMMLowpQuantizeDownInt32ScaleByFloatKernel
Sheri Zhang0f2522b2020-03-25 16:38:19 +0000861 - @ref CLReductionOperation
862 - @ref CLReduceMean
Sheri Zhang359c48e2020-04-30 22:53:39 +0100863 - @ref NEScale
Manuel Bottini10b38262021-02-19 18:16:44 +0000864 - NEScaleKernel
Georgios Pinitasc53266e2020-12-09 03:11:53 +0000865 - NEUpsampleLayer
Sheri Zhang0f2522b2020-03-25 16:38:19 +0000866 - @ref NECast
867 - @ref NEReductionOperation
868 - @ref NEReduceMean
869 - @ref NEArgMinMaxLayer
870 - @ref NEDeconvolutionLayer
Manuel Bottiniae58bdf2021-06-17 17:18:45 +0100871 - NEGEMMLowpQuantizeDownInt32ScaleKernel
Sheri Zhang0f2522b2020-03-25 16:38:19 +0000872 - @ref CPPBoxWithNonMaximaSuppressionLimit
873 - @ref CPPDetectionPostProcessLayer
874 - @ref CPPPermuteKernel
875 - @ref CPPPermute
876 - @ref CPPTopKVKernel
877 - @ref CPPTopKV
Sheri Zhang359c48e2020-04-30 22:53:39 +0100878 - @ref CPPUpsample
879 - @ref CPPUpsampleKernel
Sheri Zhang31b49ca2020-04-24 11:15:10 +0100880 - New OpenCL kernels / functions:
881 - @ref CLQLSTMLayer
882 - @ref CLQLSTMLayerNormalizationKernel
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +0000883 - New Arm® Neon™ kernels / functions:
Sheri Zhang31b49ca2020-04-24 11:15:10 +0100884 - @ref NEQLSTMLayer
885 - @ref NEQLSTMLayerNormalizationKernel
886 - Added HARD_SWISH support in:
Georgios Pinitasf47f7182021-01-15 09:29:50 +0000887 - CLActivationLayerKernel
Michele Di Giorgiobd2c8e12021-01-19 15:29:02 +0000888 - NEActivationLayerKernel
Sheri Zhang0f2522b2020-03-25 16:38:19 +0000889 - Deprecated OpenCL kernels / functions:
890 - CLGEMMLowpQuantizeDownInt32ToUint8Scale
891 - CLGEMMLowpQuantizeDownInt32ToUint8ScaleByFloat
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +0000892 - Deprecated Arm® Neon™ kernels / functions:
Sheri Zhang0f2522b2020-03-25 16:38:19 +0000893 - NEGEMMLowpQuantizeDownInt32ToUint8Scale
894 - Removed CPP kernels / functions:
895 - CPPFlipWeightsKernel
Manuel Bottini387259a2020-05-21 17:14:36 +0100896 - Removed PoolingLayerInfo constructors without Data Layout.
897 - Removed CLDepthwiseConvolutionLayer3x3
898 - Removed NEDepthwiseConvolutionLayerOptimized
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +0000899 - Added support for Winograd 3x3,4x4 on Arm® Neon™ FP16:
Manuel Bottini075253a2020-05-22 12:57:18 +0100900 - @ref NEWinogradConvolutionLayer
Michalis Spyrou96f977e2021-07-01 12:20:56 +0100901 - CpuWinogradConv2dTransformInputKernel
902 - CpuWinogradConv2dTransformOutputKernel
903 - CpuWinogradConv2dTransformWeightsKernel
Manuel Bottini075253a2020-05-22 12:57:18 +0100904 - Added CLCompileContext
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +0000905 - Added Arm® Neon™ GEMM kernel with 2D window support
Georgios Pinitasc7b183a2020-03-06 18:12:09 +0000906
Michele Di Giorgio740872e2020-03-04 15:29:49 +0000907v20.02.1 Maintenance release
908 - Added Android-NN build script.
909
Giuseppe Rossinif04ddbc2020-02-17 17:22:49 +0000910v20.02 Public major release
911 - Various bug fixes.
912 - Various optimisations.
913 - Added new data type QASYMM8_SIGNED support for:
914 - @ref CLDepthwiseConvolutionLayer
Manuel Bottini387259a2020-05-21 17:14:36 +0100915 - CLDepthwiseConvolutionLayer3x3
Giuseppe Rossinif04ddbc2020-02-17 17:22:49 +0000916 - @ref CLGEMMConvolutionLayer
Georgios Pinitas4a578b92021-06-25 12:13:49 +0100917 - CLGEMMLowpMatrixMultiplyCore
918 - CLGEMMLowpMatrixMultiplyReshapedOnlyRHSKernel
919 - CLGEMMLowpMatrixMultiplyNativeKernel
Giuseppe Rossinif04ddbc2020-02-17 17:22:49 +0000920 - @ref NEActivationLayer
Sang-Hoon Park63001ac2021-01-18 14:20:27 +0000921 - NEComparisonOperationKernel
Giuseppe Rossinif04ddbc2020-02-17 17:22:49 +0000922 - @ref NEConvolutionLayer
923 - @ref NEDepthwiseConvolutionLayer
Georgios Pinitas7d0adc62020-09-04 15:25:24 +0100924 - NEDepthwiseConvolutionLayer3x3Kernel
Manuel Bottini327225d2021-04-13 13:09:30 +0100925 - NEDirectConvolutionLayerOutputStageKernel
Giuseppe Rossinif04ddbc2020-02-17 17:22:49 +0000926 - @ref NEElementwiseComparison
927 - @ref NEElementwiseMax
928 - @ref NEElementwiseMin
929 - @ref NEElementwiseSquaredDiff
930 - @ref NEFullyConnectedLayer
Michele Di Giorgiof22f6722020-07-03 16:29:24 +0100931 - NEGEMMMatrixVectorMultiplyKernel
Giuseppe Rossinif04ddbc2020-02-17 17:22:49 +0000932 - @ref NEPixelWiseMultiplication
933 - @ref NEPoolingLayer
934 - @ref NEPReluLayer
935 - Added support for QSYMM8_PER_CHANNEL in:
Georgios Pinitas7d0adc62020-09-04 15:25:24 +0100936 - NEDepthwiseConvolutionLayer3x3Kernel
Giuseppe Rossinif04ddbc2020-02-17 17:22:49 +0000937 - Added support for split sizes in:
938 - @ref CLSplit
939 - @ref NESplit
940 - New OpenCL kernels / functions:
941 - @ref CLFill
Georgios Pinitas4a578b92021-06-25 12:13:49 +0100942 - CLGEMMLowpQuantizeDownInt32ToInt8ScaleByFixedPointKernel / CLGEMMLowpQuantizeDownInt32ToInt8ScaleByFixedPoint
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +0000943 - New Arm® Neon™ kernels / functions:
Giuseppe Rossinif04ddbc2020-02-17 17:22:49 +0000944 - @ref NEFill
Manuel Bottiniae58bdf2021-06-17 17:18:45 +0100945 - NEGEMMLowpQuantizeDownInt32ToInt8ScaleByFixedPointKernel / NEGEMMLowpQuantizeDownInt32ToInt8ScaleByFixedPoint
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +0000946 - Deprecated Arm® Neon™ functions / interfaces:
Manuel Bottini387259a2020-05-21 17:14:36 +0100947 - CLDepthwiseConvolutionLayer3x3
948 - NEDepthwiseConvolutionLayerOptimized
949 - PoolingLayerInfo constructors without Data Layout.
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +0000950 - Added support for quantization with multiplier greater than 1 on Arm® Neon™ and CL.
Giuseppe Rossinif04ddbc2020-02-17 17:22:49 +0000951 - Added support for quantized inputs of type QASYMM8_SIGNED and QASYMM8 to @ref CLQuantizationLayer.
952 - Added the ability to build bootcode for bare metal.
953 - Added support for generating synthetic QASYMM8 graphs.
954 - Added support for F16 datatype in VGG16.
955 - Removed pre-built binaries for GLES.
956
Michele Di Giorgiod374ff22020-01-21 10:03:20 +0000957v19.11.1 Public maintenance release
958 - Fix offset calculation in NEReductionOperationKernel.
959 - Fix data layout in NEScaleKernel for nhwc.
960 - Retain configuration step data layout to avoid side-effects.
961 - Perform sqrt in double domain for L2 pooling.
962 - Fix output shape calculation for Reduce Mean
963 - Restrict cases where optimized NEPadLayer runs.
964
Michele Di Giorgioa046e162019-10-08 09:36:26 +0100965v19.11 Public major release
SiCong Lica1f98c2019-11-28 11:06:11 +0000966 - Various bug fixes.
967 - Various optimisations.
SiCong Li1f7f9882019-11-28 14:59:35 +0000968 - Updated recommended NDK version to r17c.
SiCong Lica1f98c2019-11-28 11:06:11 +0000969 - Deprecated OpenCL kernels / functions:
Michele Di Giorgioa046e162019-10-08 09:36:26 +0100970 - CLDepthwiseConvolutionLayerReshapeWeightsGenericKernel
971 - CLDepthwiseIm2ColKernel
SiCong Lica1f98c2019-11-28 11:06:11 +0000972 - CLDepthwiseSeparableConvolutionLayer
Michele Di Giorgioa046e162019-10-08 09:36:26 +0100973 - CLDepthwiseVectorToTensorKernel
974 - CLDirectConvolutionLayerOutputStageKernel
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +0000975 - Deprecated Arm® Neon™ kernels / functions:
Giorgio Arenad93e2632019-10-15 11:09:33 +0100976 - NEDepthwiseWeightsReshapeKernel
977 - NEDepthwiseIm2ColKernel
SiCong Lica1f98c2019-11-28 11:06:11 +0000978 - NEDepthwiseSeparableConvolutionLayer
Giorgio Arenad93e2632019-10-15 11:09:33 +0100979 - NEDepthwiseVectorToTensorKernel
Manuel Bottini05069f02019-09-26 17:18:26 +0100980 - NEDepthwiseConvolutionLayer3x3
SiCong Lica1f98c2019-11-28 11:06:11 +0000981 - New OpenCL kernels / functions:
982 - @ref CLInstanceNormalizationLayerKernel / @ref CLInstanceNormalizationLayer
983 - @ref CLDepthwiseConvolutionLayerNativeKernel to replace the old generic depthwise convolution (see Deprecated
984 OpenCL kernels / functions)
985 - @ref CLLogSoftmaxLayer
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +0000986 - New Arm® Neon™ kernels / functions:
SiCong Lica1f98c2019-11-28 11:06:11 +0000987 - @ref NEBoundingBoxTransformKernel / @ref NEBoundingBoxTransform
Georgios Pinitas8c3c0e72020-12-03 20:11:53 +0000988 - @ref NEComputeAllAnchorsKernel / NEComputeAllAnchors
SiCong Lica1f98c2019-11-28 11:06:11 +0000989 - @ref NEDetectionPostProcessLayer
990 - @ref NEGenerateProposalsLayer
991 - @ref NEInstanceNormalizationLayerKernel / @ref NEInstanceNormalizationLayer
992 - @ref NELogSoftmaxLayer
993 - @ref NEROIAlignLayerKernel / @ref NEROIAlignLayer
994 - Added QASYMM8 support for:
995 - @ref CLGenerateProposalsLayer
996 - @ref CLROIAlignLayer
997 - @ref CPPBoxWithNonMaximaSuppressionLimit
998 - Added QASYMM16 support for:
999 - @ref CLBoundingBoxTransform
1000 - Added FP16 support for:
Georgios Pinitas856f66e2021-04-22 21:13:21 +01001001 - CLGEMMMatrixMultiplyReshapedKernel
SiCong Lica1f98c2019-11-28 11:06:11 +00001002 - Added new data type QASYMM8_PER_CHANNEL support for:
Manuel Bottini9e73c932021-03-02 17:40:42 +00001003 - CLDequantizationLayer
SiCong Lica1f98c2019-11-28 11:06:11 +00001004 - @ref NEDequantizationLayer
1005 - Added new data type QSYMM8_PER_CHANNEL support for:
1006 - @ref CLConvolutionLayer
1007 - @ref NEConvolutionLayer
1008 - @ref CLDepthwiseConvolutionLayer
1009 - @ref NEDepthwiseConvolutionLayer
1010 - Added FP16 mixed-precision support for:
Georgios Pinitas856f66e2021-04-22 21:13:21 +01001011 - CLGEMMMatrixMultiplyReshapedKernel
Michele Di Giorgioe1314662021-02-01 17:09:32 +00001012 - CLPoolingLayerKernel
SiCong Lica1f98c2019-11-28 11:06:11 +00001013 - Added FP32 and FP16 ELU activation for:
1014 - @ref CLActivationLayer
1015 - @ref NEActivationLayer
1016 - Added asymmetric padding support for:
1017 - @ref CLDirectDeconvolutionLayer
1018 - @ref CLGEMMDeconvolutionLayer
1019 - @ref NEDeconvolutionLayer
1020 - Added SYMMETRIC and REFLECT modes for @ref CLPadLayerKernel / @ref CLPadLayer.
Georgios Pinitas0f7ef8a2021-01-10 04:23:52 +00001021 - Replaced the calls to NECopyKernel and NEMemsetKernel with @ref NEPadLayer in @ref NEGenerateProposalsLayer.
1022 - Replaced the calls to CLCopyKernel and CLMemsetKernel with @ref CLPadLayer in @ref CLGenerateProposalsLayer.
SiCong Lica1f98c2019-11-28 11:06:11 +00001023 - Improved performance for CL Inception V3 - FP16.
1024 - Improved accuracy for CL Inception V3 - FP16 by enabling FP32 accumulator (mixed-precision).
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +00001025 - Improved Arm® Neon™ performance by enabling fusing batch normalization with convolution and depth-wise convolution layer.
1026 - Improved Arm® Neon™ performance for MobileNet-SSD by improving the output detection performance.
SiCong Lica1f98c2019-11-28 11:06:11 +00001027 - Optimized @ref CLPadLayer.
1028 - Optimized CL generic depthwise convolution layer by introducing @ref CLDepthwiseConvolutionLayerNativeKernel.
1029 - Reduced memory consumption by implementing weights sharing.
Michele Di Giorgioa046e162019-10-08 09:36:26 +01001030
Michele Di Giorgiod374ff22020-01-21 10:03:20 +00001031v19.08.1 Public maintenance release
1032 - Fix offset calculation in NEReductionOperationKernel.
1033 - Fix data layout in NEScaleKernel for nhwc.
1034 - Retain configuration step data layout to avoid side-effects.
1035 - Perform sqrt in double domain for L2 pooling.
1036 - Fix output shape calculation for Reduce Mean
1037 - Fix broadcast CLPixelwiseMultiplication with 5D tensors
1038
Georgios Pinitas3d13af82019-06-04 13:04:16 +01001039v19.08 Public major release
1040 - Various bug fixes.
1041 - Various optimisations.
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +00001042 - Deprecated Arm® Neon™ functions
Gian Marco Iodicecc2f54b2019-08-22 10:10:52 +01001043 - NEDepthConcatenateLayer
1044 - NEWidthConcatenateLayer
1045 - Deprecated OpenCL kernels / functions
1046 - CLDepthConcatenateLayer
1047 - CLGEMMInterleave4x4Kernel / CLGEMMInterleave4x4
1048 - CLGEMMTranspose1xWKernel / CLGEMMTranspose1xW
1049 - CLWidthConcatenateLayer
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +00001050 - New Arm® Neon™ kernels / functions:
Gian Marco Iodicec5f48ad2019-09-02 09:52:12 +01001051 - @ref NEAbsLayer
Gian Marco Iodicecc2f54b2019-08-22 10:10:52 +01001052 - @ref NECast
Gian Marco Iodicec5f48ad2019-09-02 09:52:12 +01001053 - @ref NEElementwisePower
1054 - @ref NELogLayer
Gian Marco Iodicecc2f54b2019-08-22 10:10:52 +01001055 - @ref NELSTMLayerQuantized
Gian Marco Iodicec5f48ad2019-09-02 09:52:12 +01001056 - @ref NENegLayer
Gian Marco Iodicecc2f54b2019-08-22 10:10:52 +01001057 - @ref NEPReluLayer
Gian Marco Iodicec5f48ad2019-09-02 09:52:12 +01001058 - @ref NESinLayer
Michele Di Giorgiobd2c8e12021-01-19 15:29:02 +00001059 - NEBatchConcatenateLayerKernel
Gian Marco Iodicecc2f54b2019-08-22 10:10:52 +01001060 - @ref NEDepthToSpaceLayerKernel / @ref NEDepthToSpaceLayer
Michalis Spyrou60c3b0e2021-04-08 12:02:58 +01001061 - NEDepthwiseConvolutionLayerNativeKernel
Manuel Bottiniae58bdf2021-06-17 17:18:45 +01001062 - NEGEMMLowpQuantizeDownInt32ToInt16ScaleByFixedPointKernel
Gian Marco Iodicecc2f54b2019-08-22 10:10:52 +01001063 - @ref NEMeanStdDevNormalizationKernel / @ref NEMeanStdDevNormalizationLayer
1064 - @ref NESpaceToDepthLayerKernel / @ref NESpaceToDepthLayer
1065 - New OpenCL kernels / functions:
Gian Marco Iodicec5f48ad2019-09-02 09:52:12 +01001066 - @ref CLAbsLayer
1067 - @ref CLElementwisePower
1068 - @ref CLLogLayer
Gian Marco Iodicecc2f54b2019-08-22 10:10:52 +01001069 - @ref CLLSTMLayerQuantized
Gian Marco Iodicec5f48ad2019-09-02 09:52:12 +01001070 - @ref CLNegLayer
Gian Marco Iodicecc2f54b2019-08-22 10:10:52 +01001071 - @ref CLPReluLayer
Gian Marco Iodicec5f48ad2019-09-02 09:52:12 +01001072 - @ref CLSinLayer
Michele Di Giorgio7d61ff02021-01-18 21:15:59 +00001073 - CLBatchConcatenateLayerKernel
Gian Marco Iodicecc2f54b2019-08-22 10:10:52 +01001074 - @ref CLDepthToSpaceLayerKernel / @ref CLDepthToSpaceLayer
Georgios Pinitas856f66e2021-04-22 21:13:21 +01001075 - CLGEMMLowpMatrixMultiplyNativeKernel
Michele Di Giorgioba14c922020-10-12 13:27:57 +01001076 - CLGEMMLowpQuantizeDownInt32ToInt16ScaleByFixedPointKernel
Georgios Pinitas856f66e2021-04-22 21:13:21 +01001077 - CLGEMMMatrixMultiplyNativeKernel
Michalis Spyrou473cb012021-02-23 11:48:12 +00001078 - CLMeanStdDevNormalizationKernel /CLMeanStdDevNormalizationLayer
Gian Marco Iodicecc2f54b2019-08-22 10:10:52 +01001079 - @ref CLSpaceToDepthLayerKernel / @ref CLSpaceToDepthLayer
1080 - New examples:
1081 - neon_opticalflow
1082 - cl_cache
1083 - neon_permute
Gian Marco Iodicec5f48ad2019-09-02 09:52:12 +01001084 - Added support for FP16 in @ref NEDeconvolutionLayer
1085 - Added support for FP16 in @ref CLDeconvolutionLayer
1086 - Added support for REDUCE_MIN and REDUCE_MAX in @ref ReductionOperation
Gian Marco Iodicecc2f54b2019-08-22 10:10:52 +01001087 - Enable the fusion of batch normalization with convolution and depthwise convolution layer for FP32 in the graph API (OpenCL only)
1088 - 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 +00001089 - Re-factored the depthwise convolution layer kernel on Arm® Neon™ for generic cases
Jakub Sujakee301b32021-06-04 09:46:08 +01001090 - Added an optimized depthwise convolution layer kernel for 5x5 filters (Neon™ only)
Gian Marco Iodicecc2f54b2019-08-22 10:10:52 +01001091 - Added support to enable OpenCL kernel cache. Added example showing how to load the prebuilt OpenCL kernels from a binary cache file
1092 - Altered @ref QuantizationInfo interface to support per-channel quantization.
Manuel Bottini387259a2020-05-21 17:14:36 +01001093 - The CLDepthwiseConvolutionLayer3x3 will be included by @ref CLDepthwiseConvolutionLayer to accommodate for future optimizations.
1094 - The NEDepthwiseConvolutionLayerOptimized will be included by @ref NEDepthwiseConvolutionLayer to accommodate for future optimizations.
Gian Marco Iodicecc2f54b2019-08-22 10:10:52 +01001095 - Removed inner_border_right and inner_border_top parameters from @ref CLDeconvolutionLayer interface
1096 - Removed inner_border_right and inner_border_top parameters from @ref NEDeconvolutionLayer interface
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +00001097 - 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 +01001098
Michalis Spyroua9c44722019-04-05 17:18:36 +01001099v19.05 Public major release
Michalis Spyrouc6608ac2019-05-16 17:40:23 +01001100 - Various bug fixes.
1101 - Various optimisations.
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +00001102 - New Arm® Neon™ kernels / functions:
Georgios Pinitasf790fdb2019-04-24 12:41:25 +01001103 - @ref NEBatchToSpaceLayerKernel / @ref NEBatchToSpaceLayer
Sheri Zhang1e3ab422021-03-16 17:35:08 +00001104 - NEComplexPixelWiseMultiplicationKernel / @ref NEComplexPixelWiseMultiplication
Georgios Pinitasf790fdb2019-04-24 12:41:25 +01001105 - @ref NECropKernel / @ref NECropResize
Michalis Spyrou60c3b0e2021-04-08 12:02:58 +01001106 - NEDepthwiseConvolutionAssemblyDispatch
Michalis Spyrouca82e622019-05-10 16:43:20 +01001107 - @ref NEFFTDigitReverseKernel
1108 - @ref NEFFTRadixStageKernel
1109 - @ref NEFFTScaleKernel
Manuel Bottinicfac51c2021-06-18 15:47:28 +01001110 - NEGEMMLowpOffsetContributionOutputStageKernel
Michele Di Giorgiobd2c8e12021-01-19 15:29:02 +00001111 - NEHeightConcatenateLayerKernel
Georgios Pinitasf790fdb2019-04-24 12:41:25 +01001112 - @ref NESpaceToBatchLayerKernel / @ref NESpaceToBatchLayer
Michalis Spyroud7dd15c2019-05-30 14:53:58 +01001113 - @ref NEFFT1D
1114 - @ref NEFFT2D
1115 - @ref NEFFTConvolutionLayer
Georgios Pinitasf790fdb2019-04-24 12:41:25 +01001116 - New OpenCL kernels / functions:
Sheri Zhangf9ab9f92021-03-16 12:09:15 +00001117 - CLComplexPixelWiseMultiplicationKernel / @ref CLComplexPixelWiseMultiplication
Sheri Zhang7e20e292021-02-02 11:49:34 +00001118 - CLCropKernel / @ref CLCropResize
Michalis Spyroud7dd15c2019-05-30 14:53:58 +01001119 - @ref CLDeconvolutionReshapeOutputKernel
Georgios Pinitasf790fdb2019-04-24 12:41:25 +01001120 - @ref CLFFTDigitReverseKernel
1121 - @ref CLFFTRadixStageKernel
1122 - @ref CLFFTScaleKernel
Georgios Pinitas4a578b92021-06-25 12:13:49 +01001123 - CLGEMMLowpMatrixMultiplyReshapedOnlyRHSKernel
Georgios Pinitas856f66e2021-04-22 21:13:21 +01001124 - CLGEMMMatrixMultiplyReshapedOnlyRHSKernel
Michele Di Giorgio7d61ff02021-01-18 21:15:59 +00001125 - CLHeightConcatenateLayerKernel
Georgios Pinitasf790fdb2019-04-24 12:41:25 +01001126 - @ref CLDirectDeconvolutionLayer
1127 - @ref CLFFT1D
1128 - @ref CLFFT2D
1129 - @ref CLFFTConvolutionLayer
Michalis Spyrouca82e622019-05-10 16:43:20 +01001130 - @ref CLGEMMDeconvolutionLayer
1131 - New OpenGLES kernels / functions:
Manuel Bottiniceaa0bf2021-02-16 15:15:19 +00001132 - GCConcatenateLayer
Michalis Spyroua9c44722019-04-05 17:18:36 +01001133 - Deprecated functions/interfaces
Georgios Pinitas09f24972019-05-17 18:14:40 +01001134 - GCDepthConcatenateLayer
1135 - NEWidthConcatenateLayer
1136 - NEDepthConcatenateLayer
1137 - CLWidthConcatenateLayer
1138 - CLDepthConcatenateLayer
Gian Marco Iodice5fc07aa2019-05-15 17:08:02 +01001139 - CLGEMMInterleave4x4
1140 - CLGEMMTranspose1xW
Michalis Spyrouc6608ac2019-05-16 17:40:23 +01001141 - Support different quantization info in CLConcatLayer.
1142 - Add checks on different input/output quantization info were not supported.
1143 - Tensors have different quantization information.
1144 - Add FP16 support checks.
1145 - Fix output quantization CLDeptwiseConv3x3 when activation is fused.
1146 - New graph examples:
1147 - graph_convolution
1148 - graph_fully_connected
1149 - graph_depthwise_convolution
1150 - Deepspeech v0.4.1
1151 - Add support for QASYMM8 in NEArithmeticSubtractionKernel.
1152 - Add support for QASYMM8 in NEPixelWiseMultiplicationKernel.
1153 - Add support for QASYMM8 NEDeconvolution.
Sheri Zhangac6499a2021-02-10 15:32:38 +00001154 - Add support for DequantizationLayer for Neon/CL.
Michalis Spyrouc6608ac2019-05-16 17:40:23 +01001155 - Add support for dilation in CLDepthwiseConvolution.
1156 - Fuse offset contribution with the output stage when we use NEGEMMLowpMatrixMultiplyCore.
1157 - Optimize CLDeconvolution.
1158 - Add StackLayer to the graph API.
1159 - Add support for "reflect" padding mode in NEPad.
1160 - Winograd 7x7 NHWC on OpenCL.
1161 - Rework CL ML layers to run exclusively on CL.
1162 - Support different quantization info in PoolingLayer.
1163 - Implement and test import memory interfaces.
1164 - Added new tests and removed old ones.
1165 - Various clang-tidy fixes.
Michalis Spyroua9c44722019-04-05 17:18:36 +01001166
giuros01a69a88b2019-01-31 16:29:19 +00001167v19.02 Public major release
Isabella Gottardi62538972019-02-12 19:52:44 +00001168 - Various bug fixes.
1169 - Various optimisations.
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +00001170 - New Arm® Neon™ kernels / functions:
Isabella Gottardi62538972019-02-12 19:52:44 +00001171 - @ref NETileKernel / @ref NETile
1172 - @ref NEFuseBatchNormalizationKernel / @ref NEFuseBatchNormalization
Sang-Hoon Park63001ac2021-01-18 14:20:27 +00001173 - NEElementwiseOperationKernel
Isabella Gottardi62538972019-02-12 19:52:44 +00001174 - @ref NEElementwiseMax
1175 - @ref NEElementwiseMin
1176 - @ref NEElementwiseSquaredDiff
1177 - @ref NESelectKernel / @ref NESelect
1178 - @ref NESplit
1179 - @ref NESlice
1180 - @ref NEUnstack
1181 - @ref NEStridedSliceKernel / @ref NEStridedSlice
Sang-Hoon Park7249f152021-01-22 11:55:03 +00001182 - NEElementwiseUnaryKernel
Isabella Gottardi62538972019-02-12 19:52:44 +00001183 - @ref NERsqrtLayer
1184 - @ref NEExpLayer
1185 - @ref NEReverseKernel / @ref NEReverse
1186 - @ref NEArgMinMaxLayer
1187 - @ref NEStackLayerKernel / @ref NEStackLayer
1188 - @ref NERangeKernel / @ref NERange
1189 - @ref NEPadLayer
Georgios Pinitas0f7ef8a2021-01-10 04:23:52 +00001190 - NEMemsetKernel
Isabella Gottardi62538972019-02-12 19:52:44 +00001191 - @ref NEGatherKernel / @ref NEGather
1192 - @ref NEElementwiseComparison
1193 - @ref NEElementwiseComparisonStatic
Sang-Hoon Park63001ac2021-01-18 14:20:27 +00001194 - NEComparisonOperationKernel
Isabella Gottardi62538972019-02-12 19:52:44 +00001195 - @ref NEElementwiseDivision
1196 - New OpenCL kernels / functions:
1197 - @ref CLSelectKernel / @ref CLSelect
1198 - @ref CLTileKernel / @ref CLTile
1199 - @ref CLComparisonKernel / @ref CLComparison
1200 - @ref CLArgMinMaxLayer
1201 - @ref CLElementwiseMax
1202 - @ref CLElementwiseMin
1203 - @ref CLElementwiseSquaredDiff
1204 - @ref CLStackLayerKernel / @ref CLStackLayer
1205 - @ref CLReverse / @ref CLReverseKernel
1206 - @ref CLRsqrtLayer
1207 - @ref CLExpLayer
Michele Di Giorgioc9c89052021-01-26 10:20:17 +00001208 - CLElementWiseUnaryLayerKernel
Georgios Pinitas856f66e2021-04-22 21:13:21 +01001209 - CLGEMMReshapeLHSMatrixKernel
1210 - CLGEMMReshapeRHSMatrixKernel
1211 - CLGEMMMatrixMultiplyReshapedKernel
Isabella Gottardi62538972019-02-12 19:52:44 +00001212 - @ref CLRangeKernel / @ref CLRange
1213 - @ref CLUnstack
1214 - @ref CLGatherKernel / @ref CLGather
Georgios Pinitas4a578b92021-06-25 12:13:49 +01001215 - CLGEMMLowpMatrixMultiplyReshapedKernel
Isabella Gottardi62538972019-02-12 19:52:44 +00001216 - New CPP kernels / functions:
1217 - @ref CPPDetectionOutputLayer
1218 - @ref CPPTopKV / @ref CPPTopKVKernel
Isabella Gottardi62538972019-02-12 19:52:44 +00001219 - Added new examples:
1220 - graph_ssd_mobilenet.cpp
1221 - graph_mobilenet_v2.cpp
1222 - graph_resnet12.cpp
1223 - graph_srcnn955.cpp
1224 - graph_vgg_vdsr.cpp
1225 - graph_inception_resnet_v1.cpp
1226 - Add 4D tensors support to
1227 - @ref NESoftmaxLayer
1228 - Fused activation in @ref CLWinogradConvolutionLayer
Jakub Sujakee301b32021-06-04 09:46:08 +01001229 - Extended @ref NEPermute to support more cases
1230 - Added Neon™/SVE GEMM Hybrid kernels
Isabella Gottardi62538972019-02-12 19:52:44 +00001231 - Added u8 and s8 hybrid assembly kernels
1232 - Introduced GEMM strategy name in NEGEMMAssemblyWrapper
1233 - Improved @ref CLTuner
1234 - Fused the bias addition within @ref CLGEMM
1235 - Added support for QASYMM8 LOGISTIC activation in @ref NEActivationLayer
1236 - Added NHWC data layout support to:
1237 - @ref NEScale for F16
1238 - @ref CLNormalizationLayer IN_MAP_2D for FP32/FP16
1239 - @ref NEL2NormalizeLayer for FP32/FP16
1240 - @ref NENormalizationLayer IN_MAP_2D for FP32/FP16
1241 - @ref CLROIAlignLayer
Manuel Bottini5209be52019-02-13 16:34:56 +00001242 - @ref CLGenerateProposalsLayer
Isabella Gottardi62538972019-02-12 19:52:44 +00001243 - Added QASYMM8 support to the following kernels:
Michele Di Giorgiobd2c8e12021-01-19 15:29:02 +00001244 - NEArithmeticAdditionKernel
Isabella Gottardi62538972019-02-12 19:52:44 +00001245 - @ref NEScale
1246 - Added new tests and improved validation and benchmarking suites.
giuros01a69a88b2019-01-31 16:29:19 +00001247 - Deprecated functions/interfaces
1248 - Usage of inner_border_right and inner_border_top has been deprecated in @ref CLDeconvolutionLayer and @ref NEDeconvolutionLayer
1249
Isabella Gottardi8773d7c2018-11-20 09:56:46 +00001250v18.11 Public major release
1251 - Various bug fixes.
1252 - Various optimisations.
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +00001253 - New Arm® Neon™ kernels / functions:
Isabella Gottardi8773d7c2018-11-20 09:56:46 +00001254 - @ref NEChannelShuffleLayer / @ref NEChannelShuffleLayerKernel
1255 - @ref NEReduceMean
1256 - @ref NEReorgLayer / @ref NEReorgLayerKernel
1257 - @ref NEPriorBoxLayer / @ref NEPriorBoxLayerKernel
Georgios Pinitasc53266e2020-12-09 03:11:53 +00001258 - NEUpsampleLayer / NEUpsampleLayerKernel
Georgios Pinitas0b1c2db2020-12-04 15:51:34 +00001259 - NEYOLOLayer / NEYOLOLayerKernel
Isabella Gottardi8773d7c2018-11-20 09:56:46 +00001260 - New OpenCL kernels / functions:
1261 - @ref CLBatchToSpaceLayer / @ref CLBatchToSpaceLayerKernel
1262 - @ref CLBoundingBoxTransform / @ref CLBoundingBoxTransformKernel
Manuel Bottini5209be52019-02-13 16:34:56 +00001263 - @ref CLComputeAllAnchorsKernel
1264 - @ref CLGenerateProposalsLayer
Isabella Gottardi8773d7c2018-11-20 09:56:46 +00001265 - @ref CLNormalizePlanarYUVLayer / @ref CLNormalizePlanarYUVLayerKernel
1266 - @ref CLReorgLayer / @ref CLReorgLayerKernel
1267 - @ref CLSpaceToBatchLayer / @ref CLSpaceToBatchLayerKernel
1268 - @ref CLPadLayer
1269 - @ref CLReduceMean
1270 - @ref CLPriorBoxLayer / @ref CLPriorBoxLayerKernel
1271 - @ref CLROIAlignLayer / @ref CLROIAlignLayerKernel
1272 - @ref CLSlice
1273 - @ref CLSplit
1274 - @ref CLStridedSlice / @ref CLStridedSliceKernel
Georgios Pinitasc53266e2020-12-09 03:11:53 +00001275 - CLUpsampleLayer / CLUpsampleLayerKernel
Georgios Pinitas0b1c2db2020-12-04 15:51:34 +00001276 - CLYOLOLayer / CLYOLOLayerKernel
Isabella Gottardi8773d7c2018-11-20 09:56:46 +00001277 - New CPP kernels / functions:
1278 - @ref CPPBoxWithNonMaximaSuppressionLimit / @ref CPPBoxWithNonMaximaSuppressionLimitKernel
1279 - Added the validate method in:
1280 - @ref NEDepthConvertLayer
1281 - @ref NEFloor / @ref CLFloor
Michele Di Giorgio93b75e02021-06-21 12:00:43 +01001282 - NEGEMMMatrixAdditionKernel
Isabella Gottardi8773d7c2018-11-20 09:56:46 +00001283 - @ref NEReshapeLayer / @ref CLReshapeLayer
1284 - @ref CLScale
1285 - Added new examples:
1286 - graph_shufflenet.cpp
1287 - graph_yolov3.cpp
1288 - Added documentation for add a new function or kernel.
1289 - Improved doxygen documentation adding a list of the existing functions.
1290 - Add 4D tensors support to
Georgios Pinitas09f24972019-05-17 18:14:40 +01001291 - CLWidthConcatenateLayer
Georgios Pinitase2696b12020-12-03 20:37:43 +00001292 - CLFlattenLayer
Isabella Gottardi8773d7c2018-11-20 09:56:46 +00001293 - @ref CLSoftmaxLayer
Gian Marco Iodice8155c022021-04-16 15:08:59 +01001294 - Add dot product support for CLDepthwiseConvolutionLayer3x3NHWCKernel non-unit stride
Isabella Gottardi8773d7c2018-11-20 09:56:46 +00001295 - Add SVE support
1296 - Fused batch normalization into convolution layer weights in @ref CLFuseBatchNormalization
Gian Marco Iodice8155c022021-04-16 15:08:59 +01001297 - Fuses activation in CLDepthwiseConvolutionLayer3x3NCHWKernel, CLDepthwiseConvolutionLayer3x3NHWCKernel and @ref NEGEMMConvolutionLayer
Isabella Gottardi8773d7c2018-11-20 09:56:46 +00001298 - Added NHWC data layout support to:
1299 - @ref CLChannelShuffleLayer
1300 - @ref CLDeconvolutionLayer
1301 - @ref CLL2NormalizeLayer
1302 - Added QASYMM8 support to the following kernels:
Manuel Bottini3b131ab2021-02-19 18:16:44 +00001303 - CLScaleKernel
Georgios Pinitas7d0adc62020-09-04 15:25:24 +01001304 - NEDepthwiseConvolutionLayer3x3Kernel
Sheri Zhangf9ab9f92021-03-16 12:09:15 +00001305 - CLPixelWiseMultiplicationKernel
Isabella Gottardi8773d7c2018-11-20 09:56:46 +00001306 - Added FP16 support to the following kernels:
Gian Marco Iodice8155c022021-04-16 15:08:59 +01001307 - CLDepthwiseConvolutionLayer3x3NHWCKernel
Georgios Pinitas7d0adc62020-09-04 15:25:24 +01001308 - NEDepthwiseConvolutionLayer3x3Kernel
Isabella Gottardi8773d7c2018-11-20 09:56:46 +00001309 - @ref CLNormalizePlanarYUVLayerKernel
1310 - @ref CLWinogradConvolutionLayer (5x5 kernel)
1311 - More tests added to both validation and benchmarking suites.
1312
Anthony Barbierd51ea0a2018-08-07 17:48:03 +01001313v18.08 Public major release
1314 - Various bug fixes.
Michele Di Giorgio02baf012018-08-20 18:10:38 +01001315 - Various optimisations.
Anthony Barbierd51ea0a2018-08-07 17:48:03 +01001316 - Updated recommended NDK version to r17b.
Michele Di Giorgio02baf012018-08-20 18:10:38 +01001317 - Removed support for QS8/QS16 data types.
1318 - Added support for grouped convolution in @ref CLConvolutionLayer.
1319 - Added NHWC data layout support to:
Georgios Pinitas09f24972019-05-17 18:14:40 +01001320 - NEDepthConcatenateLayer / CLDepthConcatenateLayer
Michele Di Giorgio02baf012018-08-20 18:10:38 +01001321 - @ref NEWinogradConvolutionLayer / @ref CLWinogradConvolutionLayer
1322 - @ref CLDepthwiseConvolutionLayer
1323 - @ref CLDirectConvolutionLayer
1324 - @ref CLConvolutionLayer
1325 - @ref CLScale
Manuel Bottinid844c082021-07-14 12:58:54 +01001326 - CLIm2ColKernel
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +00001327 - New Arm® Neon™ kernels / functions:
Michele Di Giorgio02baf012018-08-20 18:10:38 +01001328 - @ref NERNNLayer
1329 - New OpenCL kernels / functions:
1330 - @ref CLArithmeticDivision
1331 - Introduced prepare() stage support in the graph API for GLES.
1332 - Added support for memory reusage when trying to allocate smaller CLTensors.
1333 - Enabled NHWC execution on graph examples.
1334 - Added JPEG accessor for validation purposes.
1335 - Added validate methods to some kernels / functions.
Anthony Barbierd51ea0a2018-08-07 17:48:03 +01001336
1337v18.05 Public major release
Pablo Tellob5cc95b2018-05-15 11:49:33 +01001338 - Various bug fixes.
1339 - Various optimisations.
Jakub Sujakee301b32021-06-04 09:46:08 +01001340 - Major redesign in the interface for the Neon™ kernels implemented in assembly.
Pablo Telloeb82fd22018-02-23 13:43:50 +00001341 - 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 +01001342 - Added NEGEMMAssemblyWrapper and AssemblyKernelGlue which are used to execute assembly kernels in Neon™ functions.
Pablo Telloeb82fd22018-02-23 13:43:50 +00001343 - Minor changes to the CPUInfo type to make it compatible with the new assembly gemm interface.
Jakub Sujakee301b32021-06-04 09:46:08 +01001344 - Moved Neon™ assembly kernels to the folder src/core/Neon/kernels/arm_gemm.
Pablo Tellob5cc95b2018-05-15 11:49:33 +01001345 - Improved doxygen documentation.
1346 - Improved memory management for layer's transitions.
1347 - Added support for NHWC data layout in tensors.
1348 - Added NHWC data layout support to:
1349 - @ref NEGEMMConvolutionLayer
1350 - @ref NEDirectConvolutionLayer
1351 - @ref NEPoolingLayer / @ref CLPoolingLayer
1352 - @ref NEBatchNormalizationLayer / @ref CLBatchNormalizationLayer
1353 - @ref NEDepthwiseConvolutionLayer
1354 - @ref NEScale
Georgios Pinitasf7c5a412020-12-03 14:38:33 +00001355 - NEIm2Col
Pablo Tellob5cc95b2018-05-15 11:49:33 +01001356 - Added support for dilated convolutions in @ref NEConvolutionLayer and @ref CLConvolutionLayer.
1357 - New OpenCL kernels / functions:
1358 - @ref CLChannelShuffleLayer / @ref CLChannelShuffleLayerKernel
Teresa Charlin91b7f742021-04-12 13:57:00 +01001359 - CLConvertFullyConnectedWeightsKernel / @ref CLConvertFullyConnectedWeights
Sheri Zhang7e20e292021-02-02 11:49:34 +00001360 - @ref CLCopy / CLCopyKernel
Anthony Barbier38e7f1f2018-05-21 13:37:47 +01001361 - @ref CLLSTMLayer
Pablo Tellob5cc95b2018-05-15 11:49:33 +01001362 - @ref CLRNNLayer
Michele Di Giorgio7d61ff02021-01-18 21:15:59 +00001363 - CLWidthConcatenateLayer / CLWidthConcatenateLayerKernel
Manuel Bottinic6f4ec32021-05-18 18:41:56 +01001364 - CLWinogradFilterTransformKernel / @ref CLWinogradConvolutionLayer
1365 - CLWinogradInputTransformKernel / CLWinogradInputTransform
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +00001366 - New Arm® Neon™ kernels / functions:
Teresa Charlin562bee52021-04-13 17:44:15 +01001367 - NEConvertFullyConnectedWeightsKernel / @ref NEConvertFullyConnectedWeights.
Pablo Tellob5cc95b2018-05-15 11:49:33 +01001368 - Created the validate method in @ref CLDepthwiseConvolutionLayer.
1369 - Beta and gamma are no longer mandatory arguments in @ref NEBatchNormalizationLayer and @ref CLBatchNormalizationLayer.
1370 - Added depth multiplier support in @ref NEDepthwiseConvolutionLayer and @ref CLDepthwiseConvolutionLayer.
Sheri Zhang1e3ab422021-03-16 17:35:08 +00001371 - Added broadcast multiply support in @ref NEPixelWiseMultiplication / NEPixelWiseMultiplicationKernel.
Pablo Tellob5cc95b2018-05-15 11:49:33 +01001372 - Port mobilenet example to NHWC data layout.
1373 - Enabled Winograd method in @ref CLConvolutionLayer.
1374 - Renamed NEWinogradLayer to @ref NEWinogradConvolutionLayer.
Sheri Zhangac6499a2021-02-10 15:32:38 +00001375 - Updated @ref NEWinogradConvolutionLayer to use highly optimised assembly kernels in src/core/Neon/kernels/arm_gemm.
Pablo Tellob5cc95b2018-05-15 11:49:33 +01001376 - Added memory manager support in GLES functions.
1377 - Major refactoring of the graph API.
1378 - Added GLES backend in the graph API.
1379 - Added support for the memory manager in the graph API.
1380 - Enabled Winograd Convolution method in the graph API.
1381 - Added support for grouped convolutions in the graph API.
Manuel Bottini10b38262021-02-19 18:16:44 +00001382 - Replaced NEDeconvolutionLayerUpsampleKernel with NEScaleKernel in @ref NEDeconvolutionLayer.
Pablo Tellob5cc95b2018-05-15 11:49:33 +01001383 - Added fast maths flag in @ref CLConvolutionLayer.
1384 - Added new tests and benchmarks in validation and benchmark frameworks
Jakub Sujakee301b32021-06-04 09:46:08 +01001385 - Merge Activation layer with Convolution Layer (Neon™, CL, GLES)
Pablo Tellob5cc95b2018-05-15 11:49:33 +01001386 - Added support to OpenCL 2.0 SVM
1387 - Added support to import memory in OpenCL tensors.
1388 - Added the prepare() method to perform any one off pre-processing before running the function.
1389 - Added new examples:
1390 - graph_inception_v4.cpp
Anthony Barbier38e7f1f2018-05-21 13:37:47 +01001391 - graph_resnext50.cpp
Pablo Tellob5cc95b2018-05-15 11:49:33 +01001392 - Added memory measurement instrument for CL.
Pablo Telloeb82fd22018-02-23 13:43:50 +00001393
Anthony Barbier577fbdf2018-03-01 15:17:54 +00001394v18.03 Public maintenance release
1395 - Various bug fixes.
Anthony Barbier3762e742018-03-02 11:49:33 +00001396 - Fixed bug in @ref NEActivationLayer
1397 - Fix in @ref CLTuner when using batches.
Anthony Barbier577fbdf2018-03-01 15:17:54 +00001398 - Updated recommended NDK version to r16b (And fixed warnings).
1399 - Fixed bug in validation code.
1400 - Added Inception v4 graph example.
Georgios Pinitas9fb11592018-04-26 20:34:58 +01001401 - Renamed NEWinogradLayer.cpp to @ref NEWinogradConvolutionLayer
Anthony Barbier577fbdf2018-03-01 15:17:54 +00001402
Anthony Barbier2d0ce772018-02-21 15:35:36 +00001403v18.02 Public major release
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +00001404 - Various Arm® Neon™ / OpenCL / GLES optimisations.
Anthony Barbier2d0ce772018-02-21 15:35:36 +00001405 - Various bug fixes.
1406 - Changed default number of threads on big LITTLE systems.
1407 - Refactored examples and added:
1408 - graph_mobilenet_qassym8
1409 - graph_resnet
1410 - graph_squeezenet_v1_1
Anthony Barbier3762e742018-03-02 11:49:33 +00001411 - Renamed @ref CLConvolutionLayer into @ref CLGEMMConvolutionLayer and created a new @ref CLConvolutionLayer to select the fastest convolution method.
1412 - 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 +00001413 - Added in place support to:
Anthony Barbier3762e742018-03-02 11:49:33 +00001414 - @ref CLActivationLayer
1415 - @ref CLBatchNormalizationLayer
Anthony Barbier2d0ce772018-02-21 15:35:36 +00001416 - Added QASYMM8 support to:
Anthony Barbier3762e742018-03-02 11:49:33 +00001417 - @ref CLActivationLayer
1418 - @ref CLDepthwiseConvolutionLayer
1419 - @ref NEDepthwiseConvolutionLayer
1420 - @ref NESoftmaxLayer
Anthony Barbier2d0ce772018-02-21 15:35:36 +00001421 - Added FP16 support to:
Manuel Bottini387259a2020-05-21 17:14:36 +01001422 - CLDepthwiseConvolutionLayer3x3
Anthony Barbier3762e742018-03-02 11:49:33 +00001423 - @ref CLDepthwiseConvolutionLayer
Michele Di Giorgiobd2c8e12021-01-19 15:29:02 +00001424 - Added broadcasting support to NEArithmeticAddition / @ref CLArithmeticAddition / @ref CLPixelWiseMultiplication
Anthony Barbier3762e742018-03-02 11:49:33 +00001425 - Added fused batched normalization and activation to @ref CLBatchNormalizationLayer and @ref NEBatchNormalizationLayer
1426 - Added support for non-square pooling to @ref NEPoolingLayer and @ref CLPoolingLayer
Anthony Barbier2d0ce772018-02-21 15:35:36 +00001427 - New OpenCL kernels / functions:
Michele Di Giorgioa046e162019-10-08 09:36:26 +01001428 - CLDirectConvolutionLayerOutputStageKernel
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +00001429 - New Arm® Neon™ kernels / functions
Anthony Barbier2d0ce772018-02-21 15:35:36 +00001430 - Added name() method to all kernels.
1431 - Added support for Winograd 5x5.
Georgios Pinitas0f7ef8a2021-01-10 04:23:52 +00001432 - NEPermuteKernel / @ref NEPermute
Michalis Spyrou96f977e2021-07-01 12:20:56 +01001433 - CpuWinogradConv2dTransformInputKernel / NEWinogradLayer
1434 - CpuWinogradConv2dTransformOutputKernel / NEWinogradLayer
1435 - CpuWinogradConv2dTransformWeightsKernel / NEWinogradLayer
Anthony Barbiere1553372018-07-16 18:53:52 +01001436 - Renamed NEWinogradLayerKernel into NEWinogradLayerBatchedGEMMKernel
Anthony Barbier2d0ce772018-02-21 15:35:36 +00001437 - New GLES kernels / functions:
Manuel Bottiniceaa0bf2021-02-16 15:15:19 +00001438 - GCTensorShiftKernel / GCTensorShift
Pablo Tellof6c572c2018-02-14 12:47:30 +00001439
Anthony Barbier64c95a02018-01-22 18:48:55 +00001440v18.01 Public maintenance release
1441 - Various bug fixes
1442 - Added some of the missing validate() methods
Anthony Barbier3762e742018-03-02 11:49:33 +00001443 - Added @ref CLDeconvolutionLayerUpsampleKernel / @ref CLDeconvolutionLayer @ref CLDeconvolutionLayerUpsample
Sheri Zhang7e20e292021-02-02 11:49:34 +00001444 - Added CLPermuteKernel / @ref CLPermute
Anthony Barbier64c95a02018-01-22 18:48:55 +00001445 - Added method to clean the programs cache in the CL Kernel library.
Manuel Bottiniceaa0bf2021-02-16 15:15:19 +00001446 - Added GCArithmeticAdditionKernel / GCArithmeticAddition
1447 - Added GCDepthwiseConvolutionLayer3x3Kernel / GCDepthwiseConvolutionLayer3x3
1448 - Added GCNormalizePlanarYUVLayerKernel / GCNormalizePlanarYUVLayer
1449 - Added GCScaleKernel / GCScale
1450 - Added GCWeightsReshapeKernel / GCConvolutionLayer
Anthony Barbier64c95a02018-01-22 18:48:55 +00001451 - Added FP16 support to the following GLES compute kernels:
Manuel Bottiniceaa0bf2021-02-16 15:15:19 +00001452 - GCCol2ImKernel
1453 - GCGEMMInterleave4x4Kernel
1454 - GCGEMMTranspose1xWKernel
1455 - GCIm2ColKernel
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +00001456 - Refactored Arm® Neon™ Winograd (NEWinogradLayerKernel)
Manuel Bottini327225d2021-04-13 13:09:30 +01001457 - Added NEDirectConvolutionLayerOutputStageKernel
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +00001458 - Added QASYMM8 support to the following Arm® Neon™ kernels:
Georgios Pinitas7d0adc62020-09-04 15:25:24 +01001459 - NEDepthwiseConvolutionLayer3x3Kernel
Anthony Barbier3762e742018-03-02 11:49:33 +00001460 - @ref NEFillBorderKernel
Michele Di Giorgio19289042021-02-03 16:05:00 +00001461 - NEPoolingLayerKernel
Anthony Barbier64c95a02018-01-22 18:48:55 +00001462 - Added new examples:
1463 - graph_cl_mobilenet_qasymm8.cpp
1464 - graph_inception_v3.cpp
1465 - gc_dc.cpp
1466 - More tests added to both validation and benchmarking suites.
1467
Gian Marcoff850932017-12-11 12:37:17 +00001468v17.12 Public major release
1469 - Most machine learning functions on OpenCL support the new data type QASYMM8
1470 - Introduced logging interface
1471 - Introduced opencl timer
1472 - Reworked GEMMLowp interface
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +00001473 - Added new Arm® Neon™ assembly kernels for GEMMLowp, SGEMM and HGEMM
Gian Marcoff850932017-12-11 12:37:17 +00001474 - Added validation method for most Machine Learning kernels / functions
1475 - Added new graph examples such as googlenet, mobilenet, squeezenet, vgg16 and vgg19
1476 - Added sgemm example for OpenCL
1477 - Added absolute difference example for GLES compute
1478 - Added new tests and benchmarks in validation and benchmark frameworks
1479 - Added new kernels / functions for GLES compute
1480
1481 - New OpenGL ES kernels / functions
Manuel Bottiniceaa0bf2021-02-16 15:15:19 +00001482 - GCAbsoluteDifferenceKernel / GCAbsoluteDifference
1483 - GCActivationLayerKernel / GCActivationLayer
1484 - GCBatchNormalizationLayerKernel / GCBatchNormalizationLayer
1485 - GCCol2ImKernel
1486 - GCDepthConcatenateLayerKernel / GCDepthConcatenateLayer
1487 - GCDirectConvolutionLayerKernel / GCDirectConvolutionLayer
1488 - GCDropoutLayerKernel / GCDropoutLayer
1489 - GCFillBorderKernel / GCFillBorder
1490 - GCGEMMInterleave4x4Kernel / GCGEMMInterleave4x4
1491 - GCGEMMMatrixAccumulateBiasesKernel / GCGEMMMatrixAdditionKernel / GCGEMMMatrixMultiplyKernel / GCGEMM
1492 - GCGEMMTranspose1xWKernel / GCGEMMTranspose1xW
1493 - GCIm2ColKernel
1494 - GCNormalizationLayerKernel / GCNormalizationLayer
1495 - GCPixelWiseMultiplicationKernel / GCPixelWiseMultiplication
1496 - GCPoolingLayerKernel / GCPoolingLayer
1497 - GCLogits1DMaxKernel / GCLogits1DShiftExpSumKernel / GCLogits1DNormKernel / GCSoftmaxLayer
1498 - GCTransposeKernel / GCTranspose
Gian Marcoff850932017-12-11 12:37:17 +00001499
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +00001500 - New Arm® Neon™ kernels / functions
Pablo Telloeb82fd22018-02-23 13:43:50 +00001501 - arm_compute::NEGEMMLowpAArch64A53Kernel / arm_compute::NEGEMMLowpAArch64Kernel / arm_compute::NEGEMMLowpAArch64V8P4Kernel / arm_compute::NEGEMMInterleavedBlockedKernel / arm_compute::NEGEMMLowpAssemblyMatrixMultiplyCore
1502 - arm_compute::NEHGEMMAArch64FP16Kernel
Georgios Pinitas7d0adc62020-09-04 15:25:24 +01001503 - NEDepthwiseConvolutionLayer3x3Kernel / NEDepthwiseIm2ColKernel / NEGEMMMatrixVectorMultiplyKernel / NEDepthwiseVectorToTensorKernel / @ref NEDepthwiseConvolutionLayer
Manuel Bottinicfac51c2021-06-18 15:47:28 +01001504 - NEGEMMLowpOffsetContributionKernel / NEGEMMLowpMatrixAReductionKernel / NEGEMMLowpMatrixBReductionKernel / NEGEMMLowpMatrixMultiplyCore
Manuel Bottiniae58bdf2021-06-17 17:18:45 +01001505 - NEGEMMLowpQuantizeDownInt32ToUint8ScaleByFixedPointKernel / NEGEMMLowpQuantizeDownInt32ToUint8ScaleByFixedPoint
Georgios Pinitas9fb11592018-04-26 20:34:58 +01001506 - NEWinogradLayer / NEWinogradLayerKernel
Gian Marcoff850932017-12-11 12:37:17 +00001507
1508 - New OpenCL kernels / functions
Georgios Pinitas4a578b92021-06-25 12:13:49 +01001509 - CLGEMMLowpOffsetContributionKernel / CLGEMMLowpMatrixAReductionKernel / CLGEMMLowpMatrixBReductionKernel / CLGEMMLowpMatrixMultiplyCore
1510 - CLGEMMLowpQuantizeDownInt32ToUint8ScaleByFixedPointKernel / CLGEMMLowpQuantizeDownInt32ToUint8ScaleByFixedPoint
Gian Marcoff850932017-12-11 12:37:17 +00001511
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +00001512 - New graph nodes for Arm® Neon™ and OpenCL
Georgios Pinitasd9eb2752018-04-03 13:44:29 +01001513 - graph::BranchLayer
1514 - graph::DepthConvertLayer
1515 - graph::DepthwiseConvolutionLayer
1516 - graph::DequantizationLayer
1517 - graph::FlattenLayer
1518 - graph::QuantizationLayer
1519 - graph::ReshapeLayer
Gian Marcoff850932017-12-11 12:37:17 +00001520
Anthony Barbier3c5b4ff2017-10-12 13:20:52 +01001521v17.10 Public maintenance release
1522 - Bug fixes:
1523 - Check the maximum local workgroup size supported by OpenCL devices
1524 - Minor documentation updates (Fixed instructions to build the examples)
Anthony Barbier3762e742018-03-02 11:49:33 +00001525 - Introduced a graph::GraphContext
Anthony Barbier3c5b4ff2017-10-12 13:20:52 +01001526 - Added a few new Graph nodes, support for branches and grouping.
1527 - Automatically enable cl_printf in debug builds
1528 - Fixed bare metal builds for armv7a
1529 - Added AlexNet and cartoon effect examples
1530 - 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)
1531
Anthony Barbier6a5627a2017-09-26 14:42:02 +01001532v17.09 Public major release
1533 - Experimental Graph support: initial implementation of a simple stream API to easily chain machine learning layers.
Anthony Barbier3762e742018-03-02 11:49:33 +00001534 - 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 +01001535 - New validation and benchmark frameworks (Boost and Google frameworks replaced by homemade framework).
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +00001536 - Most machine learning functions support both fixed point 8 and 16 bit (QS8, QS16) for both Arm® Neon™ and OpenCL.
1537 - New Arm® Neon™ kernels / functions:
Pablo Telloeb82fd22018-02-23 13:43:50 +00001538 - arm_compute::NEGEMMAssemblyBaseKernel arm_compute::NEGEMMAArch64Kernel
Manuel Bottini00f4dfc2021-03-10 09:55:14 +00001539 - NEDequantizationLayerKernel / @ref NEDequantizationLayer
Georgios Pinitas70eb53b2021-01-06 19:42:21 +00001540 - NEFloorKernel / @ref NEFloor
Anthony Barbier3762e742018-03-02 11:49:33 +00001541 - @ref NEL2NormalizeLayerKernel / @ref NEL2NormalizeLayer
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001542 - NEQuantizationLayerKernel NEMinMaxLayerKernel / @ref NEQuantizationLayer
Anthony Barbier3762e742018-03-02 11:49:33 +00001543 - @ref NEROIPoolingLayerKernel / @ref NEROIPoolingLayer
1544 - @ref NEReductionOperationKernel / @ref NEReductionOperation
Georgios Pinitas0f7ef8a2021-01-10 04:23:52 +00001545 - NEReshapeLayerKernel / @ref NEReshapeLayer
Anthony Barbier6a5627a2017-09-26 14:42:02 +01001546
1547 - New OpenCL kernels / functions:
Gian Marco Iodice8155c022021-04-16 15:08:59 +01001548 - CLDepthwiseConvolutionLayer3x3NCHWKernel CLDepthwiseConvolutionLayer3x3NHWCKernel CLDepthwiseIm2ColKernel CLDepthwiseVectorToTensorKernel CLDepthwiseWeightsReshapeKernel / CLDepthwiseConvolutionLayer3x3 @ref CLDepthwiseConvolutionLayer CLDepthwiseSeparableConvolutionLayer
Manuel Bottini9e73c932021-03-02 17:40:42 +00001549 - CLDequantizationLayerKernel / CLDequantizationLayer
Sheri Zhang1efed922021-03-10 22:43:38 +00001550 - CLDirectConvolutionLayerKernel / @ref CLDirectConvolutionLayer
Georgios Pinitase2696b12020-12-03 20:37:43 +00001551 - CLFlattenLayer
Georgios Pinitasf47f7182021-01-15 09:29:50 +00001552 - CLFloorKernel / @ref CLFloor
Gian Marco Iodice5fc07aa2019-05-15 17:08:02 +01001553 - CLGEMMTranspose1xW
Michele Di Giorgioee82d342021-01-05 16:14:28 +00001554 - CLGEMMMatrixVectorMultiplyKernel
Anthony Barbier3762e742018-03-02 11:49:33 +00001555 - @ref CLL2NormalizeLayerKernel / @ref CLL2NormalizeLayer
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001556 - CLQuantizationLayerKernel CLMinMaxLayerKernel / @ref CLQuantizationLayer
Anthony Barbier3762e742018-03-02 11:49:33 +00001557 - @ref CLROIPoolingLayerKernel / @ref CLROIPoolingLayer
1558 - @ref CLReductionOperationKernel / @ref CLReductionOperation
Sheri Zhang7e20e292021-02-02 11:49:34 +00001559 - CLReshapeLayerKernel / @ref CLReshapeLayer
Anthony Barbier6a5627a2017-09-26 14:42:02 +01001560
Anthony Barbier6ff3b192017-09-04 18:44:23 +01001561v17.06 Public major release
1562 - Various bug fixes
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +00001563 - Added support for fixed point 8 bit (QS8) to the various Arm® Neon™ machine learning kernels.
Anthony Barbier6ff3b192017-09-04 18:44:23 +01001564 - Added unit tests and benchmarks (AlexNet, LeNet)
1565 - Added support for sub tensors.
1566 - Added infrastructure to provide GPU specific optimisation for some OpenCL kernels.
Sheri Zhangac6499a2021-02-10 15:32:38 +00001567 - Added @ref OMPScheduler (OpenMP) scheduler for Neon
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +00001568 - Added @ref SingleThreadScheduler scheduler for Arm® Neon™ (For bare metal)
ramelg01b2eba7f2021-12-23 08:32:08 +00001569 - User can specify their own scheduler by implementing the @ref IScheduler interface.
Anthony Barbier6ff3b192017-09-04 18:44:23 +01001570 - New OpenCL kernels / functions:
Anthony Barbier3762e742018-03-02 11:49:33 +00001571 - @ref CLBatchNormalizationLayerKernel / @ref CLBatchNormalizationLayer
Michele Di Giorgio7d61ff02021-01-18 21:15:59 +00001572 - CLDepthConcatenateLayerKernel / CLDepthConcatenateLayer
Michalis Spyrou473cb012021-02-23 11:48:12 +00001573 - CLHOGOrientationBinningKernel CLHOGBlockNormalizationKernel, CLHOGDetectorKernel / CLHOGDescriptor CLHOGDetector CLHOGGradient CLHOGMultiDetection
Georgios Pinitas96b16b62020-12-01 17:41:34 +00001574 - CLLocallyConnectedMatrixMultiplyKernel / CLLocallyConnectedLayer
Manuel Bottinid87aded2021-07-16 10:23:31 +01001575 - CLWeightsReshapeKernel / CLConvolutionLayerReshapeWeights
Anthony Barbier6ff3b192017-09-04 18:44:23 +01001576 - New C++ kernels:
Georgios Pinitasc6f95102021-03-30 10:03:01 +01001577 - CPPDetectionWindowNonMaximaSuppressionKernel
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +00001578 - New Arm® Neon™ kernels / functions:
Anthony Barbier3762e742018-03-02 11:49:33 +00001579 - @ref NEBatchNormalizationLayerKernel / @ref NEBatchNormalizationLayer
Michele Di Giorgiobd2c8e12021-01-19 15:29:02 +00001580 - NEDepthConcatenateLayerKernel / NEDepthConcatenateLayer
Manuel Bottini327225d2021-04-13 13:09:30 +01001581 - NEDirectConvolutionLayerKernel / @ref NEDirectConvolutionLayer
Georgios Pinitas96b16b62020-12-01 17:41:34 +00001582 - NELocallyConnectedMatrixMultiplyKernel / NELocallyConnectedLayer
Manuel Bottini29599d02021-07-06 15:01:35 +01001583 - NEWeightsReshapeKernel / NEConvolutionLayerReshapeWeights
Anthony Barbier6ff3b192017-09-04 18:44:23 +01001584
1585v17.05 Public bug fixes release
1586 - Various bug fixes
1587 - Remaining of the functions ported to use accurate padding.
1588 - Library does not link against OpenCL anymore (It uses dlopen / dlsym at runtime instead to determine whether or not OpenCL is available).
1589 - Added "free" method to allocator.
1590 - Minimum version of g++ required for armv7 Linux changed from 4.8 to 4.9
1591
1592v17.04 Public bug fixes release
1593
1594 The following functions have been ported to use the new accurate padding:
Michalis Spyrou473cb012021-02-23 11:48:12 +00001595 - CLColorConvertKernel
1596 - CLEdgeNonMaxSuppressionKernel
1597 - CLEdgeTraceKernel
1598 - CLGaussianPyramidHorKernel
1599 - CLGaussianPyramidVertKernel
1600 - CLGradientKernel
Michalis Spyrou27e67f02021-02-16 11:34:39 +00001601 - NEChannelCombineKernel
Georgios Pinitasc6f95102021-03-30 10:03:01 +01001602 - NEFillArrayKernel
Michalis Spyrou27e67f02021-02-16 11:34:39 +00001603 - NEGaussianPyramidHorKernel
1604 - NEGaussianPyramidVertKernel
Georgios Pinitas09d34512018-08-30 16:02:11 +01001605 - NEHarrisScoreFP16Kernel
Michalis Spyrou27e67f02021-02-16 11:34:39 +00001606 - NEHarrisScoreKernel
1607 - NEHOGDetectorKernel
Michalis Spyrou373b4072021-01-20 16:41:12 +00001608 - NELogits1DMaxKernel
Anthony Barbier3762e742018-03-02 11:49:33 +00001609 - NELogits1DShiftExpSumKernel
1610 - NELogits1DNormKernel
Michalis Spyrou473cb012021-02-23 11:48:12 +00001611 - NENonMaximaSuppression3x3FP16Kernel
1612 - NENonMaximaSuppression3x3Kernel
Anthony Barbier6ff3b192017-09-04 18:44:23 +01001613
Anthony Barbier6ff3b192017-09-04 18:44:23 +01001614v17.03.1 First Major public release of the sources
1615 - Renamed the library to arm_compute
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +00001616 - New CPP target introduced for C++ kernels shared between Arm® Neon™ and CL functions.
Anthony Barbier6ff3b192017-09-04 18:44:23 +01001617 - New padding calculation interface introduced and ported most kernels / functions to use it.
1618 - New OpenCL kernels / functions:
Gian Marco Iodiceeb65f6d2020-04-15 11:42:15 +01001619 - CLGEMMLowpMatrixMultiplyKernel / CLGEMMLowp
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +00001620 - New Arm® Neon™ kernels / functions:
Anthony Barbier3762e742018-03-02 11:49:33 +00001621 - @ref NENormalizationLayerKernel / @ref NENormalizationLayer
Teresa Charlind1dc09c2021-03-04 15:24:45 +00001622 - NETransposeKernel / @ref NETranspose
Michalis Spyrou373b4072021-01-20 16:41:12 +00001623 - NELogits1DMaxKernel, NELogits1DShiftExpSumKernel, NELogits1DNormKernel / @ref NESoftmaxLayer
Manuel Bottini24b89202021-07-01 18:13:33 +01001624 - NEIm2ColKernel, NECol2ImKernel, NEConvolutionLayerWeightsReshapeKernel / @ref NEConvolutionLayer
Michele Di Giorgiof22f6722020-07-03 16:29:24 +01001625 - NEGEMMMatrixAccumulateBiasesKernel / @ref NEFullyConnectedLayer
Manuel Bottinicfac51c2021-06-18 15:47:28 +01001626 - NEGEMMLowpMatrixMultiplyKernel / NEGEMMLowp
Anthony Barbier6ff3b192017-09-04 18:44:23 +01001627
1628v17.03 Sources preview
1629 - New OpenCL kernels / functions:
Michalis Spyrou473cb012021-02-23 11:48:12 +00001630 - CLGradientKernel, CLEdgeNonMaxSuppressionKernel, CLEdgeTraceKernel / CLCannyEdge
Georgios Pinitas856f66e2021-04-22 21:13:21 +01001631 - GEMM refactoring + FP16 support: CLGEMMInterleave4x4Kernel, CLGEMMTranspose1xWKernel, CLGEMMMatrixMultiplyKernel, CLGEMMMatrixAdditionKernel / @ref CLGEMM
Michele Di Giorgiof6f78762020-07-06 11:27:21 +01001632 - CLGEMMMatrixAccumulateBiasesKernel / @ref CLFullyConnectedLayer
Teresa Charlin27886092021-02-25 20:15:01 +00001633 - CLTransposeKernel / @ref CLTranspose
Georgios Pinitasc6f95102021-03-30 10:03:01 +01001634 - CLLKTrackerInitKernel, CLLKTrackerStage0Kernel, CLLKTrackerStage1Kernel, CLLKTrackerFinalizeKernel / CLOpticalFlow
Anthony Barbier3762e742018-03-02 11:49:33 +00001635 - @ref CLNormalizationLayerKernel / @ref CLNormalizationLayer
Michalis Spyrou473cb012021-02-23 11:48:12 +00001636 - CLLaplacianPyramid, CLLaplacianReconstruct
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +00001637 - New Arm® Neon™ kernels / functions:
Michele Di Giorgiobd2c8e12021-01-19 15:29:02 +00001638 - NEActivationLayerKernel / @ref NEActivationLayer
Michele Di Giorgio93b75e02021-06-21 12:00:43 +01001639 - GEMM refactoring + FP16 support (Requires armv8.2 CPU): NEGEMMInterleave4x4Kernel, NEGEMMTranspose1xWKernel, NEGEMMMatrixMultiplyKernel, NEGEMMMatrixAdditionKernel / @ref NEGEMM
Michele Di Giorgio19289042021-02-03 16:05:00 +00001640 - NEPoolingLayerKernel / @ref NEPoolingLayer
Anthony Barbier6ff3b192017-09-04 18:44:23 +01001641
1642v17.02.1 Sources preview
1643 - New OpenCL kernels / functions:
Sang-Hoon Park201e0fe2021-01-27 13:14:56 +00001644 - CLLogits1DMaxKernel, CLLogits1DShiftExpSumKernel, CLLogits1DNormKernel / @ref CLSoftmaxLayer
Michele Di Giorgioe1314662021-02-01 17:09:32 +00001645 - CLPoolingLayerKernel / @ref CLPoolingLayer
Manuel Bottinid844c082021-07-14 12:58:54 +01001646 - CLIm2ColKernel, CLCol2ImKernel, CLConvolutionLayerWeightsReshapeKernel / CLConvolutionLayer
Adnan AlSinan6863fa02022-02-04 13:04:55 +00001647 - CLRemapKernel / CLRemap
Michalis Spyrou473cb012021-02-23 11:48:12 +00001648 - CLGaussianPyramidHorKernel, CLGaussianPyramidVertKernel / CLGaussianPyramid, CLGaussianPyramidHalf, CLGaussianPyramidOrb
1649 - CLMinMaxKernel, CLMinMaxLocationKernel / CLMinMaxLocation
1650 - CLNonLinearFilterKernel / CLNonLinearFilter
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +00001651 - New Arm® Neon™ FP16 kernels (Requires armv8.2 CPU)
Michalis Spyrou27e67f02021-02-16 11:34:39 +00001652 - NEAccumulateWeightedFP16Kernel
1653 - NEBox3x3FP16Kernel
Michalis Spyrou473cb012021-02-23 11:48:12 +00001654 - NENonMaximaSuppression3x3FP16Kernel
Anthony Barbier6ff3b192017-09-04 18:44:23 +01001655
1656v17.02 Sources preview
1657 - New OpenCL kernels / functions:
Georgios Pinitasf47f7182021-01-15 09:29:50 +00001658 - CLActivationLayerKernel / @ref CLActivationLayer
Michalis Spyrou473cb012021-02-23 11:48:12 +00001659 - CLChannelCombineKernel / CLChannelCombine
1660 - CLDerivativeKernel / CLChannelExtract
1661 - CLFastCornersKernel / CLFastCorners
1662 - CLMeanStdDevKernel / CLMeanStdDev
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +00001663 - New Arm® Neon™ kernels / functions:
Michalis Spyrou27e67f02021-02-16 11:34:39 +00001664 - HOG / SVM: NEHOGOrientationBinningKernel, NEHOGBlockNormalizationKernel, NEHOGDetectorKernel, NEHOGNonMaximaSuppressionKernel / NEHOGDescriptor, NEHOGDetector, NEHOGGradient, NEHOGMultiDetection
1665 - NENonLinearFilterKernel / NENonLinearFilter
Anthony Barbier6ff3b192017-09-04 18:44:23 +01001666 - Introduced a CLScheduler to manage the default context and command queue used by the runtime library and create synchronisation events.
1667 - Switched all the kernels / functions to use tensors instead of images.
1668 - Updated documentation to include instructions to build the library from sources.
1669
1670v16.12 Binary preview release
1671 - Original release
1672
Sheri Zhangd813bab2021-04-30 16:53:41 +01001673 */
Ramy Elgammal0d274b72022-08-05 13:14:57 +01001674} // namespace arm_compute