Home
last modified time | relevance | path

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

12345678910>>...79

/external/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/
Dconfigure.py6 # This source code is licensed under the BSD-style license found in the
18 build = confu.Build.from_options(options)
20 build.export_cpath("include", ["q8gemm.h"])
22 with build.options(
25 build.deps.cpuinfo,
26 build.deps.clog,
27 build.deps.psimd,
28 build.deps.fxdiv,
29 build.deps.pthreadpool,
30 build.deps.FP16,
[all …]
/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/grpc-grpc/tools/
Dbazel.rc3 # Bazel 7 begins to enable module by default which breaks gRPC build.
5 common --enable_bzlmod=false
7 # for platform-appropriate cxxopts
8 common --enable_platform_specific_config
10 build:windows --cxxopt='/std:c++14'
11 build:windows --host_cxxopt='/std:c++14'
12 build:linux --cxxopt='-std=c++14'
13 build:linux --host_cxxopt='-std=c++14'
14 build:macos --cxxopt='-std=c++14'
15 build:macos --host_cxxopt='-std=c++14'
[all …]
/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/
Dbazel.rc3 # for platform-appropriate cxxopts
4 common --enable_platform_specific_config
6 build:windows --cxxopt='/std:c++14'
7 build:windows --host_cxxopt='/std:c++14'
8 build:linux --cxxopt='-std=c++14'
9 build:linux --host_cxxopt='-std=c++14'
10 build:macos --cxxopt='-std=c++14'
11 build:macos --host_cxxopt='-std=c++14'
12 build:freebsd --cxxopt='-std=c++14'
13 build:freebsd --host_cxxopt='-std=c++14'
[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/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-Clang-arm-Release-Android_API26',
31 'Build-Debian10-Clang-arm-Release-Android_ASAN',
32 'Build-Debian10-Clang-arm-OptimizeForSize-Android_NoPatch',
33 'Build-Debian10-Clang-arm-Release-Chromebook_GLES',
34 'Build-Debian10-Clang-arm64-Debug-Android_FrameworkWorkarounds',
35 'Build-Debian10-Clang-arm64-Debug-Android_Graphite_Native_Vulkan',
[all …]
/external/libdav1d/
D.gitlab-ci.yml2 - style
3 - build
4 - test
6 .debian-amd64-common:
7 image: registry.videolan.org/dav1d-debian-unstable:20240406142551
8 stage: build
10 - docker
11 - amd64
13 .debian-amd64-minimum:
14 image: registry.videolan.org/dav1d-debian-minimum:20240406142551
[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/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/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/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/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/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/deqp-deps/SPIRV-Headers/.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@v4
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/swiftshader/third_party/SPIRV-Headers/.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@v4
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/angle/third_party/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@v4
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/skia/bazel/
Dbuildrc1 # This file contains the build configurations of Skia that we use for testing on the CI.
2 # These allow a short-form reference for our supported combinations of build features.
3 # https://bazel.build/docs/bazelrc#config
5 # For most build configurations, we will want to set the --cc_output_directory_tag [1]
9 # the target platform, and some suffixes to avoid Bazel-caused and user-caused conflicts. [3] [4]
10 # For example, a default output directory might look like "k8-fastbuild-ST-6a54c1377847".
13 # Note that multiple definitions of a config are allowed - in this event, they are added together.
15 # the trailing newline (and thus having a multi-line definition) is preferred for brevity.
19 # and generated dependency files (e.g. the output of clang --write-dependencies [5]), so having
23 # [1] https://bazel.build/reference/command-line-reference#flag--cc_output_directory_tag
[all …]
/external/google-cloud-java/java-cloudbuild/
Dsynth.metadata13 "remote": "https://github.com/googleapis/java-cloudbuild.git",
37 "apiName": "devtools-cloudbuild",
51 ".github/generated-files-bot.yml",
53 ".github/release-please.yml",
54 ".github/snippet-bot.yml",
55 ".github/sync-repo-settings.yaml",
56 ".github/trusted-contribution.yml",
57 ".github/workflows/approve-readme.yaml",
58 ".github/workflows/auto-release.yaml",
61 ".kokoro/build.bat",
[all …]
/external/wayland/
D.gitlab-ci.yml1 # This file uses the freedesktop ci-templates to build Wayland and run our
4 # ci-templates uses a multi-stage build process. First, the base container
6 # all our build dependencies. This container is aggressively cached; if a
9 # reused for the build. This gives us predictability of build and far
12 # the current date as well as a unique build identifier.
15 # previously used), the build stage executes within this container.
21 # Apart from the 'variables', 'include', and 'stages' top-level anchors,
28 # by the ci-templates.
36 # For more information on ci-templates, see:
37 # - documentation at https://freedesktop.pages.freedesktop.org/ci-templates/
[all …]
/external/angle/third_party/glslang/src/.github/workflows/
Dcontinuous_integration.yml7 - main
9 permissions: read-all
13 runs-on: ubuntu-22.04
15 fail-fast: false
20 - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
21 - uses: lukka/get-cmake@56d043d188c3612951d8755da8f4b709ec951ad6 # v3.31.6
22 - name: Setup ccache
23 uses: hendrikmuhs/ccache-action@a1209f81afb8c005c13b4296c32e363431bffea5 # v1.2.17
25 … key: ubuntu-22-${{ matrix.cmake_build_type }}-${{ matrix.compiler.cc }}-${{matrix.compiler.cxx}}
26 - run: ./update_glslang_sources.py
[all …]
/external/curl/.github/workflows/
Dhttp3-linux.yml3 # SPDX-License-Identifier: curl
10 - master
11 - '*/ci'
12 paths-ignore:
13 - '**/*.md'
14 - '.circleci/**'
15 - 'appveyor.*'
16 - 'packages/**'
17 - 'plan9/**'
18 - 'projects/**'
[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/pytorch/.github/workflows/
Dpull.yml5 branches-ignore:
6 - nightly
9 - main
10 - release/*
11 - landchecks/*
14 - cron: 29 8 * * * # about 1:29am PDT
17 …p: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}-${{ github.event_n…
18 cancel-in-progress: true
20 permissions: read-all
23 llm-td:
[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/aws-sdk-java-v2/services/kms/target/generated-sources/sdk/software/amazon/awssdk/services/kms/endpoints/internal/
DDefaultPartitionDataProvider.java35 .regionRegex("^(us|eu|ap|sa|ca|me|af|il)\\-\\w+\\-\\d+$")
36 .putRegion("af-south-1", RegionOverride.builder().build())
37 .putRegion("ap-east-1", RegionOverride.builder().build())
38 .putRegion("ap-northeast-1", RegionOverride.builder().build())
39 .putRegion("ap-northeast-2", RegionOverride.builder().build())
40 .putRegion("ap-northeast-3", RegionOverride.builder().build())
41 .putRegion("ap-south-1", RegionOverride.builder().build())
42 .putRegion("ap-south-2", RegionOverride.builder().build())
43 .putRegion("ap-southeast-1", RegionOverride.builder().build())
44 .putRegion("ap-southeast-2", RegionOverride.builder().build())
[all …]

12345678910>>...79