aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Di Giorgio <michele.digiorgio@arm.com>2021-02-16 15:37:59 +0000
committerGiorgio Arena <giorgio.arena@arm.com>2021-02-17 09:50:33 +0000
commit9a6ac34737bcaae8a9b9994e6622830966abe53c (patch)
treee5ec28163cfa2e8c88e936da91c9aabad0a14339
parent274733dbd323321a9c09668e4f60396bef150e39 (diff)
downloadComputeLibrary-9a6ac34737bcaae8a9b9994e6622830966abe53c.tar.gz
Redirect issues to Github only
Change-Id: I82091c660ec08050dc9a64835805ff0a0aabda59 Signed-off-by: Michele Di Giorgio <michele.digiorgio@arm.com> Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/5091 Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Georgios Pinitas <georgios.pinitas@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
-rw-r--r--docs/00_introduction.dox4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/00_introduction.dox b/docs/00_introduction.dox
index 564115ce62..91ef5bf6a2 100644
--- a/docs/00_introduction.dox
+++ b/docs/00_introduction.dox
@@ -37,7 +37,7 @@ Several builds of the library are available using various configurations:
@section S0_1_contact Contact / Support
-Please email developer@arm.com
+Please create an issue on <a href="https://github.com/ARM-software/ComputeLibrary/issues">Github</a>.
In order to facilitate the work of the support team please provide the build information of the library you are using. To get the version of the library you are using simply run:
@@ -1529,7 +1529,7 @@ There is also an 'embed_only' option which will generate all the .embed files fo
In addittion the option 'compress_kernels' will compress the embedded OpenCL kernel files using zlib and inject them in the library. This is useful for reducing the binary size. Note, this option is only available for Android when 'embed_kernels' is enabled.
-@b Werror: If you are compiling using the same toolchains as the ones used in this guide then there shouldn't be any warning and therefore you should be able to keep Werror=1. If with a different compiler version the library fails to build because of warnings interpreted as errors then, if you are sure the warnings are not important, you might want to try to build with Werror=0 (But please do report the issue either on Github or by an email to developer@arm.com so that the issue can be addressed).
+@b Werror: If you are compiling using the same toolchains as the ones used in this guide then there shouldn't be any warning and therefore you should be able to keep Werror=1. If with a different compiler version the library fails to build because of warnings interpreted as errors then, if you are sure the warnings are not important, you might want to try to build with Werror=0 (But please do report the issue on Github).
@b opencl / @b neon / @b gles_compute: Choose which SIMD technology you want to target. (NEON for ARM Cortex-A CPUs or OpenCL / GLES_COMPUTE for ARM Mali GPUs)