Home
last modified time | relevance | path

Searched +full:build +full:- +full:docker +full:- +full:cpu +full:- +full:cxx11 +full:- +full:abi (Results 1 – 7 of 7) sorted by relevance

/external/pytorch/.github/workflows/
Dgenerated-linux-binary-libtorch-cxx11-abi-nightly.yml5 name: linux-binary-libtorch-cxx11-abi
12 - nightly
14 # NOTE: Binary build pipelines should only get triggered on release candidate builds
15 # Release candidate tags look like: v1.11.0-rc1
16 - v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+
17 - 'ciflow/binaries/*'
18 - 'ciflow/binaries_libtorch/*'
23 ALPINE_IMAGE: "308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine"
25 AWS_DEFAULT_REGION: us-east-1
27 BUILD_ENVIRONMENT: linux-binary-libtorch-cxx11-abi
[all …]
Dgenerated-linux-binary-manywheel-nightly.yml5 name: linux-binary-manywheel
12 - nightly
14 # NOTE: Binary build pipelines should only get triggered on release candidate builds
15 # Release candidate tags look like: v1.11.0-rc1
16 - v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+
17 - 'ciflow/binaries/*'
18 - 'ciflow/binaries_wheel/*'
23 ALPINE_IMAGE: "308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine"
25 AWS_DEFAULT_REGION: us-east-1
27 BUILD_ENVIRONMENT: linux-binary-manywheel
[all …]
Dbuild-manywheel-images.yml1 name: Build manywheel docker images
7 - main
8 - release/*
10 … # NOTE: Binary build pipelines should only get triggered on release candidate or nightly builds
11 # Release candidate tags look like: v1.11.0-rc1
12 - v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+
14 - '.ci/docker/manywheel/*'
15 - '.ci/docker/manywheel/build_scripts/*'
16 - '.ci/docker/common/*'
17 - .github/workflows/build-manywheel-images.yml
[all …]
/external/pytorch/.ci/docker/manywheel/
Dbuild.sh4 set -eou pipefail
6 TOPDIR=$(git rev-parse --show-toplevel)
11 if [ -z "${image}" ]; then
18 DOCKER_REGISTRY="${DOCKER_REGISTRY:-docker.io}"
20 GPU_ARCH_TYPE=${GPU_ARCH_TYPE:-cpu}
21 GPU_ARCH_VERSION=${GPU_ARCH_VERSION:-}
22 MANY_LINUX_VERSION=${MANY_LINUX_VERSION:-}
23 DOCKERFILE_SUFFIX=${DOCKERFILE_SUFFIX:-}
24 WITH_PUSH=${WITH_PUSH:-}
27 cpu)
[all …]
/external/pytorch/.github/scripts/
Dgql_mocks.json.gz ... xla hash.", 13 "headRefName": "update-xla-commit-hash/5573005593-54-1", ...
Drockset_mocks.json.gz
/external/tensorflow/
DRELEASE.md9 * <THIS SECTION SHOULD CONTAIN API, ABI AND BEHAVIORAL BREAKING CHANGES>
78 …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…
86 …_BASED, then it runs a new algorithm that can get the same performance with lower CPU/memory usage.
91 …mptionCheckpointHandler) to handle worker preemption/maintenance and cluster-wise consistent error…
95 …ge from 8 to 100 times depending on the size of k. When running on CPU and GPU, a non-optimized XL…
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).
164 * Build, Compilation and Packaging
[all …]