From: Michele Di Giorgio Date: Tue, 16 Feb 2021 15:37:59 +0000 (+0000) Subject: Redirect issues to Github only X-Git-Tag: submit/tizen/20210421.062230~34 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9a6ac34737bcaae8a9b9994e6622830966abe53c;p=platform%2Fupstream%2Farmcl.git Redirect issues to Github only Change-Id: I82091c660ec08050dc9a64835805ff0a0aabda59 Signed-off-by: Michele Di Giorgio Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/5091 Tested-by: Arm Jenkins Reviewed-by: Georgios Pinitas Comments-Addressed: Arm Jenkins --- diff --git a/docs/00_introduction.dox b/docs/00_introduction.dox index 564115ce6..91ef5bf6a 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 Github. 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)