Home
last modified time | relevance | path

Searched +full:android +full:- +full:ndk +full:- +full:r18b +full:- +full:linux +full:- (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/docs/user_guide/
H A Dhow_to_build_and_run_examples.dox2 /// Copyright (c) 2017-2023 Arm Limited.
4 /// SPDX-License-Identifier: MIT
33 To see the build options available simply run ```scons -h```
35 @section S1_2_linux Building for Linux
39 For Linux, the library was successfully built and tested using the following Linaro GCC toolchain:
41 - gcc-linaro-6.3.1-2017.05-x86_64_arm-linux-gnueabihf
42 - gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu
44 To cross-compile the library in debug mode, with Arm® Neon™ only support, for Linux 32bit:
46 scons Werror=1 -j8 debug=1 neon=1 opencl=0 os=linux arch=armv7a
48 To cross-compile the library in asserts mode, with OpenCL only support, for Linux 64bit:
[all …]
H A Derrata.dox2 /// Copyright (c) 2019-2022 Arm Limited.
4 /// SPDX-License-Identifier: MIT
33 - (COMPMID-5324) Issue identified with direct and depthwise convolutions for certain Arm® Mali™ DDK…
34 - Versions Affected: < v22.08
35 - Conditions:
36 - Arm® Mali™ DDK Versions : >= r23p0 && <= r38p0
37 - Mali™ GPUs: Bifrost GPU family with the exception of G71
38 - Backend: OpenCL
39 - Build options Include : "cl-fast-relaxed-math"
40- Result: Reduced accuracy issue, while using direct and depthwise convolutions fused with LU_BOUN…
[all …]
H A Drelease_version_and_change_log.dox2 /// Copyright (c) 2017-2023 Arm Limited.
4 /// SPDX-License-Identifier: MIT
44- Allow mismatching data layouts between the source tensor and weights for \link cpu::CpuGemmDirec…
45 - Fixes for experimental CPU only Bazel and CMake builds.
48 - New features:
49- Rework the experimental dynamic fusion interface by identifying auxiliary and intermediate tenso…
50 - Add the following operators to the experimental dynamic fusion API:
51- GpuAdd, GpuCast, GpuClamp, GpuDepthwiseConv2d, GpuMul, GpuOutput, GpuPool2d, GpuReshape, GpuResi…
52 - Add SME/SME2 kernels for GeMM, Winograd convolution, Depthwise convolution and Pooling.
53 - Add new CPU operator AddMulAdd for float and quantized types.
[all …]
/aosp_15_r20/external/vulkan-validation-layers/
H A D.travis.yml2 # https://travis-ci.org
12 - env: CHECK_COMMIT_FORMAT=ON
13 - env: VULKAN_BUILD_TARGET=GN
15 # Android build.
16 - os: linux
18 env: VULKAN_BUILD_TARGET=ANDROID ANDROID_TARGET=android-26 ANDROID_ABI=armeabi-v7a
19 # Android 64-bit build.
20 - os: linux
22 env: VULKAN_BUILD_TARGET=ANDROID ANDROID_TARGET=android-26 ANDROID_ABI=arm64-v8a
23 # Linux GCC debug build.
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/tools/ci_build/
H A DDockerfile.android8 RUN add-apt-repository -y ppa:openjdk-r/ppa && \
9 add-apt-repository -y ppa:george-edison55/cmake-3.x
16 # Install extra libraries for android sdk.
17 RUN apt-get update && apt-get install -y \
18 python-numpy \
20 apt-get clean && \
21 rm -rf /var/lib/apt/lists/*
23 # Android SDK and NDK root directory workaround. For details see
24 # https://github.com/bazelbuild/bazel/issues/714#issuecomment-166735874
25 ENV ANDROID_DEV_HOME /android
[all …]
/aosp_15_r20/external/tensorflow/
H A DRELEASE.md78 …xperimental/SharpnessAwareMinimization). This class implements the sharpness-aware minimization te…
82 …* Added support for cross-trainer data caching in tf.data service. This saves computation resour…
91 …mptionCheckpointHandler) to handle worker preemption/maintenance and cluster-wise consistent error…
95 … to 100 times depending on the size of k. When running on CPU and GPU, a non-optimized XLA kernel …
117 …inistically (and `tf.errors.UnimplementedError` is no longer thrown) when op-determinism has been …
141-Review-Doctor, DEKHTIARJonathan, Deven Desai, Djacon, Duncan Riach, fedotoff, fo40225, Frederic B…
163 …ers should switch to [TensorFlow Decision Forests](https://github.com/tensorflow/decision-forests).
166 …eels now specifically conform to [manylinux2014](https://peps.python.org/pep-0599/), an upgrade fr…
167 … Forum thread](https://discuss.tensorflow.org/t/tensorflow-linux-wheels-are-being-upgraded-to-many…
168 * The `tf.keras.mixed_precision.experimental` API has been removed. The non-experimental symbols …
[all …]