aboutsummaryrefslogtreecommitdiff
path: root/docs/00_introduction.dox
diff options
context:
space:
mode:
authorAnthony Barbier <anthony.barbier@arm.com>2017-12-15 11:37:29 +0000
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:42:33 +0000
commitcc0a80bb32b354e3ae650f34f1b6b270bac277bb (patch)
tree7d4c1566503ac9e46d764e08a426ca3b49917be8 /docs/00_introduction.dox
parent3b8a5f5ef2f19b6e15739cd0995ef417b9d0863c (diff)
downloadComputeLibrary-cc0a80bb32b354e3ae650f34f1b6b270bac277bb.tar.gz
COMPMID-557: Use embed_kernels by default, add some command line examples to run the tests
Change-Id: Ib3a856420d306bafdb7d18b5de5bc788825b8593 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/113498 Tested-by: Jenkins <bsgcomp@arm.com> Reviewed-by: Georgios Pinitas <georgios.pinitas@arm.com>
Diffstat (limited to 'docs/00_introduction.dox')
-rw-r--r--docs/00_introduction.dox5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/00_introduction.dox b/docs/00_introduction.dox
index 4c6b8f38db..9cabb9707b 100644
--- a/docs/00_introduction.dox
+++ b/docs/00_introduction.dox
@@ -444,8 +444,8 @@ To see the build options available simply run ```scons -h```:
actual: False
embed_kernels: Embed OpenCL kernels and OpenGL ES compute shader in library binary (yes|no)
- default: False
- actual: False
+ default: True
+ actual: True
set_soname: Set the library's soname and shlibversion (requires SCons 2.4 or above) (yes|no)
default: False
@@ -733,6 +733,7 @@ To cross compile an OpenCL example:
aarch64-linux-android-clang++ examples/cl_convolution.cpp utils/Utils.cpp -I. -Iinclude -std=c++11 -larm_compute-static -larm_compute_core-static -L. -o cl_convolution_aarch64 -static-libstdc++ -pie -lOpenCL -DARM_COMPUTE_CL
To cross compile a GLES example:
+
#32 bit:
arm-linux-androideabi-clang++ examples/gc_absdiff.cpp utils/Utils.cpp -I. -Iinclude -std=c++11 -larm_compute-static -larm_compute_core-static -L. -o gc_absdiff_arm -static-libstdc++ -pie -DARM_COMPUTE_GC
#64 bit: