Home
last modified time | relevance | path

Searched +full:bare +full:- +full:cross +full:- +full:build (Results 1 – 25 of 87) sorted by relevance

1234

/external/ComputeLibrary/docs/
D00_introduction.dox2 /// Copyright (c) 2017-2020 Arm Limited.
4 /// SPDX-License-Identifier: MIT
33 - OS: Linux, Android or bare metal.
34 - Architecture: armv7a (32bit) or arm64-v8a (64bit)
35 - Technology: NEON / OpenCL / GLES_COMPUTE / NEON and OpenCL and GLES_COMPUTE
36- Debug / Asserts / Release: Use a build with asserts enabled to debug your application and enable…
42 In order to facilitate the work of the support team please provide the build information of the lib…
44 $ strings android-armv7a-cl-asserts/libarm_compute.so | grep arm_compute_version
45 …arm_compute_version=v16.12 Build options: {'embed_kernels': '1', 'opencl': '1', 'arch': 'armv7a', …
47 @section S0_2_prebuilt_binaries Pre-built binaries
[all …]
/external/clang/docs/
DCrossCompilation.rst2 Cross-compilation using Clang
9 for cross-compiling your code to a different architecture. It assumes you
14 build system or Makefiles, nor choosing the right CMake options, etc.
17 `instructions for cross-compiling LLVM itself
21 related to cross-compilation, and what main compiler options Clang provides
22 for performing cross-compilation.
24 Cross compilation issues
29 with all files in, unzip to a directory and point the build system to
33 On the other hand, Clang/LLVM is natively a cross-compiler, meaning that
34 one set of programs can compile to all targets by setting the ``-target``
[all …]
/external/rust/crates/libloading/.github/workflows/
Dlibloading.yml5 paths-ignore:
6 - '*.mkd'
7 - 'LICENSE'
12 native-test:
13 runs-on: ${{ matrix.os }}
15 fail-fast: false
18 os: [ubuntu-latest, windows-latest, macOS-latest]
19 timeout-minutes: 20
21 - uses: actions/checkout@v2
22 - name: Install Rust ${{ matrix.rust_toolchain }}
[all …]
/external/mesa3d/
D.gitlab-ci.yml3 CI_PRE_CLONE_SCRIPT: |-
4 set -o xtrace
5 …/usr/bin/wget -q -O- ${CI_PROJECT_URL}/-/raw/${CI_COMMIT_SHA}/.gitlab-ci/download-git-cache.sh | s…
9 - project: 'freedesktop/ci-templates'
10 ref: &ci-templates-sha 52dd4a94044449c8481d18dcdc221a3c636366d2
12 - project: 'freedesktop/ci-templates'
13 ref: *ci-templates-sha
15 - local: '.gitlab-ci/lava-gitlab-ci.yml'
16 - local: '.gitlab-ci/test-source-dep.yml'
19 - container
[all …]
/external/arm-trusted-firmware/plat/rockchip/rk3399/drivers/m0/
DMakefile4 # SPDX-License-Identifier: BSD-3-Clause
7 # Cross Compile
8 M0_CROSS_COMPILE ?= arm-none-eabi-
10 # Build architecture
11 ARCH := cortex-m0
13 # Build platform
26 INCLUDES += -Iinclude/ \
27 -I../../include/shared/
36 COMMON_FLAGS := -g -mcpu=$(ARCH) -mthumb -Wall -O3 -nostdlib -mfloat-abi=soft
37 CFLAGS := -ffunction-sections -fdata-sections -fomit-frame-pointer -fno-common
[all …]
/external/mesa3d/docs/
Dmeson.rst5 ---------------
10 **Mesa's Meson build system is generally considered stable and ready for
15 Mesa requires Meson >= 0.52.0 to build.
19 <https://mesonbuild.com/Getting-meson.html>`__ to install the
22 The Meson build of Mesa is tested on Linux, macOS, Windows, Cygwin,
25 Unix-like OSes
31 .. code-block:: console
33 sudo apt-get install meson # Ubuntu
37 .. code-block:: console
44 You'll also need `Ninja <https://ninja-build.org/>`__. If it's not
[all …]
/external/mesa3d/docs/relnotes/
D20.1.3.rst1 Mesa 20.1.3 Release Notes / 2020-07-08
20 ---------------
24 9872b8d46bee822177ffbe4292addff7bdb84cefc1fe776b8e6b2881a8362bf1 mesa-20.1.3.tar.xz
27 ------------
29 - None
32 ---------
34 - vkGetSemaphoreCounterValue doesn't update without vkWaitSemaphores
36 - [v3d] corruption when GS omits some vertices
37 - [RADV] Non-precise occlusion queries return non-zero when all
39 - [DXVK] Project Cars rendering problems
[all …]
D20.3.0.rst1 Mesa 20.3.0 Release Notes / 2020-12-03
20 ---------------
24 2999738e888731531cd62b27519fa37566cc0ea2cd7d4d97f46abaa3e949c630 mesa-20.3.0.tar.xz
28 ------------
30 - GL 4.5 on llvmpipe
32 - GL_INTEL_blackhole_render on radeonsi
34 - GL_NV_copy_depth_to_color for NIR
36 - GL_NV_half_float
38 - GL_NV_shader_atomic_int64 on radeonsi
40 - EGL_KHR_swap_buffers_with_damage on X11 (DRI3)
[all …]
D20.2.0.rst1 Mesa 20.2.0 Release Notes / 2020-09-28
20 ---------------
24 63f0359575d558ef98dd78adffc0df4c66b76964ebf603b778b7004964191d30 mesa-20.2.0.tar.xz
28 ------------
30 - GL_ARB_compute_variable_group_size on Iris.
32 - GL_ARB_gpu_shader5 on llvmpipe
34 - GL_ARB_post_depth_coverage on llvmpipe
36 - GLES 3.2 on llvmpipe
38 - GL_EXT_shader_group_vote on GLES3.
40 - GL_EXT_texture_shadow_lod on llvmpipe
[all …]
/external/toybox/scripts/
Dmkroot.sh3 # ------------------------------ Part 1: Setup -------------------------------
5 # Clear environment variables by restarting script w/bare minimum passed through
6 [ -z "$NOCLEAR" ] && exec env -i NOCLEAR=1 HOME="$HOME" PATH="$PATH" \
7 LINUX="$LINUX" CROSS="$CROSS" CROSS_COMPILE="$CROSS_COMPILE" "$0" "$@"
11 [ "${i/=/}" != "$i" ] && export "$i" || { [ "$i" != -- ] && PKG="$PKG $i"; }
15 : ${LOG:=${BUILD:=${TOP:=$PWD/root}/build}/log} ${AIRLOCK:=$BUILD/airlock}
19 announce() { echo -e "\033]2;$CROSS $*\007\n=== $*"; }
22 # ----- Are we cross compiling (via CROSS_COMPILE= or CROSS=)
24 if [ -n "$CROSS_COMPILE" ]; then
25 CROSS_COMPILE="$(realpath -s "$CROSS_COMPILE")" # airlock needs absolute path
[all …]
/external/python/cpython2/Doc/using/
Dmac.rst2 .. _using-on-mac:
15 The Mac-specific modules are documented in :ref:`mac-specific-services`.
23 .. _getting-osx:
28 Mac OS X 10.8 comes with Python 2.7 pre-installed by Apple. If you wish, you
30 (https://www.python.org). A current "universal binary" build of Python, which
37 Python distributions; PythonLauncher, which handles double-clicking Python
38 scripts from the Finder; and the "Build Applet" tool, which allows you to
46 The Apple-provided build of Python is installed in
49 Apple-controlled and are used by Apple- or third-party software. Remember that
63 --------------------------
[all …]
/external/python/cpython3/Doc/using/
Dmac.rst2 .. _using-on-mac:
15 .. _getting-osx:
20 macOS since version 10.8 comes with Python 2.7 pre-installed by Apple. If you wish, you
22 website (https://www.python.org). A current "universal binary" build of Python,
30 Python distributions; and PythonLauncher, which handles double-clicking Python
38 The Apple-provided build of Python is installed in
41 Apple-controlled and are used by Apple- or third-party software. Remember that
55 --------------------------
64 :program:`emacs` among them. If you want a more Mac-like editor,
65 :program:`BBEdit` or :program:`TextWrangler` from Bare Bones Software (see
[all …]
/external/mesa3d/docs/ci/
Dindex.rst5 ---------
8 We use it to test merge requests (MRs) before merging them (pre-merge testing),
9 as well as post-merge testing, for everything that hits ``master``
14 The CI runs a number of tests, from trivial build-testing to complex GPU rendering:
16 - Build testing for a number of build systems, configurations and platforms
17 - Sanity checks (``meson test`` & ``scons check``)
18 - Some drivers (softpipe, llvmpipe, freedreno and panfrost) are also tested
19 using `VK-GL-CTS <https://github.com/KhronosGroup/VK-GL-CTS>`__
20 - Replay of application traces
30 If you're interested in the details, the main configuration file is ``.gitlab-ci.yml``,
[all …]
/external/python/cpython3/Misc/NEWS.d/
D3.6.0a3.rst4 .. release date: 2016-07-11
17 The output of a special Python build with defined COUNT_ALLOCS,
19 be re-enabled using the "-X showalloccount" option. It now outputs to
59 Fix SSL zero-length recv() calls to not block and not raise an error about
115 first argument is positional-only.
145 now keyword-only.
185 Match objects in the re module now support index-like objects as group
196 iterable of integers. Now only strings and byte-like objects are accepted.
202 .. nonce: DgLWm-
211 .. nonce: EVe-Bk
[all …]
D3.5.3rc1.rst4 .. release date: 2017-01-02
25 Fix a memory leak in split-table dictionaries: setattr() must not convert
42 .. nonce: K6wQ-3
51 .. nonce: i-pv6d
61 .. nonce: -qOTxS
65 a monkey-patched len() function.
74 Fixed crash in Py_DecodeLocale() in debug build on Mac OS X when decode
85 compile-time PYTHONPATH components.
94 Fixed potential crash in PyUnicode_AsDecodedObject() in debug build.
120 .. nonce: oPD-5D
[all …]
D3.10.3.rst2 .. date: 2022-03-06-20-16-13
4 .. release date: 2022-03-16
13 .. date: 2022-02-25-02-01-42
24 .. date: 2022-02-22-12-07-53
33 .. date: 2022-02-21-21-55-23
44 .. date: 2022-02-15-20-26-46
49 character in an f-string that's missing a closing right brace.
54 .. date: 2022-02-14-14-44-06
64 .. date: 2022-02-12-11-16-40
74 .. date: 2022-02-10-03-13-18
[all …]
/external/rust/crates/libsqlite3-sys/
Dbuild.rs8 // When inside mozilla-central, we are included into the build with in main()
17 all(windows, feature = "bundled-windows") in main()
27 #[cfg(any(feature = "bundled", all(windows, feature = "bundled-windows")))] in main()
31 #[cfg(not(any(feature = "bundled", all(windows, feature = "bundled-windows"))))] in main()
38 #[cfg(any(feature = "bundled", all(windows, feature = "bundled-windows")))]
61 println!("cargo:rerun-if-changed=sqlite3/sqlite3.c"); in main()
62 println!("cargo:rerun-if-changed=sqlite3/wasm32-wasi-vfs.c"); in main()
63 let mut cfg = cc::Build::new(); in main()
65 .flag("-DSQLITE_CORE") in main()
66 .flag("-DSQLITE_DEFAULT_FOREIGN_KEYS=1") in main()
[all …]
/external/rust/crates/tokio/
DREADME.md6 * **Fast**: Tokio's zero-cost abstractions give you bare-metal
15 [![Crates.io][crates-badge]][crates-url]
16 [![MIT licensed][mit-badge]][mit-url]
17 [![Build Status][actions-badge]][actions-url]
18 [![Discord chat][discord-badge]][discord-url]
20 [crates-badge]: https://img.shields.io/crates/v/tokio.svg
21 [crates-url]: https://crates.io/crates/tokio
22 [mit-badge]: https://img.shields.io/badge/license-MIT-blue.svg
23 [mit-url]: https://github.com/tokio-rs/tokio/blob/master/LICENSE
24 [actions-badge]: https://github.com/tokio-rs/tokio/workflows/CI/badge.svg
[all …]
/external/tensorflow/tensorflow/python/keras/saving/
Dsaving_utils.py7 # http://www.apache.org/licenses/LICENSE-2.0
50 return {m.name: m for m in model._compile_metric_functions} # pylint: disable=protected-access
57 The model's input signature is a list with a single (possibly-nested) object.
58 This is due to the Keras-enforced restriction that tensor inputs must be
75 …odel._get_save_spec(dynamic_batch=not keep_original_batch_size) # pylint: disable=protected-access
82 # Note that the isinstance check filters out single-element dictionaries,
83 # which should also be wrapped as a single-element list.
94 '`model.build(input_shape)`.'.format(model))
135 … from tensorflow.python.keras.engine import compile_utils # pylint: disable=g-import-not-at-top
145 … tensorflow.python.keras import __version__ as keras_version # pylint: disable=g-import-not-at-top
[all …]
/external/strace/
DNEWS1 Noteworthy changes in release 4.25 (2018-10-30)
11 * Enhanced xlat styles support configured by -X option.
24 Noteworthy changes in release 4.24 (2018-08-14)
28 * Implemented decoding of kvm vcpu exit reason (-e kvm=vcpu option),
40 * Fixed decoding of Q_XGETQSTAT on non-native personalities.
42 * Fixed build with Bionic libc.
43 * Fixed build with glibc-2.28.
44 * Fixed build in exotic systemd-nspawn based environments.
45 * Fixed build on s390 with kernel headers that do not contain Linux commit
46 v3.10-rc1~201^2~11.
[all …]
/external/toybox/www/
Dnews.html2 <!--#include file="header.html" -->
5 into a single BSD-licensed executable that's simple, small, fast,
6 reasonably standards-compliant, and powerful enough to turn Android into
11 <a name="30-11-2021" /><a href="#30-11-2021"><hr><h2><b>November 30, 2021</b></h2></a>
15 <p>- The Hitchhiker's Guide to the Galaxy</p></blockquote>
17 <p><a href=downloads/toybox-0.8.6.tar.gz>Toybox 0.8.6</a>
21 bootable under QEMU (using vanilla linux-5.15).</p>
26 …c support for the <a href=http://lists.landley.net/pipermail/toybox-landley.net/2021-August/012497…
28 <a href=https://lists.nongnu.org/archive/html/qemu-devel/2021-07/msg06430.html>quite yet</a>.)</p>
37 Elliott added <b>date -s</b>, <b>pmap -p</b>, <b>tail -F -s</b>, <b>kill -0</b>,
[all …]
Dindex.html2 <!--#include file="header.html" -->
5 into a single BSD-licensed executable that's simple, small, fast,
6 reasonably standards-compliant, and powerful enough to turn Android into
11 <a name="30-11-2021" /><a href="#30-11-2021"><hr><h2><b>November 30, 2021</b></h2></a>
15 <p>- The Hitchhiker's Guide to the Galaxy</p></blockquote>
17 <p><a href=downloads/toybox-0.8.6.tar.gz>Toybox 0.8.6</a>
21 bootable under QEMU (using vanilla linux-5.15).</p>
26 …c support for the <a href=http://lists.landley.net/pipermail/toybox-landley.net/2021-August/012497…
28 <a href=https://lists.nongnu.org/archive/html/qemu-devel/2021-07/msg06430.html>quite yet</a>.)</p>
37 Elliott added <b>date -s</b>, <b>pmap -p</b>, <b>tail -F -s</b>, <b>kill -0</b>,
[all …]
/external/python/setuptools/setuptools/_distutils/
Dccompiler.py23 link steps -- include directories, macros to define, libraries to link
24 against, etc. -- are attributes of the compiler instance. To allow for
26 attributes may be varied on a per-compilation or per-link basis.
34 # dictionary (see below -- used by the 'new_compiler()' factory
35 # function) -- authors of new compiler interface classes are
43 # (UnixCCompiler, MSVCCompiler, etc.) -- or perhaps the base
46 # path, ie. no "cc -I -Idir1 -Idir2" or "cc -L -Ldir1 -Ldir2".
49 # sure how useful it is; maybe for cross-compiling, but
50 # support for that is a ways off. (And anyways, cross
54 # dirs, e.g. "-Ldir1 -lfoo -Ldir2 -lfoo" to link against
[all …]
/external/python/cpython2/Lib/distutils/
Dccompiler.py31 link steps -- include directories, macros to define, libraries to link
32 against, etc. -- are attributes of the compiler instance. To allow for
34 attributes may be varied on a per-compilation or per-link basis.
42 # dictionary (see below -- used by the 'new_compiler()' factory
43 # function) -- authors of new compiler interface classes are
51 # (UnixCCompiler, MSVCCompiler, etc.) -- or perhaps the base
54 # path, ie. no "cc -I -Idir1 -Idir2" or "cc -L -Ldir1 -Ldir2".
57 # sure how useful it is; maybe for cross-compiling, but
58 # support for that is a ways off. (And anyways, cross
62 # dirs, e.g. "-Ldir1 -lfoo -Ldir2 -lfoo" to link against
[all …]
/external/python/cpython3/Lib/distutils/
Dccompiler.py23 link steps -- include directories, macros to define, libraries to link
24 against, etc. -- are attributes of the compiler instance. To allow for
26 attributes may be varied on a per-compilation or per-link basis.
34 # dictionary (see below -- used by the 'new_compiler()' factory
35 # function) -- authors of new compiler interface classes are
43 # (UnixCCompiler, MSVCCompiler, etc.) -- or perhaps the base
46 # path, ie. no "cc -I -Idir1 -Idir2" or "cc -L -Ldir1 -Ldir2".
49 # sure how useful it is; maybe for cross-compiling, but
50 # support for that is a ways off. (And anyways, cross
54 # dirs, e.g. "-Ldir1 -lfoo -Ldir2 -lfoo" to link against
[all …]

1234