aboutsummaryrefslogtreecommitdiff
path: root/docs/user_guide/library.dox
diff options
context:
space:
mode:
authorMotti Gondabi <motti.gondabi@arm.com>2021-11-09 15:47:17 +0200
committerMotti Gondabi <motti.gondabi@arm.com>2021-12-14 06:22:48 +0000
commit6f3a9f5f4ef6ec7aa8e91df3c1f373d95931dd7b (patch)
tree68a880e4eda9b5b33d324f7f2d66ee48954ba693 /docs/user_guide/library.dox
parent30124354c6848c49f9740d1944d2445782255a85 (diff)
downloadComputeLibrary-6f3a9f5f4ef6ec7aa8e91df3c1f373d95931dd7b.tar.gz
Add Multi ISA support for SCons build System (part #1)
- Enhance the SCons build system to support V8 SVE/SVE2 achitecture in a single binary - Add additional filedefs.json to include build definitions Resolves: COMPMID-4921 Signed-off-by: Motti Gondabi <motti.gondabi@arm.com> Change-Id: Ie3c0ef444303270ba560ca3f43c6e22d50b86679 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/6689 Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Giorgio Arena <giorgio.arena@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'docs/user_guide/library.dox')
-rw-r--r--docs/user_guide/library.dox4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/user_guide/library.dox b/docs/user_guide/library.dox
index fc08dbc437..7a45fe9d9d 100644
--- a/docs/user_guide/library.dox
+++ b/docs/user_guide/library.dox
@@ -555,9 +555,9 @@ The responsibilities of the operators can be summarized as follows:
- Providing information to the caller required by the computation (e.g., memory requirements)
- Allocation of any required auxiliary memory if it isn't given by its caller explicitly
-@subsection architecture_experimental_build_fat_binary Build fat binary
+@subsection architecture_experimental_build_multi_isa Build multi-ISA binary
-Selecting fat_binary when building Compute Library, will create a library that contains all the supported ISA features.
+Selecting multi_isa when building Compute Library, will create a library that contains all the supported ISA features.
Based on the CPU support, the appropriate kernel will be selected at runtime for execution. Currently this option is
only supported with armv8.2-a as the base architecture.