Lines Matching +full:linux +full:- +full:headers
2 /// Copyright (c) 2017-2023 Arm Limited.
4 /// SPDX-License-Identifier: MIT
34 The Compute Library is a collection of low-level machine learning functions optimized for both Arm …
37 - OS: Linux, Android, macOS or bare metal.
38 - Architecture: armv7a (32bit) or armv8a (64bit).
39 - Technology: Arm® Neon™ / OpenCL / Arm® Neon™ and OpenCL.
40 …- Debug / Asserts / Release: Use a build with asserts enabled to debug your application and enable…
52 <td rowspan="4">Linux
54 <td>gcc-linaro-6.3.1-2017.05-x86_64_arm-linux-gnueabihf
57 <td rowspan="2">gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu
59 <td>armv8.2-a
61 <td>armv8.2-a-sve
62 <td>gcc-arm-10.2-2020.11-x86_64-aarch64-none-linux-gnu
68 <td>armv8.2-a
71 <td>armv8.2-a
77 Please create an issue on <a href="https://github.com/ARM-software/ComputeLibrary/issues">Github</a…
81 $ strings android-armv8a-cl-asserts/libarm_compute.so | grep arm_compute_version
84 @section S0_2_prebuilt_binaries Pre-built binaries
86 For each release we provide some pre-built binaries of the library [here](https://github.com/ARM-so…
89 - Linux armv7a: gcc-linaro-7.2.1-2017.11-x86_64_arm-linux-gnueabihf
90 - Linux armv8a: gcc-linaro-7.2.1-2017.11-x86_64_aarch64-linux-gnu
91 - Linux armv8.2-a: gcc-linaro-7.2.1-2017.11-x86_64_aarch64-linux-gnu
92 - Linux armv8.2-a (multi-ISA binary): gcc-arm-10.2-2020.11-x86_64-aarch64-none-linux-gnu
93 - Linux armv8.2-a-sve: gcc-arm-10.2-2020.11-x86_64-aarch64-none-linux-gnu
94 - Android armv8a: clang++ / libc++ NDK r20b
95 - Android armv8.2-a: clang++ / libc++ NDK r20b
102 - The arm_compute header and source files
103 …- The latest Khronos OpenCL 1.2 C headers from the <a href="https://www.khronos.org/registry/cl/">…
104 …- The latest Khronos cl2.hpp from the <a href="https://www.khronos.org/registry/cl/">Khronos OpenC…
105 …- The latest Khronos EGL 1.5 C headers from the <a href="https://www.khronos.org/registry/gles/">K…
106 …- The sources for a stub version of libOpenCL.so, libGLESv1_CM.so, libGLESv2.so and libEGL.so to h…
107 - An examples folder containing a few examples to compile and link against the library.
108 - A utils folder containing headers with some boiler plate code used by the examples.
109 - This documentation.
111 …For detailed information about file organization, please refer to Files -> File List section of th…