Home
last modified time | relevance | path

Searched +full:manylinux +full:- +full:builder (Results 1 – 15 of 15) sorted by relevance

/external/pytorch/.github/workflows/
Dgenerated-linux-binary-manywheel-nightly.yml5 name: linux-binary-manywheel
12 - nightly
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
28 BUILDER_ROOT: /builder
[all …]
Dgenerated-linux-binary-libtorch-pre-cxx11-nightly.yml5 name: linux-binary-libtorch-pre-cxx11
12 - nightly
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-pre-cxx11
28 BUILDER_ROOT: /builder
[all …]
Dgenerated-linux-binary-manywheel-split-nightly5 name: linux-binary-manywheel-split
12 - nightly
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-split
28 BUILDER_ROOT: /builder
[all …]
Dgenerated-linux-binary-manywheel-main.yml5 name: linux-binary-manywheel
11 - main
13 - 'ciflow/trunk/*'
18 ALPINE_IMAGE: "308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine"
20 AWS_DEFAULT_REGION: us-east-1
22 BUILD_ENVIRONMENT: linux-binary-manywheel
23 BUILDER_ROOT: /builder
31 …group: linux-binary-manywheel-${{ github.event.pull_request.number || github.ref_name }}-${{ githu…
32 cancel-in-progress: true
35 manywheel-py3_8-cuda11_8-build:
[all …]
Dgenerated-linux-binary-manywheel-split-main5 name: linux-binary-manywheel-split
11 - main
13 - 'ciflow/periodic/*'
18 ALPINE_IMAGE: "308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine"
20 AWS_DEFAULT_REGION: us-east-1
22 BUILD_ENVIRONMENT: linux-binary-manywheel-split
23 BUILDER_ROOT: /builder
31 …oup: linux-binary-manywheel-split-${{ github.event.pull_request.number || github.ref_name }}-${{ g…
32 cancel-in-progress: true
35 get-label-type:
[all …]
Dbuild-manywheel-images.yml7 - main
8 - release/*
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
20 - '.ci/docker/manywheel/*'
21 - '.ci/docker/manywheel/build_scripts/*'
[all …]
Dgenerated-linux-binary-libtorch-pre-cxx11-main.yml5 name: linux-binary-libtorch-pre-cxx11
11 - main
13 - 'ciflow/trunk/*'
18 ALPINE_IMAGE: "308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine"
20 AWS_DEFAULT_REGION: us-east-1
22 BUILD_ENVIRONMENT: linux-binary-libtorch-pre-cxx11
23 BUILDER_ROOT: /builder
31 …up: linux-binary-libtorch-pre-cxx11-${{ github.event.pull_request.number || github.ref_name }}-${{…
32 cancel-in-progress: true
35 libtorch-cpu-shared-with-deps-pre-cxx11-build:
[all …]
Dgenerated-macos-arm64-binary-wheel-nightly.yml5 name: macos-arm64-binary-wheel
12 - nightly
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
26 BUILD_ENVIRONMENT: macos-arm64-binary-wheel
31 …group: macos-arm64-binary-wheel-${{ github.event.pull_request.number || github.ref_name }}-${{ git…
[all …]
/external/pytorch/.github/scripts/
Dgenerate_binary_build_matrix.py28 CPU_CXX11_ABI_ARCH = ["cpu-cxx11-abi"]
31 CPU_AARCH64_ARCH = ["cpu-aarch64"]
34 CPU_S390X_ARCH = ["cpu-s390x"]
37 CUDA_AARCH64_ARCH = ["cuda-aarch64"]
42 …"nvidia-cuda-nvrtc-cu11==11.8.89; platform_system == 'Linux' and platform_machine == 'x86_64' | " …
43 …"nvidia-cuda-runtime-cu11==11.8.89; platform_system == 'Linux' and platform_machine == 'x86_64' | "
44 … "nvidia-cuda-cupti-cu11==11.8.87; platform_system == 'Linux' and platform_machine == 'x86_64' | "
45 … "nvidia-cudnn-cu11==9.1.0.70; platform_system == 'Linux' and platform_machine == 'x86_64' | "
46 … "nvidia-cublas-cu11==11.11.3.6; platform_system == 'Linux' and platform_machine == 'x86_64' | "
47 … "nvidia-cufft-cu11==10.9.0.58; platform_system == 'Linux' and platform_machine == 'x86_64' | "
[all …]
/external/aws-crt-java/
Ddockcross-build.sh4 # ./dockcross-build.sh build -p aws-crt-java --target=linux-armv6
5 # ./dockcross-build.sh build -p aws-crt-java --target=linux-armv7
6 # ./dockcross-build.sh build -p aws-crt-java --target=linux-aarch64
8 set -ex
13 if [[ "${args[0]}" == "--version="* ]]; then
15 version=$(echo $version | cut -f2 -d=)
19 if [ $(echo $version | grep -E '^v[0-9\.]+$') ]; then
25 # download the version of builder requested
26 builder=/tmp/builder.pyz
27 curl -sSL -o $builder --retry 3 https://d19elf31gohf1l.cloudfront.net/${version}/builder.pyz?date=`…
[all …]
/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/distrib/python/grpcio_tools/
Dsetup.py7 # http://www.apache.org/licenses/LICENSE-2.0
56 'Development Status :: 5 - Production/Stable',
76 # At least on linux, this is normally not needed as we can build manylinux-compatible wheels on lin…
79 # it's difficult to ensure that the crosscompilation toolchain has a high-enough version
80 # of GCC (we require >=5.1) but still uses old-enough libstdc++ symbols.
91 cpp_test = subprocess.Popen([cxx, '-x', 'c++', '-std=c++14', '-'],
98 # Double-check to see if -latomic actually can solve the problem.
101 [cxx, '-x', 'c++', '-std=c++14', '-', '-latomic'],
115 # E.g. on x64 linux the suffix is ".cpython-XYZ-x86_64-linux-gnu.so"
117 … # so that the resulting file name matches the target architecture and we end up with a well-formed
[all …]
/external/rust/android-crates-io/crates/grpcio-sys/grpc/
Dsetup.py7 # http://www.apache.org/licenses/LICENSE-2.0
46 # Redirect the manifest template from MANIFEST.in to PYTHON-MANIFEST.in.
47 egg_info.manifest_maker.template = 'PYTHON-MANIFEST.in'
55 ABSL_INCLUDE = (os.path.join('third_party', 'abseil-cpp'),)
72 SSL_INCLUDE = (os.path.join('third_party', 'boringssl-with-bazel', 'src',
76 'upb-generated'),)
78 'upbdefs-generated'),)
88 # Break import-style to ensure we can actually find our in-repo dependencies.
102 'Development Status :: 5 - Production/Stable',
126 # Example value: "linux-aarch64"
[all …]
/external/cronet/tot/third_party/protobuf/
DCHANGES.txt1 2022-12-07 version 21.11 (C++/Java/Python/PHP/Objective-C/C#/Ruby)
4 * Fix round-trip bug (#10158)
6 2022-11-29 version 21.10 (C++/Java/Python/PHP/Objective-C/C#/Ruby)
9 * Use bit-field int values in buildPartial to skip work on unset groups of fields. (#10960)
10 * Mark nested builder as clean after clear is called (#10984)
12 …* Fix UPB_LIKELY() for 32-bit Windows builds; update protobuf_deps to point to the current upb 21.…
16 2022-10-26 version 21.9 (C++/Java/Python/PHP/Objective-C/C#/Ruby)
27 2022-10-18 version 21.8 (C++/Java/Python/PHP/Objective-C/C#/Ruby)
30 * Fix for grpc.tools #17995 & protobuf #7474 (handle UTF-8 paths in argumentfile) (#10721)
42 2022-09-29 version 21.7 (C++/Java/Python/PHP/Objective-C/C#/Ruby)
[all …]
/external/cronet/stable/third_party/protobuf/
DCHANGES.txt1 2022-12-07 version 21.11 (C++/Java/Python/PHP/Objective-C/C#/Ruby)
4 * Fix round-trip bug (#10158)
6 2022-11-29 version 21.10 (C++/Java/Python/PHP/Objective-C/C#/Ruby)
9 * Use bit-field int values in buildPartial to skip work on unset groups of fields. (#10960)
10 * Mark nested builder as clean after clear is called (#10984)
12 …* Fix UPB_LIKELY() for 32-bit Windows builds; update protobuf_deps to point to the current upb 21.…
16 2022-10-26 version 21.9 (C++/Java/Python/PHP/Objective-C/C#/Ruby)
27 2022-10-18 version 21.8 (C++/Java/Python/PHP/Objective-C/C#/Ruby)
30 * Fix for grpc.tools #17995 & protobuf #7474 (handle UTF-8 paths in argumentfile) (#10721)
42 2022-09-29 version 21.7 (C++/Java/Python/PHP/Objective-C/C#/Ruby)
[all …]
/external/protobuf/
DCHANGES.txt1 2022-12-07 version 21.11 (C++/Java/Python/PHP/Objective-C/C#/Ruby)
4 * Fix round-trip bug (#10158)
6 2022-11-29 version 21.10 (C++/Java/Python/PHP/Objective-C/C#/Ruby)
9 * Use bit-field int values in buildPartial to skip work on unset groups of fields. (#10960)
10 * Mark nested builder as clean after clear is called (#10984)
12 …* Fix UPB_LIKELY() for 32-bit Windows builds; update protobuf_deps to point to the current upb 21.…
16 2022-10-26 version 21.9 (C++/Java/Python/PHP/Objective-C/C#/Ruby)
27 2022-10-18 version 21.8 (C++/Java/Python/PHP/Objective-C/C#/Ruby)
30 * Fix for grpc.tools #17995 & protobuf #7474 (handle UTF-8 paths in argumentfile) (#10721)
42 2022-09-29 version 21.7 (C++/Java/Python/PHP/Objective-C/C#/Ruby)
[all …]