blob: 9fcf17b29391124e74d05dd6831f023e3fbaaa62 [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
45 - Add support for input data type U64/S64 in CLCast and NECast.
46 - Add support for output data type S64 in NEArgMinMaxLayer and CLArgMinMaxLayer
47
Jakub Sujak59b9ff02023-06-11 21:35:11 +010048v23.08 Public major release
49 - 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.
50 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 +010051 - New features
ramy.elgammal@arm.com11b23f72023-08-09 15:38:03 +010052 - Rewrite CLArgMinMaxLayer for axis 0 and enable S64 output.
53 - Add multi-sketch support for dynamic fusion.
54 - Break up arm_compute/core/Types.h and utils/Utils.h a bit to reduce unused code in each inclusion of these headers.
55 - Add Fused Activation to CLMatMul.
56 - Implement FP32/FP16 @ref opencl::kernels::ClMatMulNativeMMULKernel using the MMUL extension.
57 - Use MatMul in fully connected layer with dynamic weights when supported.
58 - Optimize CPU depthwise convolution with channel multiplier.
59 - Add support in CpuCastKernel for conversion of S64/U64 to F32.
Ramy Elgammalc9525962023-05-19 14:23:37 +010060 - Add new OpenCL™ kernels:
61 - @ref opencl::kernels::ClMatMulNativeMMULKernel support for FP32 and FP16, with batch support
Viet-Hoa Do019a7d92023-06-27 16:33:57 +010062 - Enable transposed convolution with non-square kernels on CPU and GPU.
ramy.elgammal@arm.com11b23f72023-08-09 15:38:03 +010063 - Add support for input data type U64/S64 in CLCast.
64 - 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 +010065 - Port the following kernels in the experimental Dynamic Fusion interface to use the new Compute Kernel Writer interface with support for FP16/FP32 only:
66 - @ref experimental::dynamic_fusion::GpuCkwActivation
67 - @ref experimental::dynamic_fusion::GpuCkwCast
68 - @ref experimental::dynamic_fusion::GpuCkwDirectConv2d
69 - @ref experimental::dynamic_fusion::GpuCkwElementwiseBinary
70 - @ref experimental::dynamic_fusion::GpuCkwStore
Viet-Hoa Do0c19f592023-08-01 14:42:41 +010071 - Various optimizations and bug fixes.
72
ramy.elgammal@arm.com2f0ef002023-06-28 21:31:03 +010073v23.05.1 Public patch release
74 - Enable CMake and Bazel option to build multi_isa without FP16 support.
75 - Fix compilation error in NEReorderLayer (aarch64 only).
76 - Disable invalid (false-negative) validation test with CPU scale layer on FP16.
77 - Various bug fixes
78
SiCong Li8893e452023-03-23 12:06:45 +000079v23.05 Public major release
Omar Al Khatib32a62502023-05-10 11:45:20 +010080 - New features:
81 - Add new Arm® Neon™ kernels / functions:
82 - @ref NEMatMul for QASYMM8, QASYMM8_SIGNED, FP32 and FP16, with batch support.
83 - NEReorderLayer (aarch64 only)
84 - Add new OpenCL™ kernels / functions:
85 - @ref CLMatMul support for QASYMM8, QASYMM8_SIGNED, FP32 and FP16, with batch support.
86 - Add support for the multiple dimensions in the indices parameter for both the Arm® Neon™ and OpenCL™ implementations of the Gather Layer.
87 - Add support for dynamic weights in @ref CLFullyConnectedLayer and @ref NEFullyConnectedLayer for all data types.
88 - Add support for cropping in the Arm® Neon™ and OpenCL™: implementations of the BatchToSpace Layer for all data types.
89 - Add support for quantized data types for the ElementwiseUnary Operators for Arm® Neon™.
90 - Implement RSQRT for quantized data types on OpenCL™.
91 - Add FP16 depthwise convolution kernels for SME2.
92 - Performance optimizations:
93 - Improve CLTuner exhaustive mode tuning time.
94 - Deprecate dynamic block shape in @ref NEBatchToSpaceLayer and @ref CLBatchToSpaceLayer.
95 - Various optimizations and bug fixes.
SiCong Li8893e452023-03-23 12:06:45 +000096
Jakub Sujak22e76132023-03-13 17:27:51 +000097v23.02.1 Public patch release
98 - Allow mismatching data layouts between the source tensor and weights for \link cpu::CpuGemmDirectConv2d CpuGemmDirectConv2d \endlink with fixed format kernels.
99 - Fixes for experimental CPU only Bazel and CMake builds.
100
SiCong Li90e57202023-02-01 14:39:41 +0000101v23.02 Public major release
Jakub Sujak06db85e2023-02-06 17:42:47 +0000102 - New features:
103 - Rework the experimental dynamic fusion interface by identifying auxiliary and intermediate tensors, and specifying an explicit output operator.
104 - Add the following operators to the experimental dynamic fusion API:
105 - GpuAdd, GpuCast, GpuClamp, GpuDepthwiseConv2d, GpuMul, GpuOutput, GpuPool2d, GpuReshape, GpuResize, GpuSoftmax, GpuSub.
106 - Add SME/SME2 kernels for GeMM, Winograd convolution, Depthwise convolution and Pooling.
Jakub Sujak9eefd4b2023-02-10 14:36:48 +0000107 - Add new CPU operator AddMulAdd for float and quantized types.
Jakub Sujak06db85e2023-02-06 17:42:47 +0000108 - Add new flag @ref ITensorInfo::lock_paddings() to tensors to prevent extending tensor paddings.
Jakub Sujak06db85e2023-02-06 17:42:47 +0000109 - Add experimental support for CPU only Bazel and CMake builds.
110 - Performance optimizations:
111 - Optimize CPU base-e exponential functions for FP32.
112 - Optimize CPU StridedSlice by copying first dimension elements in bulk where possible.
113 - Optimize CPU quantized Subtraction by reusing the quantized Addition kernel.
114 - Optimize CPU ReduceMean by removing quantization steps and performing the operation in integer domain.
115 - 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 +0000116 - Update the heuristic for CLDepthwiseConvolutionNative kernel.
117 - Add new optimized OpenCL kernel to compute indirect convolution:
118 - \link opencl::kernels::ClIndirectConv2dKernel ClIndirectConv2dKernel \endlink
119 - Add new optimized OpenCL kernel to compute transposed convolution:
120 - \link opencl::kernels::ClTransposedConvolutionKernel ClTransposedConvolutionKernel \endlink
SiCong Li90e57202023-02-01 14:39:41 +0000121 - Update recommended/minimum NDK version to r20b.
Jakub Sujak06db85e2023-02-06 17:42:47 +0000122 - Various optimizations and bug fixes.
Anthony Barbier6ff3b192017-09-04 18:44:23 +0100123
Viet-Hoa Dob1f82882022-11-11 11:29:50 +0000124v22.11 Public major release
125 - New features:
126 - Add new experimental dynamic fusion API.
Viet-Hoa Do293ab602022-11-15 10:51:26 +0000127 - Add CPU batch matrix multiplication with adj_x = false and adj_y = false for FP32.
Viet-Hoa Dob1f82882022-11-11 11:29:50 +0000128 - Add CPU MeanStdDevNorm for QASYMM8.
129 - Add CPU and GPU GELU activation function for FP32 and FP16.
130 - Add CPU swish activation function for FP32 and FP16.
131 - Performance optimizations:
132 - Optimize CPU bilinear scale for FP32, FP16, QASYMM8, QASYMM8_SIGNED, U8 and S8.
133 - Optimize CPU activation functions using LUT-based implementation:
134 - Sigmoid function for QASYMM8 and QASYMM8_SIGNED.
135 - Hard swish function for QASYMM8_SIGNED.
136 - Optimize CPU addition for QASYMM8 and QASYMM8_SIGNED using fixed-point arithmetic.
137 - Optimize CPU multiplication, subtraction and activation layers by considering tensors as 1D.
138 - Optimize GPU depthwise convolution kernel and heuristic.
139 - Optimize GPU Conv2d heuristic.
140 - Optimize CPU MeanStdDevNorm for FP16.
141 - Optimize CPU tanh activation function for FP16 using rational approximation.
142 - Improve GPU GeMMLowp start-up time.
143 - Various optimizations and bug fixes.
144
SiCong Life1b1f62022-05-19 18:58:31 +0100145v22.08 Public major release
Ramy Elgammal0d274b72022-08-05 13:14:57 +0100146 - Various bug fixes.
147 - Disable unsafe FP optimizations causing accuracy issues in:
148 - \link opencl::kernels::ClDirectConv2dKernel ClDirectConv2dKernel \endlink
149 - \link opencl::kernels::ClDirectConv2dKernel ClDirectConv3dKernel \endlink
150 - @ref CLDepthwiseConvolutionLayerNativeKernel
151 - Add Dynamic Fusion of Elementwise Operators: Div, Floor, Add.
152 - Optimize the gemm_reshaped_rhs_nly_nt OpenCL kernel using the arm_matrix_multiply extension available for Arm® Mali™-G715 and Arm® Mali™-G615.
153 - Add support for the arm_matrix_multiply extension in the gemmlowp_mm_reshaped_only_rhs_t OpenCL kernel.
154 - Expand GPUTarget list with missing Mali™ GPUs product names: G57, G68, G78AE, G610, G510, G310.
155 - Extend the direct convolution 2d interface to configure the block size.
156 - Update ClConv2D heuristic to use direct convolution.
157 - Use official Khronos® OpenCL extensions:
158 - Add cl_khr_integer_dot_product extension support.
159 - Add support of OpenCL 3.0 non-uniform workgroup.
160 - Cpu performance optimizations:
161 - Add LUT-based implementation of Hard Swish and Leaky ReLU activation function for aarch64 build.
162 - Optimize Add layer by considering the input tensors as 1D array.
163 - Add fixed-format BF16, FP16 and FP32 Neon™ GEMM kernels to support variable weights.
164 - 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 +0000165 - Add experimental support for native builds for Windows® on Arm™.
Ramy Elgammal966218d2022-08-11 16:23:22 +0100166 - 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 +0100167 - Build flag change: toolchain_prefix, compiler_prefix:
Ramy Elgammal0d274b72022-08-05 13:14:57 +0100168 - Use empty string "" to suppress any prefixes.
169 - Use "auto" to use default (auto) prefixes chosen by the build script. This is the default behavior when unspecified.
170 - Any other string will be used as custom prefixes to the compiler and the rest of toolchain tools.
171 - The default behaviour when prefix is unspecified does not change, but its signifier has been changed from empty string "" to "auto".
172 - armv7a with Android build will no longer be tested or maintained.
SiCong Life1b1f62022-05-19 18:58:31 +0100173
Adnan AlSinan2921e5b2022-05-16 14:30:41 +0100174v22.05 Public major release
175 - Various bug fixes.
176 - Various optimizations.
177 - Add support for NDK r23b.
178 - Inclusive language adjustment. Please refer to @ref S5_0_inc_lang for details.
179 - New Arm® Neon™ kernels / functions :
180 - \link opencl::kernels::ClPool3dKernel ClPool3dKernel \endlink
181 - New OpenCL kernels / functions :
182 - \link cpu::kernels::CpuPool3dKernel CpuPool3dKernel \endlink
183 - Improve the start-up times for the following OpenCL kernels:
184 - \link opencl::kernels::ClWinogradInputTransformKernel ClWinogradInputTransformKernel \endlink
185 - \link opencl::kernels::ClWinogradOutputTransformKernel ClWinogradOutputTransformKernel \endlink
186 - \link opencl::kernels::ClWinogradFilterTransformKernel ClWinogradFilterTransformKernel \endlink
187 - \link opencl::kernels::ClHeightConcatenateKernel ClHeightConcatenateKernel \endlink
188 - Decouple the implementation of the following Cpu kernels into various data types (fp32, fp16, int):
189 - \link cpu::kernels::CpuDirectConv2dKernel CpuDirectConv2dKernel \endlink
190 - \link cpu::kernels::CpuDepthwiseConv2dNativeKernel CpuDepthwiseConv2dNativeKernel \endlink
191 - \link cpu::kernels::CpuGemmMatrixAdditionKernel CpuGemmMatrixAdditionKernel \endlink
192 - \link cpu::kernels::CpuGemmMatrixMultiplyKernel CpuGemmMatrixMultiplyKernel \endlink
193 - @ref NEFuseBatchNormalizationKernel
194 - @ref NEL2NormalizeLayerKernel
195
Adnan AlSinan69854ba2022-02-07 15:28:56 +0000196v22.02 Public major release
197 - Various bug fixes.
198 - Various optimizations.
199 - Update A510 arm_gemm cpu Kernels.
200 - Inclusive language adjustment. Please refer to @ref S5_0_inc_lang for details.
201 - Improve the start-up time for the following OpenCL kernels:
202 - @ref CLScale
203 - @ref CLGEMM
204 - @ref CLDepthwiseConvolutionLayer
205 - \link opencl::kernels::ClIm2ColKernel ClIm2ColKernel \endlink
206 - \link opencl::kernels::ClDirectConv2dKernel ClDirectConv2dKernel \endlink
207 - Remove functions:
208 - CLRemap
209 - NERemap
210 - Remove padding from OpenCL kernels:
211 - \link opencl::kernels::ClDirectConv2dKernel ClDirectConv2dKernel \endlink
212 - Remove padding from Cpu kernels:
213 - \link cpu::kernels::CpuDirectConv2dKernel CpuDirectConv2dKernel \endlink
214 - Decouple the implementation of the following Cpu kernels into various data types (fp32, fp16, int):
215 - \link cpu::kernels::CpuActivationKernel CpuActivationKernel \endlink
216 - \link cpu::kernels::CpuAddKernel CpuAddKernel \endlink
217 - \link cpu::kernels::CpuElementwiseKernel CpuElementwiseKernel \endlink
218 - \link cpu::CpuSoftmaxGeneric CpuSoftmaxKernel \endlink
219 - @ref NEBoundingBoxTransformKernel
220 - @ref NECropKernel
221 - @ref NEComputeAllAnchorsKernel
222 - @ref NEInstanceNormalizationLayerKernel
Adnan AlSinanbb8b2352022-02-14 14:30:38 +0000223 - NEMaxUnpoolingLayerKernel
Adnan AlSinan69854ba2022-02-07 15:28:56 +0000224 - @ref NEMeanStdDevNormalizationKernel
225 - @ref NERangeKernel
226 - @ref NEROIAlignLayerKernel
227 - @ref NESelectKernel
228
Sheri Zhang5dda2172021-10-15 19:54:17 +0100229v21.11 Public major release
230 - Various bug fixes.
Gunes Bayir08773702021-11-05 12:34:34 +0000231 - Various optimizations:
232 - 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 +0000233 - Improve performance of Softmax on GPU for Uint8/Int8
Sheri Zhang5dda2172021-10-15 19:54:17 +0100234 - New OpenCL kernels / functions:
235 - @ref CLConv3D
236 - New Arm® Neon™ kernels / functions:
237 - @ref NEConv3D
Gunes Bayir08773702021-11-05 12:34:34 +0000238 - Support configurable build by a selected subset of operator list
239 - Support MobileBert on Neon™ backend
240 - Improve operator/function logging
241 - Remove padding from OpenCL kernels:
242 - ClPool2dKernel
243 - ClScaleKernel
244 - ClGemmMatrixMultiplyReshapedKernel
245 - Remove padding from Cpu kernels:
246 - CpuPool2dKernel
247 - Remove Y padding from OpenCL kernels:
248 - ClGemmMatrixMultiplyKernel
249 - ClGemmReshapedRHSMatrixKernel
250 - Remove legacy GeMM kernels in gemm_v1.cl
Sheri Zhang5dda2172021-10-15 19:54:17 +0100251
Freddie Liardet77014ff2021-08-05 15:50:31 +0100252v21.08 Public major release
253 - Various bug fixes.
254 - Various optimizations:
255 - Improve LWS (Local-Workgroup-Size) heuristic in OpenCL for GeMM, Direct Convolution and Winograd Transformations when OpenCL tuner is not used
256 - Improve QASYMM8/QSYMM8 performance on OpenCL for various Arm® Mali™ GPU architectures
257 - Add dynamic weights support in Fully connected layer (CPU/GPU)
258 - Various performance optimizations for floating-point data types (CPU/GPU)
259 - Add a reduced core library build arm_compute_core_v2
260 - Expose Operator API
261 - Support fat binary build for arm8.2-a via fat_binary build flag
262 - Add CPU discovery capabilities
263 - Add data type f16 support for:
Adnan AlSinan6863fa02022-02-04 13:04:55 +0000264 - CLRemapKernel
Freddie Liardet77014ff2021-08-05 15:50:31 +0100265 - Port the following functions to stateless API:
266 - @ref CLConvolutionLayer
267 - @ref CLFlattenLayer
268 - @ref CLFullyConnectedLayer
269 - @ref CLGEMM
270 - @ref CLGEMMConvolutionLayer
271 - @ref CLGEMMLowpMatrixMultiplyCore
272 - @ref CLWinogradConvolutionLayer
273 - @ref NEConvolutionLayer
274 - @ref NEFlattenLayer
275 - @ref NEFullyConnectedLayer
276 - @ref NEGEMM
277 - @ref NEGEMMConv2d
278 - @ref NEGEMMConvolutionLayer
279 - @ref NEGEMMLowpMatrixMultiplyCore
280 - @ref NEWinogradConvolutionLayer
281 - Remove the following functions:
282 - CLWinogradInputTransform
283 - Remove CLCoreRuntimeContext
284 - Remove ICPPSimpleKernel
285 - Rename file arm_compute/runtime/CL/functions/CLElementWiseUnaryLayer.h to arm_compute/runtime/CL/functions/CLElementwiseUnaryLayer.h
286
Michalis Spyrou27e67f02021-02-16 11:34:39 +0000287v21.05 Public major release
Sheri Zhangc2bed952021-05-06 12:12:38 +0100288 - Various bug fixes.
289 - Various optimisations.
290 - Various documentation updates:
Jakub Sujakee301b32021-06-04 09:46:08 +0100291 - Add supported operators and corresponding Android NNAPI operators.
292 - Documentation reorg into user guide and contributor guide.
Sheri Zhangc2bed952021-05-06 12:12:38 +0100293 - Add support for a global allocator for OpenCL tensors
294 - Add experimental support for [CLVK](https://github.com/kpet/clvk).
295 - Add data type S32 support for:
296 - @ref opencl::kernels::ClArithmeticKernel
297 - Add data type QASYMM8 support for:
298 - @ref CLROIPoolingLayer
299 - @ref CLROIPoolingLayerKernel
300 - @ref NEROIPoolingLayer
301 - @ref NEROIPoolingLayerKernel
302 - Add per-channel quantization support for:
303 - @ref CLDeconvolutionLayer
304 - @ref CLDirectDeconvolutionLayer
305 - @ref NEConvolutionLayer
306 - @ref NEDeconvolutionLayer
307 - Remove padding from OpenCL kernels:
308 - @ref CLL2NormalizeLayerKernel
Gian Marco Iodice8155c022021-04-16 15:08:59 +0100309 - CLDepthwiseConvolutionLayer3x3NHWCKernel
Sheri Zhangc2bed952021-05-06 12:12:38 +0100310 - @ref CLNormalizationLayerKernel
311 - @ref CLNormalizePlanarYUVLayerKernel
312 - @ref opencl::kernels::ClMulKernel
313 - @ref CLReductionOperationKernel
314 - @ref CLROIPoolingLayerKernel
315 - Remove computer vision support from Arm® Neon™ backend
316 - Remove the following functions:
Michalis Spyrou27e67f02021-02-16 11:34:39 +0000317 - NEAbsoluteDifference
318 - NEAccumulate
319 - NEBox3x3
320 - NECannyEdge
321 - NEChannelCombine
322 - NEChannelExtract
323 - NEColorConvert
Michalis Spyrou473cb012021-02-23 11:48:12 +0000324 - NEConvolution
Michalis Spyrou27e67f02021-02-16 11:34:39 +0000325 - NEDerivative
326 - NEDilate
327 - NEEqualizeHistogram
328 - NEErode
329 - NEFastCorners
330 - NEGaussian3x3
331 - NEGaussian5x5
332 - NEGaussianPyramid
333 - NEHOGDescriptor
334 - NEHOGDetector
335 - NEHOGGradient
336 - NEHOGMultiDetection
337 - NEHarrisCorners
338 - NEHistogram
339 - NEIntegralImage
340 - NELaplacianPyramid
341 - NELaplacianReconstruct
342 - NEMagnitude
343 - NEMeanStdDev
344 - NEMedian3x3
345 - NEMinMaxLocation
346 - NENonLinearFilter
347 - NEOpticalFlow
348 - NEPhase
Michalis Spyrou27e67f02021-02-16 11:34:39 +0000349 - NEScharr3x3
350 - NESobel3x3
351 - NESobel5x5
352 - NESobel7x7
353 - NETableLookup
354 - NEThreshold
355 - NEWarpAffine
Michalis Spyrou473cb012021-02-23 11:48:12 +0000356 - NEWarpPerspectiveKernel
Michalis Spyrou473cb012021-02-23 11:48:12 +0000357 - Remove all GLES kernels / functions / tests / examples
Sheri Zhangc2bed952021-05-06 12:12:38 +0100358 - Remove computer vision support from CL backend
359 - Remove the following functions:
Michalis Spyrou473cb012021-02-23 11:48:12 +0000360 - CLAbsoluteDifference
361 - CLAccumulate
362 - CLBox3x3
363 - CLCannyEdge
364 - CLChannelCombine
365 - CLChannelExtract
366 - CLColorConvert
367 - CLConvolution
368 - CLDerivative
369 - CLDilate
370 - CLEqualizeHistogram
371 - CLErode
372 - CLFastCorners
373 - CLGaussian3x3
374 - CLGaussian5x5
375 - CLGaussianPyramid
376 - CLHOGDescriptor
377 - CLHOGDetector
378 - CLHOGGradient
379 - CLHOGMultiDetection
380 - CLHarrisCorners
381 - CLHistogram
382 - CLIntegralImage
383 - CLLaplacianPyramid
384 - CLLaplacianReconstruct
385 - CLMagnitude
386 - CLMeanStdDev
387 - CLMedian3x3
388 - CLMinMaxLocation
389 - CLNonLinearFilter
390 - CLOpticalFlow
391 - CLPhase
392 - CLScharr3x3
393 - CLSobel3x3
394 - CLSobel5x5
395 - CLSobel7x7
396 - CLTableLookup
397 - CLThreshold
398 - CLWarpAffine
399 - CLWarpPerspective
Ramy Elgammal0d274b72022-08-05 13:14:57 +0100400
Georgios Pinitas40f51a62020-11-21 03:04:18 +0000401v21.02 Public major release
Sheri Zhangda6a6eb2021-01-06 11:15:06 +0000402 - Various bug fixes.
403 - Various optimisations.
Georgios Pinitas45514032020-12-30 00:03:09 +0000404 - Upgrade C++ standard to C++14
405 - Add macOS support
Giorgio Arena1055dc12021-02-19 09:53:06 +0000406 - Add Armv8-R AArch64 architecture support
Sheri Zhangda6a6eb2021-01-06 11:15:06 +0000407 - Add SVE/SVE2 support for:
Manuel Bottini10b38262021-02-19 18:16:44 +0000408 - NEScaleKernel
Sheri Zhangda6a6eb2021-01-06 11:15:06 +0000409 - @ref NEActivationLayer
410 - @ref NEArithmeticAddition
411 - @ref NEBatchNormalizationLayerKernel
Giorgio Arena1055dc12021-02-19 09:53:06 +0000412 - @ref cpu::kernels::CpuLogits1DSoftmaxKernel
413 - @ref cpu::kernels::CpuLogits1DMaxKernel
414 - @ref cpu::kernels::CpuElementwiseUnaryKernel
Sheri Zhangdda69142021-02-01 19:06:57 +0000415 - Remove padding from OpenCL kernels:
Sheri Zhang1efed922021-03-10 22:43:38 +0000416 - CLDirectConvolutionLayerKernel
Sheri Zhangdda69142021-02-01 19:06:57 +0000417 - @ref CLArgMinMaxLayerKernel
418 - @ref CLPadLayerKernel
419 - @ref CLROIAlignLayerKernel
420 - @ref CLRangeKernel
Manuel Bottini3b131ab2021-02-19 18:16:44 +0000421 - CLScaleKernel
Sheri Zhangdda69142021-02-01 19:06:57 +0000422 - @ref CLSelectKernel
423 - @ref CLBitwiseKernel
Giorgio Arena1055dc12021-02-19 09:53:06 +0000424 - @ref opencl::kernels::ClFloorKernel
Teresa Charlin27886092021-02-25 20:15:01 +0000425 - CLTransposeKernel
Giorgio Arena5b50f422021-02-17 11:43:05 +0000426 - Deprecate functions in CLTuner:
427 - add_lws_to_table
428 - import_lws_table
429 - lws_table
Sheri Zhangda6a6eb2021-01-06 11:15:06 +0000430 - Remove functions:
Georgios Pinitas96b16b62020-12-01 17:41:34 +0000431 - NELocallyConnectedLayer / CLLocallyConnectedLayer
Georgios Pinitasf7c5a412020-12-03 14:38:33 +0000432 - NEIm2Col
433 - NECol2Im
434 - NEGEMMInterleave4x4
435 - NEGEMMTranspose1xW
Georgios Pinitas8c3c0e72020-12-03 20:11:53 +0000436 - NEComputeAllAnchors / CLComputeAllAnchors
Georgios Pinitasec2256b2020-12-03 18:51:58 +0000437 - NEGEMMAssemblyDispatch
Georgios Pinitasc53266e2020-12-09 03:11:53 +0000438 - NEUpsampleLayer / CLUpsampleLayer
Sheri Zhangda6a6eb2021-01-06 11:15:06 +0000439 - Remove kernels:
Georgios Pinitasd308df32020-12-01 16:56:36 +0000440 - NEGEMMMatrixVectorMultiplyKernel
Georgios Pinitas96b16b62020-12-01 17:41:34 +0000441 - NELocallyConnectedMatrixMultiplyKernel / CLLocallyConnectedMatrixMultiplyKernel
Georgios Pinitasc53266e2020-12-09 03:11:53 +0000442 - NEUpsampleLayerKernel / CLUpsampleLayerKernel
Gian Marco Iodicef5aad512021-02-08 17:34:40 +0000443 - Extend OpenCL tuner with workgroup batch size support
444 - 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 +0000445 - Add functionality to load the OpenCL GEMM heuristics at runtime
446 - The GEMM heuristic file (MLGO) can be used to update the default GEMM heuristics available for OpenCL
Giorgio Arenacd7d1782021-02-22 14:58:37 +0000447 - 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 +0100448 - Note: data-type decoupling is in progress and experimental. Warning of unused symbols might be raised
Georgios Pinitas40f51a62020-11-21 03:04:18 +0000449
SiCong Li96209c72020-08-21 12:28:30 +0100450v20.11 Public major release
morgolock70b1eb82020-11-24 13:54:19 +0000451 - Various bug fixes.
452 - Various optimisations.
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +0000453 - 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 +0000454 This is planned to be resolved in 21.02 release.
morgolock70b1eb82020-11-24 13:54:19 +0000455 - Added new data type QASYMM8_SIGNED support for @ref NEROIAlignLayer.
SiCong Li903f8cc2020-08-27 10:17:10 +0100456 - Added new data type S32 support for:
Michele Di Giorgiobd2c8e12021-01-19 15:29:02 +0000457 - NEArithmeticSubtraction
458 - NEArithmeticSubtractionKernel
SiCong Libb88f892020-08-28 11:18:47 +0100459 - @ref NEPixelWiseMultiplication
Sheri Zhang1e3ab422021-03-16 17:35:08 +0000460 - NEPixelWiseMultiplicationKernel
Sang-Hoon Park63001ac2021-01-18 14:20:27 +0000461 - NEElementwiseDivision
462 - NEDivisionOperationKernel
SiCong Li96209c72020-08-21 12:28:30 +0100463 - Interface change
464 - Properly support softmax axis to have the same meaning as other major frameworks. That is, axis now defines the dimension
465 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.
466 The supported value range of axis is [-rank, rank).
467 This change applies to the following functions:
468 - @ref NESoftmaxLayer
469 - @ref NELogSoftmaxLayer
470 - @ref CLSoftmaxLayer
471 - @ref CLLogSoftmaxLayer
Manuel Bottiniceaa0bf2021-02-16 15:15:19 +0000472 - GCSoftmaxLayer
Sheri Zhang824061d2020-10-26 15:46:37 +0000473 - New OpenCL kernels / functions:
Georgios Pinitas4a578b92021-06-25 12:13:49 +0100474 - CLGEMMLowpQuantizeDownInt32ScaleByFixedPointKernel
morgolock0e728492020-11-20 11:03:33 +0000475 - @ref CLLogicalNot
476 - @ref CLLogicalAnd
477 - @ref CLLogicalOr
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +0000478 - New Arm® Neon™ kernels / functions:
morgolock0e728492020-11-20 11:03:33 +0000479 - @ref NELogicalNot
480 - @ref NELogicalAnd
481 - @ref NELogicalOr
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +0000482 - Removed padding from Arm® Neon™ kernels:
Sheri Zhang1e3ab422021-03-16 17:35:08 +0000483 - NEComplexPixelWiseMultiplicationKernel
Michalis Spyrou473cb012021-02-23 11:48:12 +0000484 - NENonMaximaSuppression3x3Kernel
Adnan AlSinan6863fa02022-02-04 13:04:55 +0000485 - NERemapKernel
Michele Di Giorgio93b75e02021-06-21 12:00:43 +0100486 - NEGEMMInterleave4x4Kernel
Manuel Bottini327225d2021-04-13 13:09:30 +0100487 - NEDirectConvolutionLayerKernel
Manuel Bottini10b38262021-02-19 18:16:44 +0000488 - NEScaleKernel
Georgios Pinitas96b16b62020-12-01 17:41:34 +0000489 - NELocallyConnectedMatrixMultiplyKernel
Manuel Bottinicfac51c2021-06-18 15:47:28 +0100490 - NEGEMMLowpOffsetContributionKernel
Michele Di Giorgio93b75e02021-06-21 12:00:43 +0100491 - NEGEMMTranspose1xWKernel
Michele Di Giorgio19289042021-02-03 16:05:00 +0000492 - NEPoolingLayerKernel
Michalis Spyrou473cb012021-02-23 11:48:12 +0000493 - NEConvolutionKernel
Michalis Spyrou60c3b0e2021-04-08 12:02:58 +0100494 - NEDepthwiseConvolutionLayerNativeKernel
Manuel Bottinicfac51c2021-06-18 15:47:28 +0100495 - NEGEMMLowpMatrixMultiplyKernel
Michele Di Giorgio53832b22021-06-21 14:45:44 +0100496 - NEGEMMMatrixMultiplyKernel
Manuel Bottini327225d2021-04-13 13:09:30 +0100497 - NEDirectConvolutionLayerOutputStageKernel
Sheri Zhanged367132020-10-08 15:46:16 +0100498 - @ref NEReductionOperationKernel
Manuel Bottinicfac51c2021-06-18 15:47:28 +0100499 - NEGEMMLowpMatrixAReductionKernel
500 - NEGEMMLowpMatrixBReductionKernel
Sheri Zhang824061d2020-10-26 15:46:37 +0000501 - Removed padding from OpenCL kernels:
Michele Di Giorgio7d61ff02021-01-18 21:15:59 +0000502 - CLBatchConcatenateLayerKernel
Michele Di Giorgio1e0208a2021-01-22 15:42:59 +0000503 - CLElementwiseOperationKernel
Sheri Zhang824061d2020-10-26 15:46:37 +0000504 - @ref CLBatchNormalizationLayerKernel
Michele Di Giorgioe1314662021-02-01 17:09:32 +0000505 - CLPoolingLayerKernel
Manuel Bottinic6f4ec32021-05-18 18:41:56 +0100506 - CLWinogradInputTransformKernel
Georgios Pinitas4a578b92021-06-25 12:13:49 +0100507 - CLGEMMLowpMatrixMultiplyNativeKernel
508 - CLGEMMLowpMatrixAReductionKernel
509 - CLGEMMLowpMatrixBReductionKernel
510 - CLGEMMLowpOffsetContributionOutputStageKernel
511 - CLGEMMLowpOffsetContributionKernel
Manuel Bottinic6f4ec32021-05-18 18:41:56 +0100512 - CLWinogradOutputTransformKernel
Georgios Pinitas4a578b92021-06-25 12:13:49 +0100513 - CLGEMMLowpMatrixMultiplyReshapedKernel
Sheri Zhang824061d2020-10-26 15:46:37 +0000514 - @ref CLFuseBatchNormalizationKernel
515 - @ref CLDepthwiseConvolutionLayerNativeKernel
Georgios Pinitas11d84152021-04-28 10:20:18 +0100516 - CLDepthConvertLayerKernel
Sheri Zhang7e20e292021-02-02 11:49:34 +0000517 - CLCopyKernel
Gian Marco Iodice8155c022021-04-16 15:08:59 +0100518 - CLDepthwiseConvolutionLayer3x3NHWCKernel
Georgios Pinitasf47f7182021-01-15 09:29:50 +0000519 - CLActivationLayerKernel
Manuel Bottinic6f4ec32021-05-18 18:41:56 +0100520 - CLWinogradFilterTransformKernel
Michele Di Giorgio7d61ff02021-01-18 21:15:59 +0000521 - CLWidthConcatenateLayerKernel
522 - CLWidthConcatenate4TensorsKernel
523 - CLWidthConcatenate2TensorsKernel
Sang-Hoon Park201e0fe2021-01-27 13:14:56 +0000524 - CLLogits1DMaxShiftExpSumKernel
525 - CLLogits1DNormKernel
Michele Di Giorgio7d61ff02021-01-18 21:15:59 +0000526 - CLHeightConcatenateLayerKernel
Georgios Pinitas856f66e2021-04-22 21:13:21 +0100527 - CLGEMMMatrixMultiplyKernel
Georgios Pinitas4a578b92021-06-25 12:13:49 +0100528 - CLGEMMLowpQuantizeDownInt32ScaleKernel
529 - CLGEMMLowpQuantizeDownInt32ScaleByFloatKernel
530 - CLGEMMLowpMatrixMultiplyReshapedOnlyRHSKernel
Michele Di Giorgio7d61ff02021-01-18 21:15:59 +0000531 - CLDepthConcatenateLayerKernel
Georgios Pinitas4a578b92021-06-25 12:13:49 +0100532 - CLGEMMLowpQuantizeDownInt32ScaleByFixedPointKernel
Sheri Zhang824061d2020-10-26 15:46:37 +0000533 - Removed OpenCL kernels / functions:
534 - CLGEMMLowpQuantizeDownInt32ToInt16ScaleByFixedPointKernel
535 - CLGEMMLowpQuantizeDownInt32ToInt8ScaleByFixedPointKernel
536 - CLGEMMLowpQuantizeDownInt32ToUint8ScaleByFixedPointKernel
morgolock00c76012020-11-06 10:40:12 +0000537 - 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 +0100538 - CLLocallyConnectedLayer
539 - CLLocallyConnectedMatrixMultiplyKernel
morgolock00c76012020-11-06 10:40:12 +0000540 - CLAbsoluteDifference
541 - CLAbsoluteDifferenceKernel
542 - CLAccumulate
543 - CLAccumulateKernel
544 - CLAccumulateSquared
545 - CLAccumulateSquaredKernel
546 - CLAccumulateWeighted
547 - CLAccumulateWeightedKernel
548 - CLAccumulateWeightedFP16Kernel
549 - CLBox3x3
550 - CLBox3x3Kernel
551 - CLBox3x3FP16Kernel
552 - CLCannyEdge
553 - CLChannelCombine
554 - CLChannelCombineKernel
555 - CLChannelExtract
556 - CLChannelExtractKernel
557 - CLColorConvert
558 - CLColorConvertKernel
559 - CLConvolution3x3
560 - CLConvolutionRectangle
561 - CLConvolutionRectangleKernel
562 - CLConvolutionSquare
563 - CLConvolutionKernel
564 - CLDerivative
565 - CLDerivativeKernel
566 - CLDilate
567 - CLDilateKernel
568 - CLEqualizeHistogram
569 - CLErode
570 - CLErodeKernel
571 - CLFastCorners
572 - CLFastCornersKernel
573 - CLGaussian3x3
574 - CLGaussian3x3Kernel
575 - CLGaussian5x5
576 - CLGaussian5x5HorKernel
577 - CLGaussian5x5VertKernel
578 - CLGaussianPyramid
579 - CLGaussianPyramidHalf
580 - CLGaussianPyramidOrb
581 - CLHarrisCorners
582 - CLHarrisScoreKernel
583 - CLHarrisScoreFP16Kernel
584 - CLHistogram
585 - CLHistogramKernel
586 - CLHOGOrientationBinningKernel
587 - CLHOGBlockNormalizationKernel
588 - CLHOGDetectorKernel
589 - CLHOGNonMaximaSuppressionKernel
590 - CLHOGDescriptor
591 - CLHOGDetector
592 - CLHOGGradient
593 - CLHOGMultiDetection
594 - CLHOGOrientationBinningKernel
595 - CLHOGBlockNormalizationKernel
596 - CLHOGDetectorKernel
597 - CLIntegralImage
598 - CLIntegralImageKernel
599 - CLLaplacianReconstruct
600 - CLLaplacianPyramid
601 - CLMagnitude
602 - CLMagnitudePhaseKernel
603 - CLMedian3x3
604 - CLMedian3x3Kernel
605 - CLMinMaxLocation
606 - CLMinMaxLocationKernel
607 - CLNonLinearFilter
608 - CLNonLinearFilterKernel
609 - CLNonMaximaSuppression3x3
610 - CLNonMaximaSuppression3x3FP16Kernel
611 - CLNonMaximaSuppression3x3Kernel
612 - CLOpticalFlow
613 - CLPhase
614 - CLRemap
615 - CLRemapKernel
616 - CLScharr3x3
617 - CLScharr3x3Kernel
618 - CLSobel3x3
619 - CLSobel3x3Kernel
620 - CLSobel5x5
621 - CLSobel5x5HorKernel
622 - CLSobel5x5VertKernel
623 - CLSobel7x7
624 - CLSobel7x7HorKernel
625 - CLSobel7x7VertKernel
626 - CLThreshold
627 - CLThresholdKernel
628 - CLWarpAffine
629 - CLWarpAffineKernel
630 - CLWarpPerspective
631 - CLWarpPerspectiveKernel
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +0000632 - 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 +0100633 - NELocallyConnectedLayer
634 - NELocallyConnectedMatrixMultiplyKernel
morgolock0c862652020-11-06 08:59:45 +0000635 - NEAbsoluteDifference
636 - NEAbsoluteDifferenceKernel
637 - NEAccumulate
638 - NEAccumulateKernel
639 - NEAccumulateSquared
640 - NEAccumulateSquaredKernel
641 - NEAccumulateWeighted
642 - NEAccumulateWeightedKernel
643 - NEAccumulateWeightedFP16Kernel
644 - NEBox3x3
645 - NEBox3x3Kernel
646 - NEBox3x3FP16Kernel
647 - NECannyEdge
648 - NEChannelCombine
649 - NEChannelCombineKernel
650 - NEChannelExtract
651 - NEChannelExtractKernel
652 - NEColorConvert
653 - NEColorConvertKernel
654 - NEConvolution3x3
655 - NEConvolutionRectangle
656 - NEConvolutionRectangleKernel
657 - NEConvolutionSquare
658 - NEConvolutionKernel
659 - NEDerivative
660 - NEDerivativeKernel
661 - NEDilate
662 - NEDilateKernel
663 - NEEqualizeHistogram
664 - NEErode
665 - NEErodeKernel
666 - NEFastCorners
667 - NEFastCornersKernel
668 - NEGaussian3x3
669 - NEGaussian3x3Kernel
670 - NEGaussian5x5
671 - NEGaussian5x5HorKernel
672 - NEGaussian5x5VertKernel
673 - NEGaussianPyramid
674 - NEGaussianPyramidHalf
675 - NEGaussianPyramidOrb
676 - NEHarrisCorners
677 - NEHarrisScoreKernel
678 - NEHarrisScoreFP16Kernel
679 - NEHistogram
680 - NEHistogramKernel
681 - NEHOGOrientationBinningKernel
682 - NEHOGBlockNormalizationKernel
683 - NEHOGDetectorKernel
684 - NEHOGNonMaximaSuppressionKernel
685 - NEHOGDescriptor
686 - NEHOGDetector
687 - NEHOGGradient
688 - NEHOGMultiDetection
689 - NEHOGOrientationBinningKernel
690 - NEHOGBlockNormalizationKernel
691 - NEHOGDetectorKernel
692 - NEIntegralImage
693 - NEIntegralImageKernel
694 - NELaplacianReconstruct
695 - NELaplacianPyramid
696 - NEMagnitude
697 - NEMagnitudePhaseKernel
698 - NEMedian3x3
699 - NEMedian3x3Kernel
700 - NEMinMaxLocation
701 - NEMinMaxLocationKernel
702 - NENonLinearFilter
703 - NENonLinearFilterKernel
704 - NENonMaximaSuppression3x3
705 - NENonMaximaSuppression3x3FP16Kernel
706 - NENonMaximaSuppression3x3Kernel
707 - NEOpticalFlow
708 - NEPhase
709 - NERemap
710 - NERemapKernel
711 - NEScharr3x3
712 - NEScharr3x3Kernel
713 - NESobel3x3
714 - NESobel3x3Kernel
715 - NESobel5x5
716 - NESobel5x5HorKernel
717 - NESobel5x5VertKernel
718 - NESobel7x7
719 - NESobel7x7HorKernel
720 - NESobel7x7VertKernel
721 - NEThreshold
722 - NEThresholdKernel
723 - NEWarpAffine
724 - NEWarpAffineKernel
725 - NEWarpPerspective
726 - NEWarpPerspectiveKernel
morgolockd6ee9ed2020-11-19 10:07:14 +0000727 - Deprecated GLES kernels / functions (If a kernel is used only by the function that is being deprecated, the kernel is deprecated together):
728 - GCAbsoluteDifference
729 - GCActivationLayer
730 - GCArithmeticAddition
731 - GCBatchNormalizationLayer
732 - GCConcatenateLayer
733 - GCConvolutionLayer
734 - GCDepthwiseConvolutionLayer
735 - GCDirectConvolutionLayer
736 - GCDropoutLayer
737 - GCFillBorder
738 - GCFullyConnectedLayer
739 - GCGEMM
740 - GCGEMMInterleave4x4
741 - GCGEMMTranspose1xW
742 - GCNormalizationLayer
743 - GCNormalizePlanarYUVLayer
744 - GCPixelWiseMultiplication
745 - GCPoolingLayer
746 - GCScale
747 - GCSoftmaxLayer
748 - GCTensorShift
749 - GCTranspose
750
SiCong Li96209c72020-08-21 12:28:30 +0100751
Georgios Pinitas25ef7212020-06-02 23:00:41 +0100752v20.08 Public major release
753 - Various bug fixes.
754 - Various optimisations.
Sheri Zhang3ef9b5f2020-07-09 16:32:58 +0100755 - Added new data type QASYMM8_SIGNED support for:
Sheri Zhangdd4cfc02020-07-10 14:15:41 +0100756 - @ref CLArgMinMaxLayer
757 - @ref CLArgMinMaxLayerKernel
758 - Added new data type U8 support for:
759 - @ref NECropKernel
Sheri Zhang7e20e292021-02-02 11:49:34 +0000760 - CLCropKernel
Jakub Sujakee301b32021-06-04 09:46:08 +0100761 - Added align_corner support for nearest neighbor interpolation in:
Manuel Bottini10b38262021-02-19 18:16:44 +0000762 - NEScaleKernel
Manuel Bottini3b131ab2021-02-19 18:16:44 +0000763 - CLScaleKernel
Sheri Zhangdd4cfc02020-07-10 14:15:41 +0100764 - New OpenCL kernels / functions:
765 - @ref CLMaxUnpoolingLayerKernel
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +0000766 - New Arm® Neon™ kernels / functions:
Dana Zlotnik149203b2022-01-26 12:38:03 +0200767 - NEMaxUnpoolingLayerKernel
Sheri Zhang3ef9b5f2020-07-09 16:32:58 +0100768 - New graph example:
Sheri Zhangdd4cfc02020-07-10 14:15:41 +0100769 - graph_yolov3_output_detector
Sang-Hoon Parkadfaefb2020-08-18 09:13:05 +0100770 - GEMMTuner improvements:
771 - Added fp16 support
772 - Output json files for easier integration
773 - Enabled tuning for export_to_cl_image_rhs option for RHS tensors
774 - More robust script for running benchmarks
Sheri Zhang3ef9b5f2020-07-09 16:32:58 +0100775 - Removed padding from:
Sheri Zhang1e3ab422021-03-16 17:35:08 +0000776 - NEPixelWiseMultiplicationKernel
Michele Di Giorgiobd2c8e12021-01-19 15:29:02 +0000777 - NEHeightConcatenateLayerKernel
Michalis Spyrou27e67f02021-02-16 11:34:39 +0000778 - NEThresholdKernel
Michele Di Giorgiobd2c8e12021-01-19 15:29:02 +0000779 - NEBatchConcatenateLayerKernel
Teresa Charlind1dc09c2021-03-04 15:24:45 +0000780 - NETransposeKernel
Sang-Hoon Parkadfaefb2020-08-18 09:13:05 +0100781 - @ref NEBatchNormalizationLayerKernel
Michele Di Giorgiobd2c8e12021-01-19 15:29:02 +0000782 - NEArithmeticSubtractionKernel
Sang-Hoon Parkadfaefb2020-08-18 09:13:05 +0100783 - @ref NEBoundingBoxTransformKernel
Michalis Spyrou373b4072021-01-20 16:41:12 +0000784 - NELogits1DMaxKernel
785 - NELogits1DSoftmaxKernel
Sang-Hoon Parkadfaefb2020-08-18 09:13:05 +0100786 - @ref NEROIPoolingLayerKernel
787 - @ref NEROIAlignLayerKernel
Georgios Pinitas0b1c2db2020-12-04 15:51:34 +0000788 - NEYOLOLayerKernel
Georgios Pinitasc53266e2020-12-09 03:11:53 +0000789 - NEUpsampleLayerKernel
Georgios Pinitas70eb53b2021-01-06 19:42:21 +0000790 - NEFloorKernel
Michele Di Giorgiobd2c8e12021-01-19 15:29:02 +0000791 - NEWidthConcatenateLayerKernel
792 - NEDepthConcatenateLayerKernel
Sang-Hoon Parkadfaefb2020-08-18 09:13:05 +0100793 - @ref NENormalizationLayerKernel
794 - @ref NEL2NormalizeLayerKernel
Georgios Pinitasc6f95102021-03-30 10:03:01 +0100795 - NEFillArrayKernel
Georgios Pinitas11d84152021-04-28 10:20:18 +0100796 - NEDepthConvertLayerKernel
Sang-Hoon Parkadfaefb2020-08-18 09:13:05 +0100797 - @ref NERangeKernel
798 - @ref NEPriorBoxLayer
Sheri Zhanged367132020-10-08 15:46:16 +0100799 - Removed OpenCL kernels / functions:
Sang-Hoon Parkadfaefb2020-08-18 09:13:05 +0100800 - CLGEMMLowpQuantizeDownInt32ToUint8Scale
801 - CLGEMMLowpQuantizeDownInt32ToUint8ScaleByFloat
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +0000802 - Removed Arm® Neon™ kernels / functions:
Sang-Hoon Parkadfaefb2020-08-18 09:13:05 +0100803 - NEGEMMLowpQuantizeDownInt32ToUint8Scale
804 - NEGEMMMatrixAccumulateBiasesKernel
SiCong Lid004a7a2020-05-28 15:26:41 +0100805 - Deprecated functions / interfaces:
Michalis Spyrou473cb012021-02-23 11:48:12 +0000806 - Non-descriptor based interfaces for NEThreshold, CLThreshold
Manuel Bottiniceaa0bf2021-02-16 15:15:19 +0000807 - Non-descriptor based interfaces for @ref NEScale, @ref CLScale and GCScale
808 - In @ref NESoftmaxLayer, @ref NELogSoftmaxLayer, @ref CLSoftmaxLayer, @ref CLLogSoftmaxLayer and GCSoftmaxLayer :
809 The default "axis" value for @ref CLSoftmaxLayer, @ref CLLogSoftmaxLayer and GCSoftmaxLayer is changed from 1 to 0.
morgolock9c7fed82020-08-05 12:30:56 +0100810 Only axis 0 is supported.
811 The default "axis" value for @ref NESoftmaxLayer, @ref NELogSoftmaxLayer is changed from 1 to 0.
Sang-Hoon Parkadfaefb2020-08-18 09:13:05 +0100812 Only axis 0 is supported.
Sang-Hoon Parka0205b92020-07-07 09:36:09 +0100813 - The support for quantized data types has been removed from @ref CLLogSoftmaxLayer due to implementation complexity.
Manuel Bottinid844c082021-07-14 12:58:54 +0100814 - 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 +0100815 - This change allows to use @ref CLGEMMConvolutionLayer without extra padding for the input and output.
816 - Only the weights/bias of @ref CLGEMMConvolutionLayer could require padding for the computation.
Georgios Pinitas856f66e2021-04-22 21:13:21 +0100817 - Only on Arm® Mali™ Midgard GPUs, @ref CLGEMMConvolutionLayer could require padding since CLGEMMMatrixMultiplyKernel is called and currently requires padding.
818 - 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 +0100819 - 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 +0100820 - The padding requirement for the OpenCL image object is considered into the CLGEMMReshapeRHSMatrixKernel.
821 - The reshaped RHS matrix stores the weights when GEMM is used to accelerate CLGEMMConvolutionLayer.
Georgios Pinitas25ef7212020-06-02 23:00:41 +0100822
Georgios Pinitasfd7780d2020-03-17 11:41:00 +0000823v20.05 Public major release
Georgios Pinitasc7b183a2020-03-06 18:12:09 +0000824 - Various bug fixes.
825 - Various optimisations.
Michele Di Giorgio36a551f2020-04-23 11:55:29 +0100826 - Updated recommended NDK version to r18b.
827 - Updated recommended gcc version to Linaro 6.3.1.
Georgios Pinitasc7b183a2020-03-06 18:12:09 +0000828 - Added Bfloat16 type support
829 - Added Bfloat16 support in:
Manuel Bottini29599d02021-07-06 15:01:35 +0100830 - NEWeightsReshapeKernel
831 - NEConvolutionLayerReshapeWeights
Manuel Bottini90028992021-06-30 18:29:18 +0100832 - NEIm2ColKernel
Georgios Pinitasf7c5a412020-12-03 14:38:33 +0000833 - NEIm2Col
Georgios Pinitas11d84152021-04-28 10:20:18 +0100834 - NEDepthConvertLayerKernel
Georgios Pinitasc7b183a2020-03-06 18:12:09 +0000835 - @ref NEDepthConvertLayer
836 - @ref NEGEMMConvolutionLayer
Georgios Pinitasec2256b2020-12-03 18:51:58 +0000837 - NEGEMMAssemblyDispatch
Sheri Zhang0f2522b2020-03-25 16:38:19 +0000838 - Added new data type QASYMM8_SIGNED support for:
839 - @ref CLDirectConvolutionLayer
840 - @ref CLDeconvolutionLayer
841 - @ref CLDirectDeconvolutionLayer
842 - @ref CLGEMMDeconvolutionLayer
Georgios Pinitas4a578b92021-06-25 12:13:49 +0100843 - CLGEMMLowpMatrixMultiplyReshapedKernel
844 - CLGEMMLowpQuantizeDownInt32ScaleKernel
845 - CLGEMMLowpQuantizeDownInt32ScaleByFloatKernel
Sheri Zhang0f2522b2020-03-25 16:38:19 +0000846 - @ref CLReductionOperation
847 - @ref CLReduceMean
Sheri Zhang359c48e2020-04-30 22:53:39 +0100848 - @ref NEScale
Manuel Bottini10b38262021-02-19 18:16:44 +0000849 - NEScaleKernel
Georgios Pinitasc53266e2020-12-09 03:11:53 +0000850 - NEUpsampleLayer
Sheri Zhang0f2522b2020-03-25 16:38:19 +0000851 - @ref NECast
852 - @ref NEReductionOperation
853 - @ref NEReduceMean
854 - @ref NEArgMinMaxLayer
855 - @ref NEDeconvolutionLayer
Manuel Bottiniae58bdf2021-06-17 17:18:45 +0100856 - NEGEMMLowpQuantizeDownInt32ScaleKernel
Sheri Zhang0f2522b2020-03-25 16:38:19 +0000857 - @ref CPPBoxWithNonMaximaSuppressionLimit
858 - @ref CPPDetectionPostProcessLayer
859 - @ref CPPPermuteKernel
860 - @ref CPPPermute
861 - @ref CPPTopKVKernel
862 - @ref CPPTopKV
Sheri Zhang359c48e2020-04-30 22:53:39 +0100863 - @ref CPPUpsample
864 - @ref CPPUpsampleKernel
Sheri Zhang31b49ca2020-04-24 11:15:10 +0100865 - New OpenCL kernels / functions:
866 - @ref CLQLSTMLayer
867 - @ref CLQLSTMLayerNormalizationKernel
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +0000868 - New Arm® Neon™ kernels / functions:
Sheri Zhang31b49ca2020-04-24 11:15:10 +0100869 - @ref NEQLSTMLayer
870 - @ref NEQLSTMLayerNormalizationKernel
871 - Added HARD_SWISH support in:
Georgios Pinitasf47f7182021-01-15 09:29:50 +0000872 - CLActivationLayerKernel
Michele Di Giorgiobd2c8e12021-01-19 15:29:02 +0000873 - NEActivationLayerKernel
Sheri Zhang0f2522b2020-03-25 16:38:19 +0000874 - Deprecated OpenCL kernels / functions:
875 - CLGEMMLowpQuantizeDownInt32ToUint8Scale
876 - CLGEMMLowpQuantizeDownInt32ToUint8ScaleByFloat
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +0000877 - Deprecated Arm® Neon™ kernels / functions:
Sheri Zhang0f2522b2020-03-25 16:38:19 +0000878 - NEGEMMLowpQuantizeDownInt32ToUint8Scale
879 - Removed CPP kernels / functions:
880 - CPPFlipWeightsKernel
Manuel Bottini387259a2020-05-21 17:14:36 +0100881 - Removed PoolingLayerInfo constructors without Data Layout.
882 - Removed CLDepthwiseConvolutionLayer3x3
883 - Removed NEDepthwiseConvolutionLayerOptimized
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +0000884 - Added support for Winograd 3x3,4x4 on Arm® Neon™ FP16:
Manuel Bottini075253a2020-05-22 12:57:18 +0100885 - @ref NEWinogradConvolutionLayer
Michalis Spyrou96f977e2021-07-01 12:20:56 +0100886 - CpuWinogradConv2dTransformInputKernel
887 - CpuWinogradConv2dTransformOutputKernel
888 - CpuWinogradConv2dTransformWeightsKernel
Manuel Bottini075253a2020-05-22 12:57:18 +0100889 - Added CLCompileContext
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +0000890 - Added Arm® Neon™ GEMM kernel with 2D window support
Georgios Pinitasc7b183a2020-03-06 18:12:09 +0000891
Michele Di Giorgio740872e2020-03-04 15:29:49 +0000892v20.02.1 Maintenance release
893 - Added Android-NN build script.
894
Giuseppe Rossinif04ddbc2020-02-17 17:22:49 +0000895v20.02 Public major release
896 - Various bug fixes.
897 - Various optimisations.
898 - Added new data type QASYMM8_SIGNED support for:
899 - @ref CLDepthwiseConvolutionLayer
Manuel Bottini387259a2020-05-21 17:14:36 +0100900 - CLDepthwiseConvolutionLayer3x3
Giuseppe Rossinif04ddbc2020-02-17 17:22:49 +0000901 - @ref CLGEMMConvolutionLayer
Georgios Pinitas4a578b92021-06-25 12:13:49 +0100902 - CLGEMMLowpMatrixMultiplyCore
903 - CLGEMMLowpMatrixMultiplyReshapedOnlyRHSKernel
904 - CLGEMMLowpMatrixMultiplyNativeKernel
Giuseppe Rossinif04ddbc2020-02-17 17:22:49 +0000905 - @ref NEActivationLayer
Sang-Hoon Park63001ac2021-01-18 14:20:27 +0000906 - NEComparisonOperationKernel
Giuseppe Rossinif04ddbc2020-02-17 17:22:49 +0000907 - @ref NEConvolutionLayer
908 - @ref NEDepthwiseConvolutionLayer
Georgios Pinitas7d0adc62020-09-04 15:25:24 +0100909 - NEDepthwiseConvolutionLayer3x3Kernel
Manuel Bottini327225d2021-04-13 13:09:30 +0100910 - NEDirectConvolutionLayerOutputStageKernel
Giuseppe Rossinif04ddbc2020-02-17 17:22:49 +0000911 - @ref NEElementwiseComparison
912 - @ref NEElementwiseMax
913 - @ref NEElementwiseMin
914 - @ref NEElementwiseSquaredDiff
915 - @ref NEFullyConnectedLayer
Michele Di Giorgiof22f6722020-07-03 16:29:24 +0100916 - NEGEMMMatrixVectorMultiplyKernel
Giuseppe Rossinif04ddbc2020-02-17 17:22:49 +0000917 - @ref NEPixelWiseMultiplication
918 - @ref NEPoolingLayer
919 - @ref NEPReluLayer
920 - Added support for QSYMM8_PER_CHANNEL in:
Georgios Pinitas7d0adc62020-09-04 15:25:24 +0100921 - NEDepthwiseConvolutionLayer3x3Kernel
Giuseppe Rossinif04ddbc2020-02-17 17:22:49 +0000922 - Added support for split sizes in:
923 - @ref CLSplit
924 - @ref NESplit
925 - New OpenCL kernels / functions:
926 - @ref CLFill
Georgios Pinitas4a578b92021-06-25 12:13:49 +0100927 - CLGEMMLowpQuantizeDownInt32ToInt8ScaleByFixedPointKernel / CLGEMMLowpQuantizeDownInt32ToInt8ScaleByFixedPoint
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +0000928 - New Arm® Neon™ kernels / functions:
Giuseppe Rossinif04ddbc2020-02-17 17:22:49 +0000929 - @ref NEFill
Manuel Bottiniae58bdf2021-06-17 17:18:45 +0100930 - NEGEMMLowpQuantizeDownInt32ToInt8ScaleByFixedPointKernel / NEGEMMLowpQuantizeDownInt32ToInt8ScaleByFixedPoint
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +0000931 - Deprecated Arm® Neon™ functions / interfaces:
Manuel Bottini387259a2020-05-21 17:14:36 +0100932 - CLDepthwiseConvolutionLayer3x3
933 - NEDepthwiseConvolutionLayerOptimized
934 - PoolingLayerInfo constructors without Data Layout.
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +0000935 - Added support for quantization with multiplier greater than 1 on Arm® Neon™ and CL.
Giuseppe Rossinif04ddbc2020-02-17 17:22:49 +0000936 - Added support for quantized inputs of type QASYMM8_SIGNED and QASYMM8 to @ref CLQuantizationLayer.
937 - Added the ability to build bootcode for bare metal.
938 - Added support for generating synthetic QASYMM8 graphs.
939 - Added support for F16 datatype in VGG16.
940 - Removed pre-built binaries for GLES.
941
Michele Di Giorgiod374ff22020-01-21 10:03:20 +0000942v19.11.1 Public maintenance release
943 - Fix offset calculation in NEReductionOperationKernel.
944 - Fix data layout in NEScaleKernel for nhwc.
945 - Retain configuration step data layout to avoid side-effects.
946 - Perform sqrt in double domain for L2 pooling.
947 - Fix output shape calculation for Reduce Mean
948 - Restrict cases where optimized NEPadLayer runs.
949
Michele Di Giorgioa046e162019-10-08 09:36:26 +0100950v19.11 Public major release
SiCong Lica1f98c2019-11-28 11:06:11 +0000951 - Various bug fixes.
952 - Various optimisations.
SiCong Li1f7f9882019-11-28 14:59:35 +0000953 - Updated recommended NDK version to r17c.
SiCong Lica1f98c2019-11-28 11:06:11 +0000954 - Deprecated OpenCL kernels / functions:
Michele Di Giorgioa046e162019-10-08 09:36:26 +0100955 - CLDepthwiseConvolutionLayerReshapeWeightsGenericKernel
956 - CLDepthwiseIm2ColKernel
SiCong Lica1f98c2019-11-28 11:06:11 +0000957 - CLDepthwiseSeparableConvolutionLayer
Michele Di Giorgioa046e162019-10-08 09:36:26 +0100958 - CLDepthwiseVectorToTensorKernel
959 - CLDirectConvolutionLayerOutputStageKernel
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +0000960 - Deprecated Arm® Neon™ kernels / functions:
Giorgio Arenad93e2632019-10-15 11:09:33 +0100961 - NEDepthwiseWeightsReshapeKernel
962 - NEDepthwiseIm2ColKernel
SiCong Lica1f98c2019-11-28 11:06:11 +0000963 - NEDepthwiseSeparableConvolutionLayer
Giorgio Arenad93e2632019-10-15 11:09:33 +0100964 - NEDepthwiseVectorToTensorKernel
Manuel Bottini05069f02019-09-26 17:18:26 +0100965 - NEDepthwiseConvolutionLayer3x3
SiCong Lica1f98c2019-11-28 11:06:11 +0000966 - New OpenCL kernels / functions:
967 - @ref CLInstanceNormalizationLayerKernel / @ref CLInstanceNormalizationLayer
968 - @ref CLDepthwiseConvolutionLayerNativeKernel to replace the old generic depthwise convolution (see Deprecated
969 OpenCL kernels / functions)
970 - @ref CLLogSoftmaxLayer
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +0000971 - New Arm® Neon™ kernels / functions:
SiCong Lica1f98c2019-11-28 11:06:11 +0000972 - @ref NEBoundingBoxTransformKernel / @ref NEBoundingBoxTransform
Georgios Pinitas8c3c0e72020-12-03 20:11:53 +0000973 - @ref NEComputeAllAnchorsKernel / NEComputeAllAnchors
SiCong Lica1f98c2019-11-28 11:06:11 +0000974 - @ref NEDetectionPostProcessLayer
975 - @ref NEGenerateProposalsLayer
976 - @ref NEInstanceNormalizationLayerKernel / @ref NEInstanceNormalizationLayer
977 - @ref NELogSoftmaxLayer
978 - @ref NEROIAlignLayerKernel / @ref NEROIAlignLayer
979 - Added QASYMM8 support for:
980 - @ref CLGenerateProposalsLayer
981 - @ref CLROIAlignLayer
982 - @ref CPPBoxWithNonMaximaSuppressionLimit
983 - Added QASYMM16 support for:
984 - @ref CLBoundingBoxTransform
985 - Added FP16 support for:
Georgios Pinitas856f66e2021-04-22 21:13:21 +0100986 - CLGEMMMatrixMultiplyReshapedKernel
SiCong Lica1f98c2019-11-28 11:06:11 +0000987 - Added new data type QASYMM8_PER_CHANNEL support for:
Manuel Bottini9e73c932021-03-02 17:40:42 +0000988 - CLDequantizationLayer
SiCong Lica1f98c2019-11-28 11:06:11 +0000989 - @ref NEDequantizationLayer
990 - Added new data type QSYMM8_PER_CHANNEL support for:
991 - @ref CLConvolutionLayer
992 - @ref NEConvolutionLayer
993 - @ref CLDepthwiseConvolutionLayer
994 - @ref NEDepthwiseConvolutionLayer
995 - Added FP16 mixed-precision support for:
Georgios Pinitas856f66e2021-04-22 21:13:21 +0100996 - CLGEMMMatrixMultiplyReshapedKernel
Michele Di Giorgioe1314662021-02-01 17:09:32 +0000997 - CLPoolingLayerKernel
SiCong Lica1f98c2019-11-28 11:06:11 +0000998 - Added FP32 and FP16 ELU activation for:
999 - @ref CLActivationLayer
1000 - @ref NEActivationLayer
1001 - Added asymmetric padding support for:
1002 - @ref CLDirectDeconvolutionLayer
1003 - @ref CLGEMMDeconvolutionLayer
1004 - @ref NEDeconvolutionLayer
1005 - Added SYMMETRIC and REFLECT modes for @ref CLPadLayerKernel / @ref CLPadLayer.
Georgios Pinitas0f7ef8a2021-01-10 04:23:52 +00001006 - Replaced the calls to NECopyKernel and NEMemsetKernel with @ref NEPadLayer in @ref NEGenerateProposalsLayer.
1007 - Replaced the calls to CLCopyKernel and CLMemsetKernel with @ref CLPadLayer in @ref CLGenerateProposalsLayer.
SiCong Lica1f98c2019-11-28 11:06:11 +00001008 - Improved performance for CL Inception V3 - FP16.
1009 - Improved accuracy for CL Inception V3 - FP16 by enabling FP32 accumulator (mixed-precision).
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +00001010 - Improved Arm® Neon™ performance by enabling fusing batch normalization with convolution and depth-wise convolution layer.
1011 - Improved Arm® Neon™ performance for MobileNet-SSD by improving the output detection performance.
SiCong Lica1f98c2019-11-28 11:06:11 +00001012 - Optimized @ref CLPadLayer.
1013 - Optimized CL generic depthwise convolution layer by introducing @ref CLDepthwiseConvolutionLayerNativeKernel.
1014 - Reduced memory consumption by implementing weights sharing.
Michele Di Giorgioa046e162019-10-08 09:36:26 +01001015
Michele Di Giorgiod374ff22020-01-21 10:03:20 +00001016v19.08.1 Public maintenance release
1017 - Fix offset calculation in NEReductionOperationKernel.
1018 - Fix data layout in NEScaleKernel for nhwc.
1019 - Retain configuration step data layout to avoid side-effects.
1020 - Perform sqrt in double domain for L2 pooling.
1021 - Fix output shape calculation for Reduce Mean
1022 - Fix broadcast CLPixelwiseMultiplication with 5D tensors
1023
Georgios Pinitas3d13af82019-06-04 13:04:16 +01001024v19.08 Public major release
1025 - Various bug fixes.
1026 - Various optimisations.
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +00001027 - Deprecated Arm® Neon™ functions
Gian Marco Iodicecc2f54b2019-08-22 10:10:52 +01001028 - NEDepthConcatenateLayer
1029 - NEWidthConcatenateLayer
1030 - Deprecated OpenCL kernels / functions
1031 - CLDepthConcatenateLayer
1032 - CLGEMMInterleave4x4Kernel / CLGEMMInterleave4x4
1033 - CLGEMMTranspose1xWKernel / CLGEMMTranspose1xW
1034 - CLWidthConcatenateLayer
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +00001035 - New Arm® Neon™ kernels / functions:
Gian Marco Iodicec5f48ad2019-09-02 09:52:12 +01001036 - @ref NEAbsLayer
Gian Marco Iodicecc2f54b2019-08-22 10:10:52 +01001037 - @ref NECast
Gian Marco Iodicec5f48ad2019-09-02 09:52:12 +01001038 - @ref NEElementwisePower
1039 - @ref NELogLayer
Gian Marco Iodicecc2f54b2019-08-22 10:10:52 +01001040 - @ref NELSTMLayerQuantized
Gian Marco Iodicec5f48ad2019-09-02 09:52:12 +01001041 - @ref NENegLayer
Gian Marco Iodicecc2f54b2019-08-22 10:10:52 +01001042 - @ref NEPReluLayer
Gian Marco Iodicec5f48ad2019-09-02 09:52:12 +01001043 - @ref NESinLayer
Michele Di Giorgiobd2c8e12021-01-19 15:29:02 +00001044 - NEBatchConcatenateLayerKernel
Gian Marco Iodicecc2f54b2019-08-22 10:10:52 +01001045 - @ref NEDepthToSpaceLayerKernel / @ref NEDepthToSpaceLayer
Michalis Spyrou60c3b0e2021-04-08 12:02:58 +01001046 - NEDepthwiseConvolutionLayerNativeKernel
Manuel Bottiniae58bdf2021-06-17 17:18:45 +01001047 - NEGEMMLowpQuantizeDownInt32ToInt16ScaleByFixedPointKernel
Gian Marco Iodicecc2f54b2019-08-22 10:10:52 +01001048 - @ref NEMeanStdDevNormalizationKernel / @ref NEMeanStdDevNormalizationLayer
1049 - @ref NESpaceToDepthLayerKernel / @ref NESpaceToDepthLayer
1050 - New OpenCL kernels / functions:
Gian Marco Iodicec5f48ad2019-09-02 09:52:12 +01001051 - @ref CLAbsLayer
1052 - @ref CLElementwisePower
1053 - @ref CLLogLayer
Gian Marco Iodicecc2f54b2019-08-22 10:10:52 +01001054 - @ref CLLSTMLayerQuantized
Gian Marco Iodicec5f48ad2019-09-02 09:52:12 +01001055 - @ref CLNegLayer
Gian Marco Iodicecc2f54b2019-08-22 10:10:52 +01001056 - @ref CLPReluLayer
Gian Marco Iodicec5f48ad2019-09-02 09:52:12 +01001057 - @ref CLSinLayer
Michele Di Giorgio7d61ff02021-01-18 21:15:59 +00001058 - CLBatchConcatenateLayerKernel
Gian Marco Iodicecc2f54b2019-08-22 10:10:52 +01001059 - @ref CLDepthToSpaceLayerKernel / @ref CLDepthToSpaceLayer
Georgios Pinitas856f66e2021-04-22 21:13:21 +01001060 - CLGEMMLowpMatrixMultiplyNativeKernel
Michele Di Giorgioba14c922020-10-12 13:27:57 +01001061 - CLGEMMLowpQuantizeDownInt32ToInt16ScaleByFixedPointKernel
Georgios Pinitas856f66e2021-04-22 21:13:21 +01001062 - CLGEMMMatrixMultiplyNativeKernel
Michalis Spyrou473cb012021-02-23 11:48:12 +00001063 - CLMeanStdDevNormalizationKernel /CLMeanStdDevNormalizationLayer
Gian Marco Iodicecc2f54b2019-08-22 10:10:52 +01001064 - @ref CLSpaceToDepthLayerKernel / @ref CLSpaceToDepthLayer
1065 - New examples:
1066 - neon_opticalflow
1067 - cl_cache
1068 - neon_permute
Gian Marco Iodicec5f48ad2019-09-02 09:52:12 +01001069 - Added support for FP16 in @ref NEDeconvolutionLayer
1070 - Added support for FP16 in @ref CLDeconvolutionLayer
1071 - Added support for REDUCE_MIN and REDUCE_MAX in @ref ReductionOperation
Gian Marco Iodicecc2f54b2019-08-22 10:10:52 +01001072 - Enable the fusion of batch normalization with convolution and depthwise convolution layer for FP32 in the graph API (OpenCL only)
1073 - 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 +00001074 - Re-factored the depthwise convolution layer kernel on Arm® Neon™ for generic cases
Jakub Sujakee301b32021-06-04 09:46:08 +01001075 - Added an optimized depthwise convolution layer kernel for 5x5 filters (Neon™ only)
Gian Marco Iodicecc2f54b2019-08-22 10:10:52 +01001076 - Added support to enable OpenCL kernel cache. Added example showing how to load the prebuilt OpenCL kernels from a binary cache file
1077 - Altered @ref QuantizationInfo interface to support per-channel quantization.
Manuel Bottini387259a2020-05-21 17:14:36 +01001078 - The CLDepthwiseConvolutionLayer3x3 will be included by @ref CLDepthwiseConvolutionLayer to accommodate for future optimizations.
1079 - The NEDepthwiseConvolutionLayerOptimized will be included by @ref NEDepthwiseConvolutionLayer to accommodate for future optimizations.
Gian Marco Iodicecc2f54b2019-08-22 10:10:52 +01001080 - Removed inner_border_right and inner_border_top parameters from @ref CLDeconvolutionLayer interface
1081 - Removed inner_border_right and inner_border_top parameters from @ref NEDeconvolutionLayer interface
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +00001082 - 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 +01001083
Michalis Spyroua9c44722019-04-05 17:18:36 +01001084v19.05 Public major release
Michalis Spyrouc6608ac2019-05-16 17:40:23 +01001085 - Various bug fixes.
1086 - Various optimisations.
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +00001087 - New Arm® Neon™ kernels / functions:
Georgios Pinitasf790fdb2019-04-24 12:41:25 +01001088 - @ref NEBatchToSpaceLayerKernel / @ref NEBatchToSpaceLayer
Sheri Zhang1e3ab422021-03-16 17:35:08 +00001089 - NEComplexPixelWiseMultiplicationKernel / @ref NEComplexPixelWiseMultiplication
Georgios Pinitasf790fdb2019-04-24 12:41:25 +01001090 - @ref NECropKernel / @ref NECropResize
Michalis Spyrou60c3b0e2021-04-08 12:02:58 +01001091 - NEDepthwiseConvolutionAssemblyDispatch
Michalis Spyrouca82e622019-05-10 16:43:20 +01001092 - @ref NEFFTDigitReverseKernel
1093 - @ref NEFFTRadixStageKernel
1094 - @ref NEFFTScaleKernel
Manuel Bottinicfac51c2021-06-18 15:47:28 +01001095 - NEGEMMLowpOffsetContributionOutputStageKernel
Michele Di Giorgiobd2c8e12021-01-19 15:29:02 +00001096 - NEHeightConcatenateLayerKernel
Georgios Pinitasf790fdb2019-04-24 12:41:25 +01001097 - @ref NESpaceToBatchLayerKernel / @ref NESpaceToBatchLayer
Michalis Spyroud7dd15c2019-05-30 14:53:58 +01001098 - @ref NEFFT1D
1099 - @ref NEFFT2D
1100 - @ref NEFFTConvolutionLayer
Georgios Pinitasf790fdb2019-04-24 12:41:25 +01001101 - New OpenCL kernels / functions:
Sheri Zhangf9ab9f92021-03-16 12:09:15 +00001102 - CLComplexPixelWiseMultiplicationKernel / @ref CLComplexPixelWiseMultiplication
Sheri Zhang7e20e292021-02-02 11:49:34 +00001103 - CLCropKernel / @ref CLCropResize
Michalis Spyroud7dd15c2019-05-30 14:53:58 +01001104 - @ref CLDeconvolutionReshapeOutputKernel
Georgios Pinitasf790fdb2019-04-24 12:41:25 +01001105 - @ref CLFFTDigitReverseKernel
1106 - @ref CLFFTRadixStageKernel
1107 - @ref CLFFTScaleKernel
Georgios Pinitas4a578b92021-06-25 12:13:49 +01001108 - CLGEMMLowpMatrixMultiplyReshapedOnlyRHSKernel
Georgios Pinitas856f66e2021-04-22 21:13:21 +01001109 - CLGEMMMatrixMultiplyReshapedOnlyRHSKernel
Michele Di Giorgio7d61ff02021-01-18 21:15:59 +00001110 - CLHeightConcatenateLayerKernel
Georgios Pinitasf790fdb2019-04-24 12:41:25 +01001111 - @ref CLDirectDeconvolutionLayer
1112 - @ref CLFFT1D
1113 - @ref CLFFT2D
1114 - @ref CLFFTConvolutionLayer
Michalis Spyrouca82e622019-05-10 16:43:20 +01001115 - @ref CLGEMMDeconvolutionLayer
1116 - New OpenGLES kernels / functions:
Manuel Bottiniceaa0bf2021-02-16 15:15:19 +00001117 - GCConcatenateLayer
Michalis Spyroua9c44722019-04-05 17:18:36 +01001118 - Deprecated functions/interfaces
Georgios Pinitas09f24972019-05-17 18:14:40 +01001119 - GCDepthConcatenateLayer
1120 - NEWidthConcatenateLayer
1121 - NEDepthConcatenateLayer
1122 - CLWidthConcatenateLayer
1123 - CLDepthConcatenateLayer
Gian Marco Iodice5fc07aa2019-05-15 17:08:02 +01001124 - CLGEMMInterleave4x4
1125 - CLGEMMTranspose1xW
Michalis Spyrouc6608ac2019-05-16 17:40:23 +01001126 - Support different quantization info in CLConcatLayer.
1127 - Add checks on different input/output quantization info were not supported.
1128 - Tensors have different quantization information.
1129 - Add FP16 support checks.
1130 - Fix output quantization CLDeptwiseConv3x3 when activation is fused.
1131 - New graph examples:
1132 - graph_convolution
1133 - graph_fully_connected
1134 - graph_depthwise_convolution
1135 - Deepspeech v0.4.1
1136 - Add support for QASYMM8 in NEArithmeticSubtractionKernel.
1137 - Add support for QASYMM8 in NEPixelWiseMultiplicationKernel.
1138 - Add support for QASYMM8 NEDeconvolution.
Sheri Zhangac6499a2021-02-10 15:32:38 +00001139 - Add support for DequantizationLayer for Neon/CL.
Michalis Spyrouc6608ac2019-05-16 17:40:23 +01001140 - Add support for dilation in CLDepthwiseConvolution.
1141 - Fuse offset contribution with the output stage when we use NEGEMMLowpMatrixMultiplyCore.
1142 - Optimize CLDeconvolution.
1143 - Add StackLayer to the graph API.
1144 - Add support for "reflect" padding mode in NEPad.
1145 - Winograd 7x7 NHWC on OpenCL.
1146 - Rework CL ML layers to run exclusively on CL.
1147 - Support different quantization info in PoolingLayer.
1148 - Implement and test import memory interfaces.
1149 - Added new tests and removed old ones.
1150 - Various clang-tidy fixes.
Michalis Spyroua9c44722019-04-05 17:18:36 +01001151
giuros01a69a88b2019-01-31 16:29:19 +00001152v19.02 Public major release
Isabella Gottardi62538972019-02-12 19:52:44 +00001153 - Various bug fixes.
1154 - Various optimisations.
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +00001155 - New Arm® Neon™ kernels / functions:
Isabella Gottardi62538972019-02-12 19:52:44 +00001156 - @ref NETileKernel / @ref NETile
1157 - @ref NEFuseBatchNormalizationKernel / @ref NEFuseBatchNormalization
Sang-Hoon Park63001ac2021-01-18 14:20:27 +00001158 - NEElementwiseOperationKernel
Isabella Gottardi62538972019-02-12 19:52:44 +00001159 - @ref NEElementwiseMax
1160 - @ref NEElementwiseMin
1161 - @ref NEElementwiseSquaredDiff
1162 - @ref NESelectKernel / @ref NESelect
1163 - @ref NESplit
1164 - @ref NESlice
1165 - @ref NEUnstack
1166 - @ref NEStridedSliceKernel / @ref NEStridedSlice
Sang-Hoon Park7249f152021-01-22 11:55:03 +00001167 - NEElementwiseUnaryKernel
Isabella Gottardi62538972019-02-12 19:52:44 +00001168 - @ref NERsqrtLayer
1169 - @ref NEExpLayer
1170 - @ref NEReverseKernel / @ref NEReverse
1171 - @ref NEArgMinMaxLayer
1172 - @ref NEStackLayerKernel / @ref NEStackLayer
1173 - @ref NERangeKernel / @ref NERange
1174 - @ref NEPadLayer
Georgios Pinitas0f7ef8a2021-01-10 04:23:52 +00001175 - NEMemsetKernel
Isabella Gottardi62538972019-02-12 19:52:44 +00001176 - @ref NEGatherKernel / @ref NEGather
1177 - @ref NEElementwiseComparison
1178 - @ref NEElementwiseComparisonStatic
Sang-Hoon Park63001ac2021-01-18 14:20:27 +00001179 - NEComparisonOperationKernel
Isabella Gottardi62538972019-02-12 19:52:44 +00001180 - @ref NEElementwiseDivision
1181 - New OpenCL kernels / functions:
1182 - @ref CLSelectKernel / @ref CLSelect
1183 - @ref CLTileKernel / @ref CLTile
1184 - @ref CLComparisonKernel / @ref CLComparison
1185 - @ref CLArgMinMaxLayer
1186 - @ref CLElementwiseMax
1187 - @ref CLElementwiseMin
1188 - @ref CLElementwiseSquaredDiff
1189 - @ref CLStackLayerKernel / @ref CLStackLayer
1190 - @ref CLReverse / @ref CLReverseKernel
1191 - @ref CLRsqrtLayer
1192 - @ref CLExpLayer
Michele Di Giorgioc9c89052021-01-26 10:20:17 +00001193 - CLElementWiseUnaryLayerKernel
Georgios Pinitas856f66e2021-04-22 21:13:21 +01001194 - CLGEMMReshapeLHSMatrixKernel
1195 - CLGEMMReshapeRHSMatrixKernel
1196 - CLGEMMMatrixMultiplyReshapedKernel
Isabella Gottardi62538972019-02-12 19:52:44 +00001197 - @ref CLRangeKernel / @ref CLRange
1198 - @ref CLUnstack
1199 - @ref CLGatherKernel / @ref CLGather
Georgios Pinitas4a578b92021-06-25 12:13:49 +01001200 - CLGEMMLowpMatrixMultiplyReshapedKernel
Isabella Gottardi62538972019-02-12 19:52:44 +00001201 - New CPP kernels / functions:
1202 - @ref CPPDetectionOutputLayer
1203 - @ref CPPTopKV / @ref CPPTopKVKernel
Isabella Gottardi62538972019-02-12 19:52:44 +00001204 - Added new examples:
1205 - graph_ssd_mobilenet.cpp
1206 - graph_mobilenet_v2.cpp
1207 - graph_resnet12.cpp
1208 - graph_srcnn955.cpp
1209 - graph_vgg_vdsr.cpp
1210 - graph_inception_resnet_v1.cpp
1211 - Add 4D tensors support to
1212 - @ref NESoftmaxLayer
1213 - Fused activation in @ref CLWinogradConvolutionLayer
Jakub Sujakee301b32021-06-04 09:46:08 +01001214 - Extended @ref NEPermute to support more cases
1215 - Added Neon™/SVE GEMM Hybrid kernels
Isabella Gottardi62538972019-02-12 19:52:44 +00001216 - Added u8 and s8 hybrid assembly kernels
1217 - Introduced GEMM strategy name in NEGEMMAssemblyWrapper
1218 - Improved @ref CLTuner
1219 - Fused the bias addition within @ref CLGEMM
1220 - Added support for QASYMM8 LOGISTIC activation in @ref NEActivationLayer
1221 - Added NHWC data layout support to:
1222 - @ref NEScale for F16
1223 - @ref CLNormalizationLayer IN_MAP_2D for FP32/FP16
1224 - @ref NEL2NormalizeLayer for FP32/FP16
1225 - @ref NENormalizationLayer IN_MAP_2D for FP32/FP16
1226 - @ref CLROIAlignLayer
Manuel Bottini5209be52019-02-13 16:34:56 +00001227 - @ref CLGenerateProposalsLayer
Isabella Gottardi62538972019-02-12 19:52:44 +00001228 - Added QASYMM8 support to the following kernels:
Michele Di Giorgiobd2c8e12021-01-19 15:29:02 +00001229 - NEArithmeticAdditionKernel
Isabella Gottardi62538972019-02-12 19:52:44 +00001230 - @ref NEScale
1231 - Added new tests and improved validation and benchmarking suites.
giuros01a69a88b2019-01-31 16:29:19 +00001232 - Deprecated functions/interfaces
1233 - Usage of inner_border_right and inner_border_top has been deprecated in @ref CLDeconvolutionLayer and @ref NEDeconvolutionLayer
1234
Isabella Gottardi8773d7c2018-11-20 09:56:46 +00001235v18.11 Public major release
1236 - Various bug fixes.
1237 - Various optimisations.
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +00001238 - New Arm® Neon™ kernels / functions:
Isabella Gottardi8773d7c2018-11-20 09:56:46 +00001239 - @ref NEChannelShuffleLayer / @ref NEChannelShuffleLayerKernel
1240 - @ref NEReduceMean
1241 - @ref NEReorgLayer / @ref NEReorgLayerKernel
1242 - @ref NEPriorBoxLayer / @ref NEPriorBoxLayerKernel
Georgios Pinitasc53266e2020-12-09 03:11:53 +00001243 - NEUpsampleLayer / NEUpsampleLayerKernel
Georgios Pinitas0b1c2db2020-12-04 15:51:34 +00001244 - NEYOLOLayer / NEYOLOLayerKernel
Isabella Gottardi8773d7c2018-11-20 09:56:46 +00001245 - New OpenCL kernels / functions:
1246 - @ref CLBatchToSpaceLayer / @ref CLBatchToSpaceLayerKernel
1247 - @ref CLBoundingBoxTransform / @ref CLBoundingBoxTransformKernel
Manuel Bottini5209be52019-02-13 16:34:56 +00001248 - @ref CLComputeAllAnchorsKernel
1249 - @ref CLGenerateProposalsLayer
Isabella Gottardi8773d7c2018-11-20 09:56:46 +00001250 - @ref CLNormalizePlanarYUVLayer / @ref CLNormalizePlanarYUVLayerKernel
1251 - @ref CLReorgLayer / @ref CLReorgLayerKernel
1252 - @ref CLSpaceToBatchLayer / @ref CLSpaceToBatchLayerKernel
1253 - @ref CLPadLayer
1254 - @ref CLReduceMean
1255 - @ref CLPriorBoxLayer / @ref CLPriorBoxLayerKernel
1256 - @ref CLROIAlignLayer / @ref CLROIAlignLayerKernel
1257 - @ref CLSlice
1258 - @ref CLSplit
1259 - @ref CLStridedSlice / @ref CLStridedSliceKernel
Georgios Pinitasc53266e2020-12-09 03:11:53 +00001260 - CLUpsampleLayer / CLUpsampleLayerKernel
Georgios Pinitas0b1c2db2020-12-04 15:51:34 +00001261 - CLYOLOLayer / CLYOLOLayerKernel
Isabella Gottardi8773d7c2018-11-20 09:56:46 +00001262 - New CPP kernels / functions:
1263 - @ref CPPBoxWithNonMaximaSuppressionLimit / @ref CPPBoxWithNonMaximaSuppressionLimitKernel
1264 - Added the validate method in:
1265 - @ref NEDepthConvertLayer
1266 - @ref NEFloor / @ref CLFloor
Michele Di Giorgio93b75e02021-06-21 12:00:43 +01001267 - NEGEMMMatrixAdditionKernel
Isabella Gottardi8773d7c2018-11-20 09:56:46 +00001268 - @ref NEReshapeLayer / @ref CLReshapeLayer
1269 - @ref CLScale
1270 - Added new examples:
1271 - graph_shufflenet.cpp
1272 - graph_yolov3.cpp
1273 - Added documentation for add a new function or kernel.
1274 - Improved doxygen documentation adding a list of the existing functions.
1275 - Add 4D tensors support to
Georgios Pinitas09f24972019-05-17 18:14:40 +01001276 - CLWidthConcatenateLayer
Georgios Pinitase2696b12020-12-03 20:37:43 +00001277 - CLFlattenLayer
Isabella Gottardi8773d7c2018-11-20 09:56:46 +00001278 - @ref CLSoftmaxLayer
Gian Marco Iodice8155c022021-04-16 15:08:59 +01001279 - Add dot product support for CLDepthwiseConvolutionLayer3x3NHWCKernel non-unit stride
Isabella Gottardi8773d7c2018-11-20 09:56:46 +00001280 - Add SVE support
1281 - Fused batch normalization into convolution layer weights in @ref CLFuseBatchNormalization
Gian Marco Iodice8155c022021-04-16 15:08:59 +01001282 - Fuses activation in CLDepthwiseConvolutionLayer3x3NCHWKernel, CLDepthwiseConvolutionLayer3x3NHWCKernel and @ref NEGEMMConvolutionLayer
Isabella Gottardi8773d7c2018-11-20 09:56:46 +00001283 - Added NHWC data layout support to:
1284 - @ref CLChannelShuffleLayer
1285 - @ref CLDeconvolutionLayer
1286 - @ref CLL2NormalizeLayer
1287 - Added QASYMM8 support to the following kernels:
Manuel Bottini3b131ab2021-02-19 18:16:44 +00001288 - CLScaleKernel
Georgios Pinitas7d0adc62020-09-04 15:25:24 +01001289 - NEDepthwiseConvolutionLayer3x3Kernel
Sheri Zhangf9ab9f92021-03-16 12:09:15 +00001290 - CLPixelWiseMultiplicationKernel
Isabella Gottardi8773d7c2018-11-20 09:56:46 +00001291 - Added FP16 support to the following kernels:
Gian Marco Iodice8155c022021-04-16 15:08:59 +01001292 - CLDepthwiseConvolutionLayer3x3NHWCKernel
Georgios Pinitas7d0adc62020-09-04 15:25:24 +01001293 - NEDepthwiseConvolutionLayer3x3Kernel
Isabella Gottardi8773d7c2018-11-20 09:56:46 +00001294 - @ref CLNormalizePlanarYUVLayerKernel
1295 - @ref CLWinogradConvolutionLayer (5x5 kernel)
1296 - More tests added to both validation and benchmarking suites.
1297
Anthony Barbierd51ea0a2018-08-07 17:48:03 +01001298v18.08 Public major release
1299 - Various bug fixes.
Michele Di Giorgio02baf012018-08-20 18:10:38 +01001300 - Various optimisations.
Anthony Barbierd51ea0a2018-08-07 17:48:03 +01001301 - Updated recommended NDK version to r17b.
Michele Di Giorgio02baf012018-08-20 18:10:38 +01001302 - Removed support for QS8/QS16 data types.
1303 - Added support for grouped convolution in @ref CLConvolutionLayer.
1304 - Added NHWC data layout support to:
Georgios Pinitas09f24972019-05-17 18:14:40 +01001305 - NEDepthConcatenateLayer / CLDepthConcatenateLayer
Michele Di Giorgio02baf012018-08-20 18:10:38 +01001306 - @ref NEWinogradConvolutionLayer / @ref CLWinogradConvolutionLayer
1307 - @ref CLDepthwiseConvolutionLayer
1308 - @ref CLDirectConvolutionLayer
1309 - @ref CLConvolutionLayer
1310 - @ref CLScale
Manuel Bottinid844c082021-07-14 12:58:54 +01001311 - CLIm2ColKernel
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +00001312 - New Arm® Neon™ kernels / functions:
Michele Di Giorgio02baf012018-08-20 18:10:38 +01001313 - @ref NERNNLayer
1314 - New OpenCL kernels / functions:
1315 - @ref CLArithmeticDivision
1316 - Introduced prepare() stage support in the graph API for GLES.
1317 - Added support for memory reusage when trying to allocate smaller CLTensors.
1318 - Enabled NHWC execution on graph examples.
1319 - Added JPEG accessor for validation purposes.
1320 - Added validate methods to some kernels / functions.
Anthony Barbierd51ea0a2018-08-07 17:48:03 +01001321
1322v18.05 Public major release
Pablo Tellob5cc95b2018-05-15 11:49:33 +01001323 - Various bug fixes.
1324 - Various optimisations.
Jakub Sujakee301b32021-06-04 09:46:08 +01001325 - Major redesign in the interface for the Neon™ kernels implemented in assembly.
Pablo Telloeb82fd22018-02-23 13:43:50 +00001326 - 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 +01001327 - Added NEGEMMAssemblyWrapper and AssemblyKernelGlue which are used to execute assembly kernels in Neon™ functions.
Pablo Telloeb82fd22018-02-23 13:43:50 +00001328 - Minor changes to the CPUInfo type to make it compatible with the new assembly gemm interface.
Jakub Sujakee301b32021-06-04 09:46:08 +01001329 - Moved Neon™ assembly kernels to the folder src/core/Neon/kernels/arm_gemm.
Pablo Tellob5cc95b2018-05-15 11:49:33 +01001330 - Improved doxygen documentation.
1331 - Improved memory management for layer's transitions.
1332 - Added support for NHWC data layout in tensors.
1333 - Added NHWC data layout support to:
1334 - @ref NEGEMMConvolutionLayer
1335 - @ref NEDirectConvolutionLayer
1336 - @ref NEPoolingLayer / @ref CLPoolingLayer
1337 - @ref NEBatchNormalizationLayer / @ref CLBatchNormalizationLayer
1338 - @ref NEDepthwiseConvolutionLayer
1339 - @ref NEScale
Georgios Pinitasf7c5a412020-12-03 14:38:33 +00001340 - NEIm2Col
Pablo Tellob5cc95b2018-05-15 11:49:33 +01001341 - Added support for dilated convolutions in @ref NEConvolutionLayer and @ref CLConvolutionLayer.
1342 - New OpenCL kernels / functions:
1343 - @ref CLChannelShuffleLayer / @ref CLChannelShuffleLayerKernel
Teresa Charlin91b7f742021-04-12 13:57:00 +01001344 - CLConvertFullyConnectedWeightsKernel / @ref CLConvertFullyConnectedWeights
Sheri Zhang7e20e292021-02-02 11:49:34 +00001345 - @ref CLCopy / CLCopyKernel
Anthony Barbier38e7f1f2018-05-21 13:37:47 +01001346 - @ref CLLSTMLayer
Pablo Tellob5cc95b2018-05-15 11:49:33 +01001347 - @ref CLRNNLayer
Michele Di Giorgio7d61ff02021-01-18 21:15:59 +00001348 - CLWidthConcatenateLayer / CLWidthConcatenateLayerKernel
Manuel Bottinic6f4ec32021-05-18 18:41:56 +01001349 - CLWinogradFilterTransformKernel / @ref CLWinogradConvolutionLayer
1350 - CLWinogradInputTransformKernel / CLWinogradInputTransform
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +00001351 - New Arm® Neon™ kernels / functions:
Teresa Charlin562bee52021-04-13 17:44:15 +01001352 - NEConvertFullyConnectedWeightsKernel / @ref NEConvertFullyConnectedWeights.
Pablo Tellob5cc95b2018-05-15 11:49:33 +01001353 - Created the validate method in @ref CLDepthwiseConvolutionLayer.
1354 - Beta and gamma are no longer mandatory arguments in @ref NEBatchNormalizationLayer and @ref CLBatchNormalizationLayer.
1355 - Added depth multiplier support in @ref NEDepthwiseConvolutionLayer and @ref CLDepthwiseConvolutionLayer.
Sheri Zhang1e3ab422021-03-16 17:35:08 +00001356 - Added broadcast multiply support in @ref NEPixelWiseMultiplication / NEPixelWiseMultiplicationKernel.
Pablo Tellob5cc95b2018-05-15 11:49:33 +01001357 - Port mobilenet example to NHWC data layout.
1358 - Enabled Winograd method in @ref CLConvolutionLayer.
1359 - Renamed NEWinogradLayer to @ref NEWinogradConvolutionLayer.
Sheri Zhangac6499a2021-02-10 15:32:38 +00001360 - Updated @ref NEWinogradConvolutionLayer to use highly optimised assembly kernels in src/core/Neon/kernels/arm_gemm.
Pablo Tellob5cc95b2018-05-15 11:49:33 +01001361 - Added memory manager support in GLES functions.
1362 - Major refactoring of the graph API.
1363 - Added GLES backend in the graph API.
1364 - Added support for the memory manager in the graph API.
1365 - Enabled Winograd Convolution method in the graph API.
1366 - Added support for grouped convolutions in the graph API.
Manuel Bottini10b38262021-02-19 18:16:44 +00001367 - Replaced NEDeconvolutionLayerUpsampleKernel with NEScaleKernel in @ref NEDeconvolutionLayer.
Pablo Tellob5cc95b2018-05-15 11:49:33 +01001368 - Added fast maths flag in @ref CLConvolutionLayer.
1369 - Added new tests and benchmarks in validation and benchmark frameworks
Jakub Sujakee301b32021-06-04 09:46:08 +01001370 - Merge Activation layer with Convolution Layer (Neon™, CL, GLES)
Pablo Tellob5cc95b2018-05-15 11:49:33 +01001371 - Added support to OpenCL 2.0 SVM
1372 - Added support to import memory in OpenCL tensors.
1373 - Added the prepare() method to perform any one off pre-processing before running the function.
1374 - Added new examples:
1375 - graph_inception_v4.cpp
Anthony Barbier38e7f1f2018-05-21 13:37:47 +01001376 - graph_resnext50.cpp
Pablo Tellob5cc95b2018-05-15 11:49:33 +01001377 - Added memory measurement instrument for CL.
Pablo Telloeb82fd22018-02-23 13:43:50 +00001378
Anthony Barbier577fbdf2018-03-01 15:17:54 +00001379v18.03 Public maintenance release
1380 - Various bug fixes.
Anthony Barbier3762e742018-03-02 11:49:33 +00001381 - Fixed bug in @ref NEActivationLayer
1382 - Fix in @ref CLTuner when using batches.
Anthony Barbier577fbdf2018-03-01 15:17:54 +00001383 - Updated recommended NDK version to r16b (And fixed warnings).
1384 - Fixed bug in validation code.
1385 - Added Inception v4 graph example.
Georgios Pinitas9fb11592018-04-26 20:34:58 +01001386 - Renamed NEWinogradLayer.cpp to @ref NEWinogradConvolutionLayer
Anthony Barbier577fbdf2018-03-01 15:17:54 +00001387
Anthony Barbier2d0ce772018-02-21 15:35:36 +00001388v18.02 Public major release
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +00001389 - Various Arm® Neon™ / OpenCL / GLES optimisations.
Anthony Barbier2d0ce772018-02-21 15:35:36 +00001390 - Various bug fixes.
1391 - Changed default number of threads on big LITTLE systems.
1392 - Refactored examples and added:
1393 - graph_mobilenet_qassym8
1394 - graph_resnet
1395 - graph_squeezenet_v1_1
Anthony Barbier3762e742018-03-02 11:49:33 +00001396 - Renamed @ref CLConvolutionLayer into @ref CLGEMMConvolutionLayer and created a new @ref CLConvolutionLayer to select the fastest convolution method.
1397 - 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 +00001398 - Added in place support to:
Anthony Barbier3762e742018-03-02 11:49:33 +00001399 - @ref CLActivationLayer
1400 - @ref CLBatchNormalizationLayer
Anthony Barbier2d0ce772018-02-21 15:35:36 +00001401 - Added QASYMM8 support to:
Anthony Barbier3762e742018-03-02 11:49:33 +00001402 - @ref CLActivationLayer
1403 - @ref CLDepthwiseConvolutionLayer
1404 - @ref NEDepthwiseConvolutionLayer
1405 - @ref NESoftmaxLayer
Anthony Barbier2d0ce772018-02-21 15:35:36 +00001406 - Added FP16 support to:
Manuel Bottini387259a2020-05-21 17:14:36 +01001407 - CLDepthwiseConvolutionLayer3x3
Anthony Barbier3762e742018-03-02 11:49:33 +00001408 - @ref CLDepthwiseConvolutionLayer
Michele Di Giorgiobd2c8e12021-01-19 15:29:02 +00001409 - Added broadcasting support to NEArithmeticAddition / @ref CLArithmeticAddition / @ref CLPixelWiseMultiplication
Anthony Barbier3762e742018-03-02 11:49:33 +00001410 - Added fused batched normalization and activation to @ref CLBatchNormalizationLayer and @ref NEBatchNormalizationLayer
1411 - Added support for non-square pooling to @ref NEPoolingLayer and @ref CLPoolingLayer
Anthony Barbier2d0ce772018-02-21 15:35:36 +00001412 - New OpenCL kernels / functions:
Michele Di Giorgioa046e162019-10-08 09:36:26 +01001413 - CLDirectConvolutionLayerOutputStageKernel
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +00001414 - New Arm® Neon™ kernels / functions
Anthony Barbier2d0ce772018-02-21 15:35:36 +00001415 - Added name() method to all kernels.
1416 - Added support for Winograd 5x5.
Georgios Pinitas0f7ef8a2021-01-10 04:23:52 +00001417 - NEPermuteKernel / @ref NEPermute
Michalis Spyrou96f977e2021-07-01 12:20:56 +01001418 - CpuWinogradConv2dTransformInputKernel / NEWinogradLayer
1419 - CpuWinogradConv2dTransformOutputKernel / NEWinogradLayer
1420 - CpuWinogradConv2dTransformWeightsKernel / NEWinogradLayer
Anthony Barbiere1553372018-07-16 18:53:52 +01001421 - Renamed NEWinogradLayerKernel into NEWinogradLayerBatchedGEMMKernel
Anthony Barbier2d0ce772018-02-21 15:35:36 +00001422 - New GLES kernels / functions:
Manuel Bottiniceaa0bf2021-02-16 15:15:19 +00001423 - GCTensorShiftKernel / GCTensorShift
Pablo Tellof6c572c2018-02-14 12:47:30 +00001424
Anthony Barbier64c95a02018-01-22 18:48:55 +00001425v18.01 Public maintenance release
1426 - Various bug fixes
1427 - Added some of the missing validate() methods
Anthony Barbier3762e742018-03-02 11:49:33 +00001428 - Added @ref CLDeconvolutionLayerUpsampleKernel / @ref CLDeconvolutionLayer @ref CLDeconvolutionLayerUpsample
Sheri Zhang7e20e292021-02-02 11:49:34 +00001429 - Added CLPermuteKernel / @ref CLPermute
Anthony Barbier64c95a02018-01-22 18:48:55 +00001430 - Added method to clean the programs cache in the CL Kernel library.
Manuel Bottiniceaa0bf2021-02-16 15:15:19 +00001431 - Added GCArithmeticAdditionKernel / GCArithmeticAddition
1432 - Added GCDepthwiseConvolutionLayer3x3Kernel / GCDepthwiseConvolutionLayer3x3
1433 - Added GCNormalizePlanarYUVLayerKernel / GCNormalizePlanarYUVLayer
1434 - Added GCScaleKernel / GCScale
1435 - Added GCWeightsReshapeKernel / GCConvolutionLayer
Anthony Barbier64c95a02018-01-22 18:48:55 +00001436 - Added FP16 support to the following GLES compute kernels:
Manuel Bottiniceaa0bf2021-02-16 15:15:19 +00001437 - GCCol2ImKernel
1438 - GCGEMMInterleave4x4Kernel
1439 - GCGEMMTranspose1xWKernel
1440 - GCIm2ColKernel
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +00001441 - Refactored Arm® Neon™ Winograd (NEWinogradLayerKernel)
Manuel Bottini327225d2021-04-13 13:09:30 +01001442 - Added NEDirectConvolutionLayerOutputStageKernel
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +00001443 - Added QASYMM8 support to the following Arm® Neon™ kernels:
Georgios Pinitas7d0adc62020-09-04 15:25:24 +01001444 - NEDepthwiseConvolutionLayer3x3Kernel
Anthony Barbier3762e742018-03-02 11:49:33 +00001445 - @ref NEFillBorderKernel
Michele Di Giorgio19289042021-02-03 16:05:00 +00001446 - NEPoolingLayerKernel
Anthony Barbier64c95a02018-01-22 18:48:55 +00001447 - Added new examples:
1448 - graph_cl_mobilenet_qasymm8.cpp
1449 - graph_inception_v3.cpp
1450 - gc_dc.cpp
1451 - More tests added to both validation and benchmarking suites.
1452
Gian Marcoff850932017-12-11 12:37:17 +00001453v17.12 Public major release
1454 - Most machine learning functions on OpenCL support the new data type QASYMM8
1455 - Introduced logging interface
1456 - Introduced opencl timer
1457 - Reworked GEMMLowp interface
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +00001458 - Added new Arm® Neon™ assembly kernels for GEMMLowp, SGEMM and HGEMM
Gian Marcoff850932017-12-11 12:37:17 +00001459 - Added validation method for most Machine Learning kernels / functions
1460 - Added new graph examples such as googlenet, mobilenet, squeezenet, vgg16 and vgg19
1461 - Added sgemm example for OpenCL
1462 - Added absolute difference example for GLES compute
1463 - Added new tests and benchmarks in validation and benchmark frameworks
1464 - Added new kernels / functions for GLES compute
1465
1466 - New OpenGL ES kernels / functions
Manuel Bottiniceaa0bf2021-02-16 15:15:19 +00001467 - GCAbsoluteDifferenceKernel / GCAbsoluteDifference
1468 - GCActivationLayerKernel / GCActivationLayer
1469 - GCBatchNormalizationLayerKernel / GCBatchNormalizationLayer
1470 - GCCol2ImKernel
1471 - GCDepthConcatenateLayerKernel / GCDepthConcatenateLayer
1472 - GCDirectConvolutionLayerKernel / GCDirectConvolutionLayer
1473 - GCDropoutLayerKernel / GCDropoutLayer
1474 - GCFillBorderKernel / GCFillBorder
1475 - GCGEMMInterleave4x4Kernel / GCGEMMInterleave4x4
1476 - GCGEMMMatrixAccumulateBiasesKernel / GCGEMMMatrixAdditionKernel / GCGEMMMatrixMultiplyKernel / GCGEMM
1477 - GCGEMMTranspose1xWKernel / GCGEMMTranspose1xW
1478 - GCIm2ColKernel
1479 - GCNormalizationLayerKernel / GCNormalizationLayer
1480 - GCPixelWiseMultiplicationKernel / GCPixelWiseMultiplication
1481 - GCPoolingLayerKernel / GCPoolingLayer
1482 - GCLogits1DMaxKernel / GCLogits1DShiftExpSumKernel / GCLogits1DNormKernel / GCSoftmaxLayer
1483 - GCTransposeKernel / GCTranspose
Gian Marcoff850932017-12-11 12:37:17 +00001484
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +00001485 - New Arm® Neon™ kernels / functions
Pablo Telloeb82fd22018-02-23 13:43:50 +00001486 - arm_compute::NEGEMMLowpAArch64A53Kernel / arm_compute::NEGEMMLowpAArch64Kernel / arm_compute::NEGEMMLowpAArch64V8P4Kernel / arm_compute::NEGEMMInterleavedBlockedKernel / arm_compute::NEGEMMLowpAssemblyMatrixMultiplyCore
1487 - arm_compute::NEHGEMMAArch64FP16Kernel
Georgios Pinitas7d0adc62020-09-04 15:25:24 +01001488 - NEDepthwiseConvolutionLayer3x3Kernel / NEDepthwiseIm2ColKernel / NEGEMMMatrixVectorMultiplyKernel / NEDepthwiseVectorToTensorKernel / @ref NEDepthwiseConvolutionLayer
Manuel Bottinicfac51c2021-06-18 15:47:28 +01001489 - NEGEMMLowpOffsetContributionKernel / NEGEMMLowpMatrixAReductionKernel / NEGEMMLowpMatrixBReductionKernel / NEGEMMLowpMatrixMultiplyCore
Manuel Bottiniae58bdf2021-06-17 17:18:45 +01001490 - NEGEMMLowpQuantizeDownInt32ToUint8ScaleByFixedPointKernel / NEGEMMLowpQuantizeDownInt32ToUint8ScaleByFixedPoint
Georgios Pinitas9fb11592018-04-26 20:34:58 +01001491 - NEWinogradLayer / NEWinogradLayerKernel
Gian Marcoff850932017-12-11 12:37:17 +00001492
1493 - New OpenCL kernels / functions
Georgios Pinitas4a578b92021-06-25 12:13:49 +01001494 - CLGEMMLowpOffsetContributionKernel / CLGEMMLowpMatrixAReductionKernel / CLGEMMLowpMatrixBReductionKernel / CLGEMMLowpMatrixMultiplyCore
1495 - CLGEMMLowpQuantizeDownInt32ToUint8ScaleByFixedPointKernel / CLGEMMLowpQuantizeDownInt32ToUint8ScaleByFixedPoint
Gian Marcoff850932017-12-11 12:37:17 +00001496
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +00001497 - New graph nodes for Arm® Neon™ and OpenCL
Georgios Pinitasd9eb2752018-04-03 13:44:29 +01001498 - graph::BranchLayer
1499 - graph::DepthConvertLayer
1500 - graph::DepthwiseConvolutionLayer
1501 - graph::DequantizationLayer
1502 - graph::FlattenLayer
1503 - graph::QuantizationLayer
1504 - graph::ReshapeLayer
Gian Marcoff850932017-12-11 12:37:17 +00001505
Anthony Barbier3c5b4ff2017-10-12 13:20:52 +01001506v17.10 Public maintenance release
1507 - Bug fixes:
1508 - Check the maximum local workgroup size supported by OpenCL devices
1509 - Minor documentation updates (Fixed instructions to build the examples)
Anthony Barbier3762e742018-03-02 11:49:33 +00001510 - Introduced a graph::GraphContext
Anthony Barbier3c5b4ff2017-10-12 13:20:52 +01001511 - Added a few new Graph nodes, support for branches and grouping.
1512 - Automatically enable cl_printf in debug builds
1513 - Fixed bare metal builds for armv7a
1514 - Added AlexNet and cartoon effect examples
1515 - 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)
1516
Anthony Barbier6a5627a2017-09-26 14:42:02 +01001517v17.09 Public major release
1518 - Experimental Graph support: initial implementation of a simple stream API to easily chain machine learning layers.
Anthony Barbier3762e742018-03-02 11:49:33 +00001519 - 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 +01001520 - New validation and benchmark frameworks (Boost and Google frameworks replaced by homemade framework).
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +00001521 - Most machine learning functions support both fixed point 8 and 16 bit (QS8, QS16) for both Arm® Neon™ and OpenCL.
1522 - New Arm® Neon™ kernels / functions:
Pablo Telloeb82fd22018-02-23 13:43:50 +00001523 - arm_compute::NEGEMMAssemblyBaseKernel arm_compute::NEGEMMAArch64Kernel
Manuel Bottini00f4dfc2021-03-10 09:55:14 +00001524 - NEDequantizationLayerKernel / @ref NEDequantizationLayer
Georgios Pinitas70eb53b2021-01-06 19:42:21 +00001525 - NEFloorKernel / @ref NEFloor
Anthony Barbier3762e742018-03-02 11:49:33 +00001526 - @ref NEL2NormalizeLayerKernel / @ref NEL2NormalizeLayer
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001527 - NEQuantizationLayerKernel NEMinMaxLayerKernel / @ref NEQuantizationLayer
Anthony Barbier3762e742018-03-02 11:49:33 +00001528 - @ref NEROIPoolingLayerKernel / @ref NEROIPoolingLayer
1529 - @ref NEReductionOperationKernel / @ref NEReductionOperation
Georgios Pinitas0f7ef8a2021-01-10 04:23:52 +00001530 - NEReshapeLayerKernel / @ref NEReshapeLayer
Anthony Barbier6a5627a2017-09-26 14:42:02 +01001531
1532 - New OpenCL kernels / functions:
Gian Marco Iodice8155c022021-04-16 15:08:59 +01001533 - CLDepthwiseConvolutionLayer3x3NCHWKernel CLDepthwiseConvolutionLayer3x3NHWCKernel CLDepthwiseIm2ColKernel CLDepthwiseVectorToTensorKernel CLDepthwiseWeightsReshapeKernel / CLDepthwiseConvolutionLayer3x3 @ref CLDepthwiseConvolutionLayer CLDepthwiseSeparableConvolutionLayer
Manuel Bottini9e73c932021-03-02 17:40:42 +00001534 - CLDequantizationLayerKernel / CLDequantizationLayer
Sheri Zhang1efed922021-03-10 22:43:38 +00001535 - CLDirectConvolutionLayerKernel / @ref CLDirectConvolutionLayer
Georgios Pinitase2696b12020-12-03 20:37:43 +00001536 - CLFlattenLayer
Georgios Pinitasf47f7182021-01-15 09:29:50 +00001537 - CLFloorKernel / @ref CLFloor
Gian Marco Iodice5fc07aa2019-05-15 17:08:02 +01001538 - CLGEMMTranspose1xW
Michele Di Giorgioee82d342021-01-05 16:14:28 +00001539 - CLGEMMMatrixVectorMultiplyKernel
Anthony Barbier3762e742018-03-02 11:49:33 +00001540 - @ref CLL2NormalizeLayerKernel / @ref CLL2NormalizeLayer
Georgios Pinitasb6af4822021-09-14 12:33:34 +01001541 - CLQuantizationLayerKernel CLMinMaxLayerKernel / @ref CLQuantizationLayer
Anthony Barbier3762e742018-03-02 11:49:33 +00001542 - @ref CLROIPoolingLayerKernel / @ref CLROIPoolingLayer
1543 - @ref CLReductionOperationKernel / @ref CLReductionOperation
Sheri Zhang7e20e292021-02-02 11:49:34 +00001544 - CLReshapeLayerKernel / @ref CLReshapeLayer
Anthony Barbier6a5627a2017-09-26 14:42:02 +01001545
Anthony Barbier6ff3b192017-09-04 18:44:23 +01001546v17.06 Public major release
1547 - Various bug fixes
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +00001548 - Added support for fixed point 8 bit (QS8) to the various Arm® Neon™ machine learning kernels.
Anthony Barbier6ff3b192017-09-04 18:44:23 +01001549 - Added unit tests and benchmarks (AlexNet, LeNet)
1550 - Added support for sub tensors.
1551 - Added infrastructure to provide GPU specific optimisation for some OpenCL kernels.
Sheri Zhangac6499a2021-02-10 15:32:38 +00001552 - Added @ref OMPScheduler (OpenMP) scheduler for Neon
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +00001553 - Added @ref SingleThreadScheduler scheduler for Arm® Neon™ (For bare metal)
ramelg01b2eba7f2021-12-23 08:32:08 +00001554 - User can specify their own scheduler by implementing the @ref IScheduler interface.
Anthony Barbier6ff3b192017-09-04 18:44:23 +01001555 - New OpenCL kernels / functions:
Anthony Barbier3762e742018-03-02 11:49:33 +00001556 - @ref CLBatchNormalizationLayerKernel / @ref CLBatchNormalizationLayer
Michele Di Giorgio7d61ff02021-01-18 21:15:59 +00001557 - CLDepthConcatenateLayerKernel / CLDepthConcatenateLayer
Michalis Spyrou473cb012021-02-23 11:48:12 +00001558 - CLHOGOrientationBinningKernel CLHOGBlockNormalizationKernel, CLHOGDetectorKernel / CLHOGDescriptor CLHOGDetector CLHOGGradient CLHOGMultiDetection
Georgios Pinitas96b16b62020-12-01 17:41:34 +00001559 - CLLocallyConnectedMatrixMultiplyKernel / CLLocallyConnectedLayer
Manuel Bottinid87aded2021-07-16 10:23:31 +01001560 - CLWeightsReshapeKernel / CLConvolutionLayerReshapeWeights
Anthony Barbier6ff3b192017-09-04 18:44:23 +01001561 - New C++ kernels:
Georgios Pinitasc6f95102021-03-30 10:03:01 +01001562 - CPPDetectionWindowNonMaximaSuppressionKernel
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +00001563 - New Arm® Neon™ kernels / functions:
Anthony Barbier3762e742018-03-02 11:49:33 +00001564 - @ref NEBatchNormalizationLayerKernel / @ref NEBatchNormalizationLayer
Michele Di Giorgiobd2c8e12021-01-19 15:29:02 +00001565 - NEDepthConcatenateLayerKernel / NEDepthConcatenateLayer
Manuel Bottini327225d2021-04-13 13:09:30 +01001566 - NEDirectConvolutionLayerKernel / @ref NEDirectConvolutionLayer
Georgios Pinitas96b16b62020-12-01 17:41:34 +00001567 - NELocallyConnectedMatrixMultiplyKernel / NELocallyConnectedLayer
Manuel Bottini29599d02021-07-06 15:01:35 +01001568 - NEWeightsReshapeKernel / NEConvolutionLayerReshapeWeights
Anthony Barbier6ff3b192017-09-04 18:44:23 +01001569
1570v17.05 Public bug fixes release
1571 - Various bug fixes
1572 - Remaining of the functions ported to use accurate padding.
1573 - Library does not link against OpenCL anymore (It uses dlopen / dlsym at runtime instead to determine whether or not OpenCL is available).
1574 - Added "free" method to allocator.
1575 - Minimum version of g++ required for armv7 Linux changed from 4.8 to 4.9
1576
1577v17.04 Public bug fixes release
1578
1579 The following functions have been ported to use the new accurate padding:
Michalis Spyrou473cb012021-02-23 11:48:12 +00001580 - CLColorConvertKernel
1581 - CLEdgeNonMaxSuppressionKernel
1582 - CLEdgeTraceKernel
1583 - CLGaussianPyramidHorKernel
1584 - CLGaussianPyramidVertKernel
1585 - CLGradientKernel
Michalis Spyrou27e67f02021-02-16 11:34:39 +00001586 - NEChannelCombineKernel
Georgios Pinitasc6f95102021-03-30 10:03:01 +01001587 - NEFillArrayKernel
Michalis Spyrou27e67f02021-02-16 11:34:39 +00001588 - NEGaussianPyramidHorKernel
1589 - NEGaussianPyramidVertKernel
Georgios Pinitas09d34512018-08-30 16:02:11 +01001590 - NEHarrisScoreFP16Kernel
Michalis Spyrou27e67f02021-02-16 11:34:39 +00001591 - NEHarrisScoreKernel
1592 - NEHOGDetectorKernel
Michalis Spyrou373b4072021-01-20 16:41:12 +00001593 - NELogits1DMaxKernel
Anthony Barbier3762e742018-03-02 11:49:33 +00001594 - NELogits1DShiftExpSumKernel
1595 - NELogits1DNormKernel
Michalis Spyrou473cb012021-02-23 11:48:12 +00001596 - NENonMaximaSuppression3x3FP16Kernel
1597 - NENonMaximaSuppression3x3Kernel
Anthony Barbier6ff3b192017-09-04 18:44:23 +01001598
Anthony Barbier6ff3b192017-09-04 18:44:23 +01001599v17.03.1 First Major public release of the sources
1600 - Renamed the library to arm_compute
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +00001601 - New CPP target introduced for C++ kernels shared between Arm® Neon™ and CL functions.
Anthony Barbier6ff3b192017-09-04 18:44:23 +01001602 - New padding calculation interface introduced and ported most kernels / functions to use it.
1603 - New OpenCL kernels / functions:
Gian Marco Iodiceeb65f6d2020-04-15 11:42:15 +01001604 - CLGEMMLowpMatrixMultiplyKernel / CLGEMMLowp
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +00001605 - New Arm® Neon™ kernels / functions:
Anthony Barbier3762e742018-03-02 11:49:33 +00001606 - @ref NENormalizationLayerKernel / @ref NENormalizationLayer
Teresa Charlind1dc09c2021-03-04 15:24:45 +00001607 - NETransposeKernel / @ref NETranspose
Michalis Spyrou373b4072021-01-20 16:41:12 +00001608 - NELogits1DMaxKernel, NELogits1DShiftExpSumKernel, NELogits1DNormKernel / @ref NESoftmaxLayer
Manuel Bottini24b89202021-07-01 18:13:33 +01001609 - NEIm2ColKernel, NECol2ImKernel, NEConvolutionLayerWeightsReshapeKernel / @ref NEConvolutionLayer
Michele Di Giorgiof22f6722020-07-03 16:29:24 +01001610 - NEGEMMMatrixAccumulateBiasesKernel / @ref NEFullyConnectedLayer
Manuel Bottinicfac51c2021-06-18 15:47:28 +01001611 - NEGEMMLowpMatrixMultiplyKernel / NEGEMMLowp
Anthony Barbier6ff3b192017-09-04 18:44:23 +01001612
1613v17.03 Sources preview
1614 - New OpenCL kernels / functions:
Michalis Spyrou473cb012021-02-23 11:48:12 +00001615 - CLGradientKernel, CLEdgeNonMaxSuppressionKernel, CLEdgeTraceKernel / CLCannyEdge
Georgios Pinitas856f66e2021-04-22 21:13:21 +01001616 - GEMM refactoring + FP16 support: CLGEMMInterleave4x4Kernel, CLGEMMTranspose1xWKernel, CLGEMMMatrixMultiplyKernel, CLGEMMMatrixAdditionKernel / @ref CLGEMM
Michele Di Giorgiof6f78762020-07-06 11:27:21 +01001617 - CLGEMMMatrixAccumulateBiasesKernel / @ref CLFullyConnectedLayer
Teresa Charlin27886092021-02-25 20:15:01 +00001618 - CLTransposeKernel / @ref CLTranspose
Georgios Pinitasc6f95102021-03-30 10:03:01 +01001619 - CLLKTrackerInitKernel, CLLKTrackerStage0Kernel, CLLKTrackerStage1Kernel, CLLKTrackerFinalizeKernel / CLOpticalFlow
Anthony Barbier3762e742018-03-02 11:49:33 +00001620 - @ref CLNormalizationLayerKernel / @ref CLNormalizationLayer
Michalis Spyrou473cb012021-02-23 11:48:12 +00001621 - CLLaplacianPyramid, CLLaplacianReconstruct
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +00001622 - New Arm® Neon™ kernels / functions:
Michele Di Giorgiobd2c8e12021-01-19 15:29:02 +00001623 - NEActivationLayerKernel / @ref NEActivationLayer
Michele Di Giorgio93b75e02021-06-21 12:00:43 +01001624 - GEMM refactoring + FP16 support (Requires armv8.2 CPU): NEGEMMInterleave4x4Kernel, NEGEMMTranspose1xWKernel, NEGEMMMatrixMultiplyKernel, NEGEMMMatrixAdditionKernel / @ref NEGEMM
Michele Di Giorgio19289042021-02-03 16:05:00 +00001625 - NEPoolingLayerKernel / @ref NEPoolingLayer
Anthony Barbier6ff3b192017-09-04 18:44:23 +01001626
1627v17.02.1 Sources preview
1628 - New OpenCL kernels / functions:
Sang-Hoon Park201e0fe2021-01-27 13:14:56 +00001629 - CLLogits1DMaxKernel, CLLogits1DShiftExpSumKernel, CLLogits1DNormKernel / @ref CLSoftmaxLayer
Michele Di Giorgioe1314662021-02-01 17:09:32 +00001630 - CLPoolingLayerKernel / @ref CLPoolingLayer
Manuel Bottinid844c082021-07-14 12:58:54 +01001631 - CLIm2ColKernel, CLCol2ImKernel, CLConvolutionLayerWeightsReshapeKernel / CLConvolutionLayer
Adnan AlSinan6863fa02022-02-04 13:04:55 +00001632 - CLRemapKernel / CLRemap
Michalis Spyrou473cb012021-02-23 11:48:12 +00001633 - CLGaussianPyramidHorKernel, CLGaussianPyramidVertKernel / CLGaussianPyramid, CLGaussianPyramidHalf, CLGaussianPyramidOrb
1634 - CLMinMaxKernel, CLMinMaxLocationKernel / CLMinMaxLocation
1635 - CLNonLinearFilterKernel / CLNonLinearFilter
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +00001636 - New Arm® Neon™ FP16 kernels (Requires armv8.2 CPU)
Michalis Spyrou27e67f02021-02-16 11:34:39 +00001637 - NEAccumulateWeightedFP16Kernel
1638 - NEBox3x3FP16Kernel
Michalis Spyrou473cb012021-02-23 11:48:12 +00001639 - NENonMaximaSuppression3x3FP16Kernel
Anthony Barbier6ff3b192017-09-04 18:44:23 +01001640
1641v17.02 Sources preview
1642 - New OpenCL kernels / functions:
Georgios Pinitasf47f7182021-01-15 09:29:50 +00001643 - CLActivationLayerKernel / @ref CLActivationLayer
Michalis Spyrou473cb012021-02-23 11:48:12 +00001644 - CLChannelCombineKernel / CLChannelCombine
1645 - CLDerivativeKernel / CLChannelExtract
1646 - CLFastCornersKernel / CLFastCorners
1647 - CLMeanStdDevKernel / CLMeanStdDev
Michele Di Giorgio33f41fa2021-03-09 14:09:08 +00001648 - New Arm® Neon™ kernels / functions:
Michalis Spyrou27e67f02021-02-16 11:34:39 +00001649 - HOG / SVM: NEHOGOrientationBinningKernel, NEHOGBlockNormalizationKernel, NEHOGDetectorKernel, NEHOGNonMaximaSuppressionKernel / NEHOGDescriptor, NEHOGDetector, NEHOGGradient, NEHOGMultiDetection
1650 - NENonLinearFilterKernel / NENonLinearFilter
Anthony Barbier6ff3b192017-09-04 18:44:23 +01001651 - Introduced a CLScheduler to manage the default context and command queue used by the runtime library and create synchronisation events.
1652 - Switched all the kernels / functions to use tensors instead of images.
1653 - Updated documentation to include instructions to build the library from sources.
1654
1655v16.12 Binary preview release
1656 - Original release
1657
Sheri Zhangd813bab2021-04-30 16:53:41 +01001658 */
Ramy Elgammal0d274b72022-08-05 13:14:57 +01001659} // namespace arm_compute