aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTeresa Charlin <teresa.charlinreyes@arm.com>2020-07-20 16:10:46 +0100
committerTeresa Charlin <teresa.charlinreyes@arm.com>2020-07-20 16:10:46 +0100
commitcbc20d31264117ef58eba324213767c1477fed75 (patch)
treedd315085a57f36220be8d97b1fbd2f065299d29b
parent896572b9c5c9f28ac7f10d65954f0be25a1af2a3 (diff)
downloadandroid-nn-driver-cbc20d31264117ef58eba324213767c1477fed75.tar.gz
IVGCVSW-4891 CTS Q 1.2 CpuRef LargeGraph_TENSOR_FLOAT16_Rank2/20 failure.
* Fp16 precision issue Signed-off-by: Teresa Charlin <teresa.charlinreyes@arm.com> Change-Id: I61c9636afffca96f6a9f713d991598e04d0e50e6
-rw-r--r--docs/FAQ.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/FAQ.md b/docs/FAQ.md
index f99268a3..ffc8acf9 100644
--- a/docs/FAQ.md
+++ b/docs/FAQ.md
@@ -69,5 +69,5 @@ In order to fix these failures you will have to update to a version of Android Q
The Android 10 R3 CTS that can be downloaded from https://source.android.com/compatibility/cts/downloads contains all these patches.
-There is a known issue that even with these patches CTS test "TestRandomGraph/RandomGraphTest#LargeGraph_TENSOR_FLOAT16_Rank3/41" will still fail on CpuRef. This failure is caused by a LogSoftmax layer followed by a Floor layer which blows up the slight difference between fp16 to fp32. This issue only affects CpuRef beginning with the 20.02 release. We expect that this issue will be resolved in a future release.
+There is a known issue that even with these patches CTS tests "TestRandomGraph/RandomGraphTest#LargeGraph_TENSOR_FLOAT16_Rank3/41" and "TestRandomGraph/RandomGraphTest#LargeGraph_TENSOR_FLOAT16_Rank2/20 " will still fail on CpuRef. These failures are caused by a LogSoftmax layer followed by a Floor layer which blows up the slight difference between fp16 to fp32. This issue only affects CpuRef with Android Q. These tests are not failing for Android R.