Searched +full:- +full:euo (Results 1 – 25 of 176) sorted by relevance
12345678
7 # http://www.apache.org/licenses/LICENSE-2.034 # --- begin runfiles.bash initialization ---35 if [[ -f "${RUNFILES_DIR:-/dev/null}/bazel_tools/tools/bash/runfiles/runfiles.bash" ]]; then41 # --- end runfiles.bash initialization ---49 ANSI_ESCAPE = re.compile(r"(\x9B|\x1B\[)[0-?]*[ -\/]*[@-~]")53 """Remove ANSI-style escape sequences from the input."""152 xmlfile = os.path.join(self.work_dir, "dummy-testlog.xml")170 completed.stdout.decode("utf-8"), xmlfile)194 [[ $ts =~ ^[0-9]{13}$ ]] || fail "timestamp wan't valid: $ts"227 set -euo pipefail[all …]
5 name: windows-binary-conda11 - nightly14 # Release candidate tags look like: v1.11.0-rc115 - v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+16 - 'ciflow/binaries/*'17 - 'ciflow/binaries_conda/*'22 ALPINE_IMAGE: "308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine"24 AWS_DEFAULT_REGION: us-east-125 BUILD_ENVIRONMENT: windows-binary-conda31 …group: windows-binary-conda-${{ github.event.pull_request.number || github.ref_name }}-${{ github.…[all …]
5 name: windows-binary-wheel11 - nightly14 # Release candidate tags look like: v1.11.0-rc115 - v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+16 - 'ciflow/binaries/*'17 - 'ciflow/binaries_wheel/*'22 ALPINE_IMAGE: "308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine"24 AWS_DEFAULT_REGION: us-east-125 BUILD_ENVIRONMENT: windows-binary-wheel31 …group: windows-binary-wheel-${{ github.event.pull_request.number || github.ref_name }}-${{ github.…[all …]
5 name: windows-binary-libtorch-debug11 - nightly14 # Release candidate tags look like: v1.11.0-rc115 - v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+16 - 'ciflow/binaries/*'17 - 'ciflow/binaries_libtorch/*'22 ALPINE_IMAGE: "308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine"24 AWS_DEFAULT_REGION: us-east-125 BUILD_ENVIRONMENT: windows-binary-libtorch-debug31 …up: windows-binary-libtorch-debug-${{ github.event.pull_request.number || github.ref_name }}-${{ g…[all …]
5 name: windows-binary-libtorch-release11 - nightly14 # Release candidate tags look like: v1.11.0-rc115 - v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+16 - 'ciflow/binaries/*'17 - 'ciflow/binaries_libtorch/*'22 ALPINE_IMAGE: "308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine"24 AWS_DEFAULT_REGION: us-east-125 BUILD_ENVIRONMENT: windows-binary-libtorch-release31 …p: windows-binary-libtorch-release-${{ github.event.pull_request.number || github.ref_name }}-${{ …[all …]
4 # having to touch the oss-fuzz repo.6 set -euo pipefail
4 # Use of this source code is governed by a BSD-style license that can be7 set -euo pipefail
2 set -euo pipefail5 cmake . -DATEN_INCLUDE:PATH=$(python -c "import torch; from torch.utils import cpp_extension; print…
3 set -euo pipefail5 modified_lines=$(git status --short -uno | wc -l)
3 set -euo pipefail6 echo Script requires one argument - the clang version to be installed12 "ubuntu-22.04") distro_name=jammy;;13 "ubuntu-20.04") distro_name=focal;;25 …sources="deb [trusted=yes] http://apt.llvm.org/$distro_name/ llvm-toolchain-$distro_name-$llvm_ver…27 echo "clang-$llvm_version missed in the image, installing from llvm"28 echo "$sources" | sudo tee -a /etc/apt/sources.list29 sudo apt-get update30 sudo apt-get install -y --no-install-recommends clang-$llvm_version
3 set -euo pipefail5 if [[ $# -ne 2 ]]; then6 echo >&2 "Usage: $0 /path/to/binary file-output"
3 set -euo pipefail5 if [[ $# -ne 2 ]]; then6 echo >&2 "Usage: $0 /path/to/binary file-output"13 out="$(file -L "${binary}")"
3 set -euo pipefail7 CHANNEL=${CHANNEL:-pytorch-nightly}8 PACKAGES=${PACKAGES:-pytorch}
1 set -euo pipefail8 [[ ! -d ${src_repo} ]] && git clone ${src_host}/${src_repo}.git14 scons -j8 Werror=0 debug=0 neon=1 opencl=0 embed_kernels=0 \
3 set -euo pipefail5 # Skip the first argument which is expected to be `--`
3 set -euo pipefail
3 # Use of this source code is governed by a BSD-style license that can be6 # Regenerate virtio-gpu udmabuf bindgen bindings.8 set -euo pipefail11 source tools/impl/bindgen-common.sh14 --allowlist-type='udmabuf_.*' \15 --allowlist-var="UDMABUF_.*" \
3 set -euo pipefail6 find tools -type f -name "*.py" | xargs pycodestyle -r --show-source --ignore=E123,E125,E126,E127,E…9 NO_PROPER_SHEBANG="$(find tools examples -type f -executable -name '*.py' | xargs grep -L '#!/usr/b…10 if [ -n "$NO_PROPER_SHEBANG" ]; then
3 # Use of this source code is governed by a BSD-style license that can be8 set -euo pipefail11 source tools/impl/bindgen-common.sh14 --allowlist-type='io_uring_.*' \15 --allowlist-var='IO_URING_.*' \16 --allowlist-var='IORING_.*' \
3 set -euo pipefail10 PATTERN="$(echo -n "${CURRENT_TOOLCHAIN_FILES_TEST_PATTERN}" | sed "s/'//g")"16 "${TARGET}" --version17 "${TARGET}" --version | grep "${PATTERN}"
3 # Use of this source code is governed by a BSD-style license that can be8 set -euo pipefail12 source tools/impl/bindgen-common.sh16 --blocklist-item='__kernel.*' \17 --blocklist-item='__BITS_PER_LONG' \18 --blocklist-item='__FD_SETSIZE' \19 --blocklist-item='_?IOC.*' \21 -- \22 -isystem "${BINDGEN_LINUX_ARM64_HEADERS}/include" \
3 # Use of this source code is governed by a BSD-style license that can be8 set -euo pipefail11 source tools/impl/bindgen-common.sh19 --blocklist-item='__kernel.*' \20 --blocklist-item='__BITS_PER_LONG' \21 --blocklist-item='__FD_SETSIZE' \22 --blocklist-item='_?IOC.*' \24 -- \25 -isystem "${BINDGEN_LINUX_ARM64_HEADERS}/include" \
3 set -euo pipefail5 if [[ -n "${BUILD_WORKSPACE_DIRECTORY:-}" ]]; then17 && cp bazel-bin/*.md . \20 if [[ -z "${SKIP_COMMIT:-}" ]]; then21 git add *.md && git commit -m "Regenerate documentation"
9 # http://www.apache.org/licenses/LICENSE-2.017 set -euo pipefail19 rules_go_dir=$(mktemp --directory --tmpdir rules_go.XXXXXX)21 rm -rf "$rules_go_dir"25 git clone --depth=1 --single-branch --no-tags \28 bazel run //go/tools/bazel_benchmark -- -rules_go_dir "$rules_go_dir" "$@"