From 1aaee77a3011528b1da4c03d1ad7a636089da73d Mon Sep 17 00:00:00 2001 From: Michele Di Giorgio Date: Thu, 25 Feb 2021 12:59:06 +0000 Subject: Update errata with failures in CLCast and CLGEMMMatrixMultiplyReshapedOnlyRHS tests Change-Id: I53f7b7152bc0a32cde349aff3fa309c44e72e735 Signed-off-by: Michele Di Giorgio --- docs/07_errata.dox | 28 ++++++++++++++++++++++------ 1 file changed, 22 insertions(+), 6 deletions(-) diff --git a/docs/07_errata.dox b/docs/07_errata.dox index 95a23946db..6a82ca91c4 100644 --- a/docs/07_errata.dox +++ b/docs/07_errata.dox @@ -30,6 +30,20 @@ namespace arm_compute @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: @@ -50,11 +64,13 @@ namespace arm_compute - arm64-v8a/arm64-v8.2-a architecture, and - Compiled using Android NDK >= r18b in debug mode. -- 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 +- 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 -- cgit v1.2.1