Home
last modified time | relevance | path

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

12345678910>>...51

/external/tensorflow/
D.bazelrc2 # This file tries to group and simplify build options for TensorFlow
4 # ----CONFIG OPTIONS----
25 # avx_linux: Build with avx instruction set on linux.
26 # avx2_linux: Build with avx2 instruction set on linux.
27 # native_arch_linux: Build with instruction sets available to the host machine on linux
28 # avx_win: Build with avx instruction set on windows
29 # avx2_win: Build with avx2 instruction set on windows
31 # Other build options:
32 # short_logs: Only log errors during build, skip warnings.
33 # verbose_logs: Show all compiler warnings during build.
[all …]
/external/tflite-support/
D.bazelrc6 build --apple_platform_type=macos
8 # Enable using platform specific build settings
9 build --enable_platform_specific_config
12 common --experimental_repo_remote_exec
15 build --java_toolchain=//third_party/toolchains/java:tf_java_toolchain
16 build --host_java_toolchain=//third_party/toolchains/java:tf_java_toolchain
18 # Suppress C++ compiler warnings, otherwise build logs become 10s of MBs.
19 build:android --copt=-w
20 build:linux --copt=-w
21 build:macos --copt=-w
[all …]
/external/rust/crates/grpcio-sys/grpc/tools/
Dbazel.rc3 build --client_env=CC=clang
4 build --copt=-DGRPC_BAZEL_BUILD
5 build --action_env=GRPC_BAZEL_RUNTIME=1
6 build --define=use_fast_cpp_protos=true
8 build:opt --compilation_mode=opt
9 build:opt --copt=-Wframe-larger-than=16384
11 build:dbg --compilation_mode=dbg
12 build:dbg --copt=-Werror=return-stack-address
14 build:windows_opt --compilation_mode=opt
15 build:windows_dbg --compilation_mode=dbg
[all …]
/external/skia/infra/bots/recipe_modules/build/examples/
Dfull.py2 # Use of this source code is governed by a BSD-style license that can be
8 'build',
23 api.build(checkout_root=checkout_root, out_dir=out_dir)
25 api.build.copy_build_products(out_dir=out_dir, dst=dst)
30 'Build-Debian10-GCC-x86-Debug-Docker',
31 'Build-Debian10-GCC-x86_64-Debug-Docker',
32 'Build-Debian10-GCC-x86_64-Release-NoGPU_Docker',
33 'Build-Debian10-GCC-x86_64-Release-Shared_Docker',
34 'Build-Debian10-Clang-arm-Release-Android_API26',
35 'Build-Debian10-Clang-arm-Release-Android_ASAN',
[all …]
/external/skia/modules/canvaskit/
DMakefile2 - rm -rf ../../out/canvaskit_wasm
3 - rm -rf ./npm_build/bin
4 - rm -rf ./build/
8 # Does an incremental build where possible.
10 - rm -rf build/
11 mkdir build
12 cp ../../out/canvaskit_wasm/canvaskit.js ./build/
13 cp ../../out/canvaskit_wasm/canvaskit.wasm ./build/
16 # Does an incremental build where possible.
18 - rm -rf build/
[all …]
/external/grpc-grpc/tools/
Dbazel.rc1 build --client_env=CC=clang
2 build --copt -DGRPC_BAZEL_BUILD
4 build:opt --copt -Wframe-larger-than=16384
6 build:asan --strip=never
7 build:asan --copt -fsanitize-coverage=edge
8 build:asan --copt -fsanitize=address
9 build:asan --copt -O0
10 build:asan --copt -fno-omit-frame-pointer
11 build:asan --copt -DGPR_NO_DIRECT_SYSCALLS
12 build:asan --linkopt -fsanitize=address
[all …]
/external/FP16/
Dconfigure.py6 parser.add_argument("--compare", dest="compare", action="store_true",
7 help="Enable performance comparison with other half-precision implementations")
11 build = confu.Build.from_options(options)
13 build.export_cpath("include", ["fp16.h"])
15 …with build.options(source_dir="test", extra_include_dirs="test", deps=[build.deps.googletest, buil…
16 fp16_tables = build.cxx("tables.cc")
17 build.unittest("ieee-to-fp32-bits",
18 [build.cxx("ieee-to-fp32-bits.cc"), fp16_tables])
19 build.unittest("ieee-to-fp32-value",
20 [build.cxx("ieee-to-fp32-value.cc"), fp16_tables])
[all …]
/external/igt-gpu-tools/
D.gitlab-ci.yml1 image: $CI_REGISTRY/$CI_PROJECT_PATH/igt-fedora:latest
4 -Dlibdrm_drivers=intel,nouveau,amdgpu
5 -Doverlay=enabled
6 -Dchamelium=enabled
7 -Dvalgrind=enabled
8 -Dman=enabled
9 -Dtests=enabled
10 -Drunner=enabled
11 -Dlibunwind=enabled
12 LANG: "C.UTF-8"
[all …]
/external/skia/
D.bazelrc1 # https://bazel.build/concepts/platforms-intro#cxx
3 # --crosstool_top, --compiler, etc.
4 build --incompatible_enable_cc_toolchain_resolution
8 build --action_env=BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN=1
10 # We would like developers to not upload to the remote build cache, only the RBE workers themselves.
11 build --remote_upload_local_results=false
13 # Enforce stricter environment rules, which eliminates some non-hermetic behavior and therefore
14 # improves both the remote cache hit rate and the correctness and repeatability of the build.
15 build --incompatible_strict_action_env=true
19 build --host_platform=//bazel/platform:host_with_hermetic_toolchain
[all …]
/external/jsr330/
Dbuild.sh4 # Clear and recreate build directory.
5 rm -r build
6 mkdir -p build/classes
7 mkdir -p build/tck
8 mkdir -p build/dist
9 mkdir -p build/tck/classes
10 mkdir -p build/tck/dist
13 javac -g -d build/classes `find src -name *.java`
14 javac -g -classpath build/classes:lib/junit.jar -d build/tck/classes \
15 `find tck -name *.java`
[all …]
/external/XNNPACK/
D.bazelrc1 # Basic build settings
2 build --jobs 128
5 build --apple_platform_type=macos
8 build:android --crosstool_top=//external:android/crosstool
9 build:android --host_crosstool_top=@bazel_tools//tools/cpp:toolchain
10 build:android --linkopt=-ldl
11 build:android --linkopt=-Wl,--gc-sections
13 build:android_arm --config=android
14 build:android_arm --cpu=armeabi-v7a
15 build:android_arm --fat_apk_cpu=armeabi-v7a
[all …]
/external/cpuinfo/
Dconfigure.py6 parser.add_argument("--log", dest="log_level",
8 parser.add_argument("--mock", dest="mock", action="store_true")
13 build = confu.Build.from_options(options)
20 if build.target.is_linux or build.target.is_android:
23 build.export_cpath("include", ["cpuinfo.h"])
25 …with build.options(source_dir="src", macros=macros, extra_include_dirs="src", deps=build.deps.clog…
27 if build.target.is_x86 or build.target.is_x86_64:
33 if build.target.is_macos:
35 elif build.target.is_linux or build.target.is_android:
40 if build.target.is_arm or build.target.is_arm64:
[all …]
/external/angle/third_party/vulkan-deps/spirv-headers/src/.github/workflows/
Dpresubmit.yml8 build:
9 name: Build ${{ matrix.os }}
10 runs-on: ${{ matrix.os }}
13 os: [ubuntu-latest, macos-latest, windows-latest]
15 - uses: actions/checkout@v3
16 - name: Install Ubuntu packages
17 if: matrix.os == 'ubuntu-latest'
18 run: sudo apt install -y dos2unix
19 - name: Install macOS packages
20 if: matrix.os == 'macos-latest'
[all …]
/external/mesa3d/src/compiler/nir/
Dnir_builder.h2 * Copyright © 2014-2015 Broadcom
48 nir_builder_init(nir_builder *build, nir_function_impl *impl) in nir_builder_init() argument
50 memset(build, 0, sizeof(*build)); in nir_builder_init()
51 build->exact = false; in nir_builder_init()
52 build->impl = impl; in nir_builder_init()
53 build->shader = impl->function->shader; in nir_builder_init()
57 nir_builder_init_simple_shader(nir_builder *build, void *mem_ctx, in nir_builder_init_simple_shader() argument
61 memset(build, 0, sizeof(*build)); in nir_builder_init_simple_shader()
62 build->shader = nir_shader_create(mem_ctx, stage, options, NULL); in nir_builder_init_simple_shader()
63 nir_function *func = nir_function_create(build->shader, "main"); in nir_builder_init_simple_shader()
[all …]
/external/python/pybind11/.github/workflows/
Dci.yml8 - master
9 - stable
10 - v*
17 fail-fast: false
19 runs-on: [ubuntu-latest, windows-latest, macos-latest]
21 - 2.7
22 - 3.5
23 - 3.6
24 - 3.9
25 # - 3.10-dev # Re-enable once 3.10.0a5 is released
[all …]
/external/python/cpython3/Doc/
DMakefile9 SPHINXBUILD = PATH=$(VENVDIR)/bin:$$PATH sphinx-build
14 SPHINXERRORHANDLING = -W
17 PAPEROPT_a4 = -D latex_elements.papersize=a4paper
18 PAPEROPT_letter = -D latex_elements.papersize=letterpaper
20 ALLSPHINXOPTS = -b $(BUILDER) -d build/doctrees $(PAPEROPT_$(PAPER)) \
21 $(SPHINXOPTS) $(SPHINXERRORHANDLING) . build/$(BUILDER) $(SOURCES)
23 .PHONY: help build html htmlhelp latex text texinfo changes linkcheck \
24 suspicious coverage doctest pydoc-topics htmlview clean dist check serve \
25 autobuild-dev autobuild-stable venv
29 @echo " clean to remove build files"
[all …]
/external/python/cpython2/Doc/
DMakefile8 SPHINXBUILD = sphinx-build
13 ALLSPHINXOPTS = -b $(BUILDER) -d build/doctrees -D latex_elements.papersize=$(PAPER) \
14 $(SPHINXOPTS) . build/$(BUILDER) $(SOURCES)
16 .PHONY: help build html htmlhelp latex text changes linkcheck \
17 suspicious coverage doctest pydoc-topics htmlview clean dist check serve \
18 autobuild-dev autobuild-stable
22 @echo " clean to remove build files"
33 @echo " pydoc-topics to regenerate the pydoc topics file"
39 build: target
44 html: build
[all …]
/external/cronet/buildtools/third_party/libc++/trunk/test/libcxx/assertions/
Dheaders_declare_verbose_abort.sh.cpp1 //===----------------------------------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
13 // XFAIL: availability-verbose_abort-missing
16 BEGIN-SCRIPT
31 // {run}: %{{build}} -DTEST_{i}
38 END-SCRIPT
51 // GENERATED-MARKER
52 // RUN: %{build} -DTEST_0
58 // RUN: %{build} -DTEST_1
[all …]
/external/cronet/build/rust/std/rules/
DBUILD.gn2 # Use of this source code is governed by a BSD-style license that can be
5 import("//build/rust/cargo_crate.gni")
9 …crate_root = "//build/rust/std/fake_root/../../../../third_party/rust-toolchain/lib/rustlib/src/ru…
12 # Unit tests skipped. Generate with --with-tests to include them.
14 …sources = [ "//build/rust/std/fake_root/../../../../third_party/rust-toolchain/lib/rustlib/src/rus…
19 "A cross-platform symbolication library written in Rust, using `gimli`"
20 library_configs -= [ "//build/config/compiler:chromium_code" ]
21 library_configs += [ "//build/config/compiler:no_chromium_code" ]
22 executable_configs -= [ "//build/config/compiler:chromium_code" ]
23 executable_configs += [ "//build/config/compiler:no_chromium_code" ]
[all …]
/external/libdrm/
D.gitlab-ci.yml1 # This is the tag of the docker image used for the build jobs. If the
8 # versions of gcc/clang or other packages, which might break the build
18 - project: 'freedesktop/ci-templates'
21 - '/templates/debian.yml'
22 - '/templates/freebsd.yml'
23 - '/templates/ci-fairy.yml'
30 - "Base container"
31 - "Build"
33 .ci-rules:
35 - when: on_success
[all …]
/external/python/cpython3/PCbuild/
Dpcbuild.sln5 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{553EC33E-
11 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "python", "python.vcxproj", "{B11D750F-CD1F-4A9…
13 {0E9791DB-593A-465F-98BC-681011311618} = {0E9791DB-593A-465F-98BC-681011311618}
16 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pythoncore", "pythoncore.vcxproj", "{CF7AC3D1-
18 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pythonw", "pythonw.vcxproj", "{F4229CC3-873C-4…
20 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "winsound", "winsound.vcxproj", "{28B5D777-DDF2
22 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "_decimal", "_decimal.vcxproj", "{0E9791DB-593A
24 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "_ctypes", "_ctypes.vcxproj", "{0E9791DB-593A-4…
26 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "_ctypes_test", "_ctypes_test.vcxproj", "{9EC71…
28 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "_elementtree", "_elementtree.vcxproj", "{17E1E…
[all …]
/external/armnn/build-tool/
DREADME.md1 # Arm NN Build Tool
2Build Tool_** provides a collection of **parameterized bash scripts** accompanied by a **Dockerfil…
3 …places/supersedes the majority of the existing Arm NN build guides as a user-friendly way to build
4 …rm NN from scratch is the ability to **exactly choose which components to build, targeted for your…
5 The Arm NN Build Tool is tested on **x86_64 (Intel) and aarch64 (Arm) build hosts** for the **Ubunt…
8 …ng the Arm NN Build Tool through the use of Docker. However, the scripts may be [executed directly…
10 …d want to quickly build the Arm NN Dockerfile with some default build arguments, please follow the…
13 * [System Requirements](#system-requirements)
14 * [Install Docker](#install-docker)
15 * [Ubuntu / Linux](#ubuntu--linux)
[all …]
/external/rust/crates/grpcio-sys/grpc/tools/remote_build/
Dwindows.bazelrc1 startup --host_jvm_args=-Dbazel.DigestFunction=SHA256
3 build --remote_cache=grpcs://remotebuildexecution.googleapis.com
4 build --remote_executor=grpcs://remotebuildexecution.googleapis.com
6 build --auth_enabled=true
8 build --host_crosstool_top=//third_party/toolchains/bazel_0.26.0_rbe_windows:toolchain
9 build --crosstool_top=//third_party/toolchains/bazel_0.26.0_rbe_windows:toolchain
10 build --extra_toolchains=//third_party/toolchains/bazel_0.26.0_rbe_windows:cc-toolchain-x64_windows
12 build --extra_execution_platforms=//third_party/toolchains:rbe_windows
13 build --host_platform=//third_party/toolchains:rbe_windows
14 build --platforms=//third_party/toolchains:rbe_windows
[all …]
/external/vulkan-validation-layers/
DBUILD.md1 # Build Instructions
8 1. [Contributing](#contributing-to-the-repository)
9 1. [Repository Content](#repository-content)
10 1. [Repository Set-Up](#repository-set-up)
11 1. [Windows Build](#building-on-windows)
12 1. [Linux Build](#building-on-linux)
13 1. [Android Build](#building-on-android)
14 1. [MacOS build](#building-on-macos)
25 This repository contains the source code necessary to build the Vulkan
33 - *install_dir*`/lib` : The Vulkan validation layer libraries
[all …]
/external/python/cpython3/Tools/unicode/
DMakefile5 #(c) Copyright Marc-Andre Lemburg, 2005.
18 codecs: misc windows iso apple ebcdic custom-mappings cjk
23 ncftpget -R ftp.unicode.org . Public/MAPPINGS
27 build/:
28 mkdir build
30 misc: build/
31 $(PYTHON) gencodec.py MAPPINGS/VENDORS/MISC/ build/
32 $(RM) build/atarist.*
33 $(RM) build/us_ascii_quotes.*
34 $(RM) build/ibmgraph.*
[all …]

12345678910>>...51