aboutsummaryrefslogtreecommitdiff
path: root/docs/user_guide
diff options
context:
space:
mode:
authorramy.elgammal@arm.com <ramy.elgammal@arm.com>2023-08-14 17:09:35 +0100
committerRamy Elgammal <ramy.elgammal@arm.com>2023-08-15 19:35:42 +0000
commitf62eacd29da2fa78eef055ecab03e0a6f0287d75 (patch)
treee4c034ea72dc371b589e43f92eeb19df6e7cfa23 /docs/user_guide
parent48b6d17f8958c5bc9fa715853d227e430e3547e8 (diff)
downloadComputeLibrary-f62eacd29da2fa78eef055ecab03e0a6f0287d75.tar.gz
Update errata
- Report the issue of SVE2 build crashes when run on an SVE only device. Resolves: COMPMID-6178 Signed-off-by: Ramy Elgammal <ramy.elgammal@arm.com> Change-Id: I4e9e63b6064d4d5db9f8f3b99a38ec60828e9607 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/10141 Reviewed-by: SiCong Li <sicong.li@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com> Tested-by: Arm Jenkins <bsgcomp@arm.com> Benchmark: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'docs/user_guide')
-rw-r--r--docs/user_guide/errata.dox11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/user_guide/errata.dox b/docs/user_guide/errata.dox
index 525ad3e396..056e45a432 100644
--- a/docs/user_guide/errata.dox
+++ b/docs/user_guide/errata.dox
@@ -30,6 +30,17 @@ namespace arm_compute
@section S7_1_errata Errata
+- (COMPMID-6493) Crash when running Arm Compute Library compiled for SVE2 on a computer that support SVE only.
+ - Versions: >= v21.02 && <=v23.08
+ - OSs: Linux, Android.
+ - Conditions:
+ - Compile the latest Arm Compute Library for SVE2 (arch=armv8.6-a-sve2).
+ - multi_isa = 0
+ - Device with SVE but without SVE2 support.
+ - Result:
+ - Crash due to illegal instruction.
+ - To run SVE only, build with arch="armv8.2-a-sve", arch="armv8.6-a-sve", or with multi_isa=1.
+
- (COMPMID-6404) Under certain conditions, CLTile may produce incorrect result.
- Versions: >= v19.02 && < v23.08
- OSs: Linux, Android.