aboutsummaryrefslogtreecommitdiff
path: root/docs/07_errata.dox
diff options
context:
space:
mode:
authorSheri Zhang <sheri.zhang@arm.com>2021-04-30 16:53:41 +0100
committerSang-Hoon Park <sang-hoon.park@arm.com>2021-05-05 09:40:36 +0000
commitd813bab10bb4fe954fa0e962e1402ed1377617da (patch)
tree6e107f6788fc7f396087e8efa29161bfeb2099cc /docs/07_errata.dox
parent6124ce60b54eb5639ed19d46c79fce21cca2c83b (diff)
downloadComputeLibrary-d813bab10bb4fe954fa0e962e1402ed1377617da.tar.gz
Restructure documentation
The documentation has been restructured for better grouping and readability. Resolves: COMPMID-4198 Signed-off-by: Sheri Zhang <sheri.zhang@arm.com> Change-Id: I8c8bc77f0aab8d63f1659f2235dbab634422a68c Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/5568 Tested-by: Georgios Pinitas <georgios.pinitas@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'docs/07_errata.dox')
-rw-r--r--docs/07_errata.dox76
1 files changed, 0 insertions, 76 deletions
diff --git a/docs/07_errata.dox b/docs/07_errata.dox
deleted file mode 100644
index 0c8d684017..0000000000
--- a/docs/07_errata.dox
+++ /dev/null
@@ -1,76 +0,0 @@
-///
-/// Copyright (c) 2019-2020 Arm Limited.
-///
-/// SPDX-License-Identifier: MIT
-///
-/// Permission is hereby granted, free of charge, to any person obtaining a copy
-/// of this software and associated documentation files (the "Software"), to
-/// deal in the Software without restriction, including without limitation the
-/// rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
-/// sell copies of the Software, and to permit persons to whom the Software is
-/// furnished to do so, subject to the following conditions:
-///
-/// The above copyright notice and this permission notice shall be included in all
-/// copies or substantial portions of the Software.
-///
-/// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-/// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-/// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-/// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-/// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-/// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-/// SOFTWARE.
-///
-namespace arm_compute
-{
-/**
-@page errata Errata
-
-@tableofcontents
-
-@section S7_1_errata Errata
-
-- Under certain conditions, CLFullyConnectedLayer quantized tests may fail due to an issue in the test framework.
- - Versions Affected: 21.02
- - OSs Affected: Linux
- - Conditions:
- - armv7a architecture
- - release mode
- - asserts enabled
-
-- A wrong test configuration has been found in CLGEMMMatrixMultiplyReshapedOnlyRHS set of tests.
- - Versions Affected: >= 20.11
- - Conditions:
- - Data type input: F32/F16
- - Fused bounded relu activation with coefficient 'a' being negative
-
-- 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.
- - Versions Affected: >= v20.08
- - Conditions:
- - The validation suite has to run in nightly mode and execute 40k+ test cases before the test mentioned above
-
-- Under certain conditions, benchmark examples can hang when OpenCL profiling queues are enabled.
- - Versions Affected: >= v19.11
- - OSs Affected: Linux
- - Conditions:
- - Arm® Mali™ DDK r1p0 - r8p0, and
- - Linux kernel >= 4.4
-
-- On Android with arm64-v8a/arm64-v8.2-a architecture, Arm® Neon™ validation tests can fail when compiled using Android Ndk
- >= r18b in debug mode (https://github.com/android/ndk/issues/1135).
- - Versions Affected: >= v19.11
- - OSs Affected: Android
- - Conditions:
- - arm64-v8a/arm64-v8.2-a architecture, and
- - Compiled using Android NDK >= r18b in debug mode.
-
-- An issue has been identified with CLCast.
- - Versions Affected: >= 18.11
- - Conditions:
- - Data type input: F32
- - Data type output: All integer types
- - Conversion policy: SATURATE
- - Result: OpenCL backend will always wrap around instead of saturating for out-of-range inputs
-
-*/
-} // namespace