blob: 6a82ca91c49ef2d2772f0097d2f21109ce594ae3 [file] [log] [blame]
SiCong Li6d8b94a2019-11-21 18:22:38 +00001///
morgolockccff4092020-11-27 10:50:41 +00002/// Copyright (c) 2019-2020 Arm Limited.
SiCong Li6d8b94a2019-11-21 18:22:38 +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///
24namespace arm_compute
25{
26/**
27@page errata Errata
28
29@tableofcontents
30
31@section S7_1_errata Errata
32
Michele Di Giorgio1aaee772021-02-25 12:59:06 +000033- Under certain conditions, CLFullyConnectedLayer quantized tests may fail due to an issue in the test framework.
34 - Versions Affected: 21.02
35 - OSs Affected: Linux
36 - Conditions:
37 - armv7a architecture
38 - release mode
39 - asserts enabled
40
41- A wrong test configuration has been found in CLGEMMMatrixMultiplyReshapedOnlyRHS set of tests.
42 - Versions Affected: >= 20.11
43 - Conditions:
44 - Data type input: F32/F16
45 - Fused bounded relu activation with coefficient 'a' being negative
46
morgolockccff4092020-11-27 10:50:41 +000047- Under certain conditions, the validation test case 'CL/DirectConvolutionLayer/Float/FP32/RunSmall9x9\@InputShape=32x37x3x4:StrideX=1:StrideY=1:PadX=0:PadY=0:KernelSize=9:NumKernels=1:DataType=F32:ActivationInfo=LU_BOUNDED_RELU:DataLayout=NHWC' may fail.
48 - Versions Affected: >= v20.08
49 - Conditions:
50 - The validation suite has to run in nightly mode and execute 40k+ test cases before the test mentioned above
51
SiCong Li6d8b94a2019-11-21 18:22:38 +000052- Under certain conditions, benchmark examples can hang when OpenCL profiling queues are enabled.
53 - Versions Affected: >= v19.11
54 - OSs Affected: Linux
55 - Conditions:
56 - Mali DDK r1p0 - r8p0, and
57 - Linux kernel >= 4.4
58
Sheri Zhangcece42c2021-02-10 15:32:38 +000059- On Android with arm64-v8a/arm64-v8.2-a architecture, Neon validation tests can fail when compiled using Android Ndk
SiCong Li449cbf92019-11-22 11:59:40 +000060 >= r18b in debug mode (https://github.com/android/ndk/issues/1135).
61 - Versions Affected: >= v19.11
62 - OSs Affected: Android
63 - Conditions:
64 - arm64-v8a/arm64-v8.2-a architecture, and
65 - Compiled using Android NDK >= r18b in debug mode.
66
Michele Di Giorgio1aaee772021-02-25 12:59:06 +000067- An issue has been identified with CLCast.
68 - Versions Affected: >= 18.11
69 - Conditions:
70 - Data type input: F32
71 - Data type output: All integer types
72 - Conversion policy: SATURATE
73 - Result: OpenCL backend will always wrap around instead of saturating for out-of-range inputs
74
SiCong Li6d8b94a2019-11-21 18:22:38 +000075*/
76} // namespace