aboutsummaryrefslogtreecommitdiff
path: root/docs/user_guide/errata.dox
diff options
context:
space:
mode:
Diffstat (limited to 'docs/user_guide/errata.dox')
-rw-r--r--docs/user_guide/errata.dox9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/user_guide/errata.dox b/docs/user_guide/errata.dox
index d5689f40f0..525ad3e396 100644
--- a/docs/user_guide/errata.dox
+++ b/docs/user_guide/errata.dox
@@ -30,6 +30,15 @@ namespace arm_compute
@section S7_1_errata Errata
+- (COMPMID-6404) Under certain conditions, CLTile may produce incorrect result.
+ - Versions: >= v19.02 && < v23.08
+ - OSs: Linux, Android.
+ - Conditions:
+ - The size of the lowest dimension of the input tensor is greater than 16 bytes.
+ - The size of the lowest dimension of the input tensor is not a multiple of 16.
+ - Result:
+ - Incorrect result is produced.
+
- (COMPMID-6271) Under certain conditions, CLArgMinMaxLayer validation tests may fail
- Versions Affected: >= v20.02 && < v23.08
- OSs Affected: Linux