/aosp_15_r20/external/pytorch/.github/workflows/ |
H A D | generated-linux-s390x-binary-manywheel-nightly.yml | 5 name: linux-s390x-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: "docker.io/s390x/alpine" 25 AWS_DEFAULT_REGION: us-east-1 27 BUILD_ENVIRONMENT: linux-s390x-binary-manywheel 36 …group: linux-s390x-binary-manywheel-${{ github.event.pull_request.number || github.ref_name }}-${{… [all …]
|
H A D | _binary-build-linux.yml | 1 name: linux-binary-build 16 default: linux.12xlarge.ephemeral 18 description: Hardware to run this "build"job on, linux.12xlarge or linux.arm64.2xlarge. 19 timeout-minutes: 27 default: "308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine" 79 github-token: 85 runs-on: ${{ inputs.runs_on }} 86 timeout-minutes: ${{ inputs.timeout-minutes }} 106 AWS_DEFAULT_REGION: us-east-1 109 GITHUB_TOKEN: ${{ secrets.github-token }} [all …]
|
H A D | _binary-test-linux.yml | 1 name: linux-binary-test 17 default: "308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine" 65 …are to run this job on. Valid values are linux.4xlarge, linux.4xlarge.nvidia.gpu, linux.arm64.2xla… 67 github-token: 73 runs-on: ${{ inputs.runs_on }} 74 timeout-minutes: 240 93 AWS_DEFAULT_REGION: us-east-1 101 - name: Make the env permanent during this workflow (but not the secrets) 129 - name: "[FB EMPLOYEES] Enable SSH (Click me for login details)" 130 if: inputs.build_environment != 'linux-s390x-binary-manywheel' [all …]
|
/aosp_15_r20/external/llvm/test/CodeGen/SystemZ/ |
H A D | vec-abi-align.ll | 4 ; RUN: llc < %s -mtriple=s390x-linux-gnu | \ 5 ; RUN: FileCheck -check-prefix=CHECK-NOVECTOR %s 6 ; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=generic | \ 7 ; RUN: FileCheck -check-prefix=CHECK-NOVECTOR %s 8 ; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z10 | \ 9 ; RUN: FileCheck -check-prefix=CHECK-NOVECTOR %s 10 ; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z196 | \ 11 ; RUN: FileCheck -check-prefix=CHECK-NOVECTOR %s 12 ; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=zEC12 | \ 13 ; RUN: FileCheck -check-prefix=CHECK-NOVECTOR %s [all …]
|
/aosp_15_r20/external/bazelbuild-rules_python/python/ |
H A D | versions.bzl | 7 # http://www.apache.org/licenses/LICENSE-2.0 20 LINUX_NAME = "linux" 23 DEFAULT_RELEASE_BASE_URL = "https://github.com/indygreg/python-build-standalone/releases/download" 32 # "url": "20210506/cpython-{python_version}-{platform}-pgo+lto-20210506T0943.tar.zst", 34 # "x86_64-apple-darwin": "8d06bec08db8cdd0f64f4f05ee892cf2fcbc58cfb1dd69da2caab78fac42023… 35 # "x86_64-unknown-linux-gnu": "aec8c4c53373b90be7e2131093caa26063be6d9d826f599c935c0e1042… 38 # "x86_64-apple-darwin": "<label_for_darwin>"", 39 # "x86_64-unknown-linux-gnu": "<label_for_linux>"", 46 # buildifier: disable=unsorted-dict-items 49 "url": "20210506/cpython-{python_version}-{platform}-pgo+lto-20210506T0943.tar.zst", [all …]
|
/aosp_15_r20/external/clang/test/Preprocessor/ |
H A D | init.c | 1 // RUN: %clang_cc1 -E -dM -x assembler-with-cpp < /dev/null | FileCheck -match-full-lines -check-pr… 6 // RUN: %clang_cc1 -fblocks -E -dM < /dev/null | FileCheck -match-full-lines -check-prefix BLOCKS %s 12 // RUN: %clang_cc1 -x c++ -std=c++1z -E -dM < /dev/null | FileCheck -match-full-lines -check-prefix… 22 // RUN: %clang_cc1 -x c++ -std=c++1y -E -dM < /dev/null | FileCheck -match-full-lines -check-prefix… 32 // RUN: %clang_cc1 -x c++ -std=c++11 -E -dM < /dev/null | FileCheck -match-full-lines -check-prefix… 42 // RUN: %clang_cc1 -x c++ -std=c++98 -E -dM < /dev/null | FileCheck -match-full-lines -check-prefix… 51 // RUN: %clang_cc1 -fdeprecated-macro -E -dM < /dev/null | FileCheck -match-full-lines -check-prefi… 56 // RUN: %clang_cc1 -std=c99 -E -dM < /dev/null | FileCheck -match-full-lines -check-prefix C99 %s 60 // C99-NOT: __GXX_EXPERIMENTAL_CXX0X__ 61 // C99-NOT: __GXX_RTTI [all …]
|
/aosp_15_r20/external/strace/ |
H A D | Makefile.am | 3 # Copyright (c) 2002-2009 Roland McGrath <[email protected]> 4 # Copyright (c) 2006-2016 Dmitry V. Levin <[email protected]> 5 # Copyright (c) 2008-2015 Mike Frysinger <[email protected]> 7 # Copyright (c) 2002-2018 The strace developers. 33 TESTS_M32 = tests-m32 36 TESTS_MX32 = tests-mx32 41 man_MANS = strace.1 strace-log-merge.1 42 bin_SCRIPTS = strace-graph strace-log-merge 44 OS = linux 50 ACLOCAL_AMFLAGS = -I m4 [all …]
|
H A D | ChangeLog-CVS | 1 2009-07-08 Dmitry V. Levin <[email protected]> 3 Clean up spacing to fix warnings reported by git diff --check. 7 * strace-graph: Likewise. 10 * README-linux: Likewise. 11 * README-svr4: Likewise. 12 * linux/sparc/gen.pl: Likewise. 13 * linux/sparc/syscall1.h: Likewise. 14 * linux/sparc64/syscall1.h: Likewise. 15 * linux/x86_64/gentab.pl: Likewise. 24 2009-07-07 Dmitry V. Levin <[email protected]> [all …]
|
/aosp_15_r20/external/bazelbuild-rules_rust/rust/ |
H A D | known_shas.bzl | 3 This is a generated file -- see //util:fetch_shas 7 …"2018-10-30/cargo-beta-aarch64-unknown-linux-gnu.tar.gz": "9d91fb3ee868421fbf8f4ed62cb7ee843dc6a1e… 8 …"2018-10-30/cargo-beta-aarch64-unknown-linux-gnu.tar.xz": "344ff43655bb61a31eb7b13c4120b2676b95bda… 9 …"2018-10-30/cargo-beta-arm-unknown-linux-gnueabi.tar.gz": "0a606c94eb712e53cabb0a1d7c68412b39a76d7… 10 …"2018-10-30/cargo-beta-arm-unknown-linux-gnueabi.tar.xz": "d15292144b3fb332b6d7716e38fa888ca29cd9f… 11 …"2018-10-30/cargo-beta-arm-unknown-linux-gnueabihf.tar.gz": "b1179633aac6064c9e01942367d0b0d48d90e… 12 …"2018-10-30/cargo-beta-arm-unknown-linux-gnueabihf.tar.xz": "71d2f625afcc523b7a0341a165f488b6b44b5… 13 …"2018-10-30/cargo-beta-armv7-unknown-linux-gnueabihf.tar.gz": "6857ab5a0a4abc06331029325495c03d337… 14 …"2018-10-30/cargo-beta-armv7-unknown-linux-gnueabihf.tar.xz": "c9eabe7ae86ccc1079e2c9b69de6f39b9f3… 15 …"2018-10-30/cargo-beta-i686-pc-windows-gnu.tar.gz": "e0ed7c8ebf9a642879b7b548670b85836fab5127f6466… [all …]
|
/aosp_15_r20/external/clang/test/Driver/ |
H A D | systemz-features.cpp | 2 // RUN: %clang -target s390x-unknown-linux-gnu %s -### -o %t.o 2>&1 | FileCheck -check-prefix=CHECK… 3 // CHECK-DEFAULT-NOT: "-target-feature" "+transactional-execution" 4 // CHECK-DEFAULT-NOT: "-target-feature" "-transactional-execution" 5 // CHECK-DEFAULT-NOT: "-target-feature" "+vector" 6 // CHECK-DEFAULT-NOT: "-target-feature" "-vector" 8 // RUN: %clang -target s390x-unknown-linux-gnu %s -mhtm -### -o %t.o 2>&1 | FileCheck -check-prefix… 9 // RUN: %clang -target s390x-unknown-linux-gnu %s -mno-htm -mhtm -### -o %t.o 2>&1 | FileCheck -che… 10 // CHECK-HTM: "-target-feature" "+transactional-execution" 11 // CHECK-HTM-NOT: "-target-feature" "-transactional-execution" 13 // RUN: %clang -target s390x-unknown-linux-gnu %s -mno-htm -### -o %t.o 2>&1 | FileCheck -check-pre… [all …]
|
/aosp_15_r20/external/pytorch/.github/scripts/ |
H A D | generate_binary_build_matrix.py | 28 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 …]
|
/aosp_15_r20/external/pytorch/.github/templates/ |
H A D | linux_binary_build_workflow.yml.j2 | 4 {%- block name -%} 8 {%- endblock %} 13 {%- if branches == "nightly" %} 15 {%- endif %} 17 - !{{ branches }} 18 {%- if branches == "nightly" %} 21 # Release candidate tags look like: v1.11.0-rc1 22 - v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+ 23 {%- endif %} 24 {%- for label in ciflow_config.labels | sort %} [all …]
|
/aosp_15_r20/external/bazelbuild-rules_rust/bindgen/3rdparty/crates/ |
H A D | BUILD.libc-0.2.146.bazel | 3 # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To 33 "@rules_rust//rust/platform:aarch64-apple-darwin": [ 34 "default", # aarch64-apple-darwin 35 "extra_traits", # aarch64-apple-darwin 36 "std", # aarch64-apple-darwin 38 "@rules_rust//rust/platform:aarch64-apple-ios": [ 39 "default", # aarch64-apple-ios 40 "extra_traits", # aarch64-apple-ios 41 "std", # aarch64-apple-ios 43 "@rules_rust//rust/platform:aarch64-apple-ios-sim": [ [all …]
|
/aosp_15_r20/external/bazelbuild-rules_rust/wasm_bindgen/3rdparty/crates/ |
H A D | BUILD.libc-0.2.150.bazel | 3 # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To 33 "@rules_rust//rust/platform:aarch64-apple-darwin": [ 34 "default", # aarch64-apple-darwin 35 "extra_traits", # aarch64-apple-darwin 36 "std", # aarch64-apple-darwin 38 "@rules_rust//rust/platform:aarch64-apple-ios": [ 39 "default", # aarch64-apple-ios 40 "extra_traits", # aarch64-apple-ios 41 "std", # aarch64-apple-ios 43 "@rules_rust//rust/platform:aarch64-apple-ios-sim": [ [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/nix/src/sys/ |
D | statfs.rs | 1 //! Get filesystem statistics, non-portably 14 #[cfg(target_os = "linux")] 29 (fd: libc::c_int, buf: *mut type_of_statfs) -> libc::c_int 32 (path: *const libc::c_char, buf: *mut type_of_statfs) -> libc::c_int 37 (fd: libc::c_int, buf: *mut type_of_statfs) -> libc::c_int 40 (path: *const libc::c_char, buf: *mut type_of_statfs) -> libc::c_int 54 #[cfg(all(target_os = "linux", target_arch = "s390x", not(target_env = "musl")))] 56 #[cfg(all(target_os = "linux", target_env = "musl"))] 58 #[cfg(all(target_os = "linux", target_env = "ohos"))] 60 #[cfg(all(target_os = "linux", target_env = "uclibc"))] [all …]
|
/aosp_15_r20/external/llvm/test/ExecutionEngine/RuntimeDyld/SystemZ/ |
H A D | cfi-relo-pc64.s | 2 // RUN: llvm-mc -triple s390x-linux-gnu -filetype=obj %s -o - | llvm-readobj -s -sr -sd | FileCheck… 5 // RUN: llvm-mc -triple s390x-linux-gnu -filetype=obj %s -o %T/test-s390x-cfi-relo-pc64.o 6 // RUN: llc -mtriple=s390x-linux-gnu -filetype=obj %S/Inputs/rtdyld-globals.ll -o %T/test-s390x-rtd… 7 // RUN: llvm-rtdyld -triple=s390x-linux-gnu -verify %T/test-s390x-cfi-relo-pc64.o %T/test-s390x-rtd… 18 // CHECK-NEXT: Type: SHT_RELA 19 // CHECK-NEXT: Flags [ 20 // CHECK-NEXT: ] 21 // CHECK-NEXT: Address: 0x0 22 // CHECK-NEXT: Offset: 23 // CHECK-NEXT: Size: 48 [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/platform/ |
D | supported.go | 2 // Use of this source code is governed by a BSD-style 5 //go:generate go test . -run=^TestGenerated$ -fix 20 // Race detector only supports 48-bit VMA on arm64. But it will always 25 case "linux": 26 return goarch == "amd64" || goarch == "ppc64le" || goarch == "arm64" || goarch == "s390x" 40 case "linux": 53 case "linux": 61 // ('go test -fuzz=.'). 64 case "darwin", "freebsd", "linux", "windows": 98 // Big Endian PPC64 cgo internal linking is not implemented for aix or linux. [all …]
|
/aosp_15_r20/external/pytorch/.github/scripts/s390x-ci/self-hosted-builder/ |
H A D | actions-runner.Dockerfile | 1 # Self-Hosted IBM Z Github Actions Runner. 4 FROM docker.io/amd64/ubuntu:23.10 as ld-prefix 6 RUN apt-get update && apt-get -y install ca-certificates libicu72 libssl3 9 FROM docker.io/s390x/ubuntu:23.10 13 RUN apt-get update && apt-get -y install \ 20 libxml2-dev \ 21 libxslt-dev \ 22 ninja-build \ 23 python-is-python3 \ 25 python3-dev \ [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/stdarch/ci/docker/s390x-unknown-linux-gnu/ |
H A D | Dockerfile | 3 RUN apt-get update && apt-get install -y --no-install-recommends \ 4 curl ca-certificates \ 5 gcc libc6-dev \ 6 gcc-s390x-linux-gnu libc6-dev-s390x-cross \ 7 qemu-user \ 11 ENV CARGO_TARGET_S390X_UNKNOWN_LINUX_GNU_LINKER=s390x-linux-gnu-gcc \ 12 CARGO_TARGET_S390X_UNKNOWN_LINUX_GNU_RUNNER="qemu-s390x -L /usr/s390x-linux-gnu" \ 13 OBJDUMP=s390x-linux-gnu-objdump
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/stdarch/ci/docker/s390x-unknown-linux-gnu/ |
H A D | Dockerfile | 3 RUN apt-get update && apt-get install -y --no-install-recommends \ 4 curl ca-certificates \ 5 gcc libc6-dev \ 6 gcc-s390x-linux-gnu libc6-dev-s390x-cross \ 7 qemu-user \ 11 ENV CARGO_TARGET_S390X_UNKNOWN_LINUX_GNU_LINKER=s390x-linux-gnu-gcc \ 12 CARGO_TARGET_S390X_UNKNOWN_LINUX_GNU_RUNNER="qemu-s390x -L /usr/s390x-linux-gnu" \ 13 OBJDUMP=s390x-linux-gnu-objdump
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/stdarch/ci/docker/s390x-unknown-linux-gnu/ |
H A D | Dockerfile | 3 RUN apt-get update && apt-get install -y --no-install-recommends \ 4 curl ca-certificates \ 5 gcc libc6-dev \ 6 gcc-s390x-linux-gnu libc6-dev-s390x-cross \ 7 qemu-user \ 11 ENV CARGO_TARGET_S390X_UNKNOWN_LINUX_GNU_LINKER=s390x-linux-gnu-gcc \ 12 CARGO_TARGET_S390X_UNKNOWN_LINUX_GNU_RUNNER="qemu-s390x -L /usr/s390x-linux-gnu" \ 13 OBJDUMP=s390x-linux-gnu-objdump
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/stdarch/ci/docker/s390x-unknown-linux-gnu/ |
H A D | Dockerfile | 3 RUN apt-get update && apt-get install -y --no-install-recommends \ 4 curl ca-certificates \ 5 gcc libc6-dev \ 6 gcc-s390x-linux-gnu libc6-dev-s390x-cross \ 7 qemu-user \ 11 ENV CARGO_TARGET_S390X_UNKNOWN_LINUX_GNU_LINKER=s390x-linux-gnu-gcc \ 12 CARGO_TARGET_S390X_UNKNOWN_LINUX_GNU_RUNNER="qemu-s390x -L /usr/s390x-linux-gnu" \ 13 OBJDUMP=s390x-linux-gnu-objdump
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/stdarch/ci/docker/s390x-unknown-linux-gnu/ |
H A D | Dockerfile | 3 RUN apt-get update && apt-get install -y --no-install-recommends \ 4 curl ca-certificates \ 5 gcc libc6-dev \ 6 gcc-s390x-linux-gnu libc6-dev-s390x-cross \ 7 qemu-user \ 11 ENV CARGO_TARGET_S390X_UNKNOWN_LINUX_GNU_LINKER=s390x-linux-gnu-gcc \ 12 CARGO_TARGET_S390X_UNKNOWN_LINUX_GNU_RUNNER="qemu-s390x -L /usr/s390x-linux-gnu" \ 13 OBJDUMP=s390x-linux-gnu-objdump
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/backtrace/ci/docker/s390x-unknown-linux-gnu/ |
H A D | Dockerfile | 3 RUN apt-get update && apt-get install -y --no-install-recommends \ 5 ca-certificates \ 6 libc6-dev \ 7 gcc-s390x-linux-gnu \ 8 libc6-dev-s390x-cross \ 9 qemu-user \ 10 # There seems to be a bug in processing mixed-architecture 15 ENV CARGO_TARGET_S390X_UNKNOWN_LINUX_GNU_LINKER=s390x-linux-gnu-gcc \ 16 CARGO_TARGET_S390X_UNKNOWN_LINUX_GNU_RUNNER="qemu-s390x -L /usr/s390x-linux-gnu" \ 17 CC=s390x-linux-gnu-gcc
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/backtrace/ci/docker/s390x-unknown-linux-gnu/ |
H A D | Dockerfile | 3 RUN apt-get update && apt-get install -y --no-install-recommends \ 5 ca-certificates \ 6 libc6-dev \ 7 gcc-s390x-linux-gnu \ 8 libc6-dev-s390x-cross \ 9 qemu-user \ 10 # There seems to be a bug in processing mixed-architecture 15 ENV CARGO_TARGET_S390X_UNKNOWN_LINUX_GNU_LINKER=s390x-linux-gnu-gcc \ 16 CARGO_TARGET_S390X_UNKNOWN_LINUX_GNU_RUNNER="qemu-s390x -L /usr/s390x-linux-gnu" \ 17 CC=s390x-linux-gnu-gcc
|