Searched +full:4 +full:- +full:cudnn9 +full:- +full:py3 (Results 1 – 14 of 14) sorted by relevance
1 name: docker-builds7 - .ci/docker/**8 - .github/workflows/docker-builds.yml9 - .lintrunner.toml12 - main13 - release/*14 - landchecks/*16 - .ci/docker/**17 - .github/workflows/docker-builds.yml18 - .lintrunner.toml[all …]
5 branches-ignore:6 - nightly9 - main10 - release/*11 - landchecks/*14 - cron: 29 8 * * * # about 1:29am PDT17 …p: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}-${{ github.event_n…18 cancel-in-progress: true20 permissions: read-all23 llm-td:[all …]
6 - main7 - release/*8 - landchecks/*10 - ciflow/trunk/*13 - cron: 29 8 * * * # about 1:29am PDT16 …-${{ github.event.pull_request.number || github.ref_name }}-${{ github.ref_type == 'branch' && git…17 cancel-in-progress: true19 permissions: read-all22 llm-td:23 name: before-test[all …]
1 name: inductor-cu1246 - ciflow/inductor-cu124/*9 # Run every 4 hours during the week and every 12 hours on the weekend10 - cron: 45 0,4,8,12,16,20 * * 1-511 - cron: 45 4,12 * * 0,612 - cron: 29 8 * * * # about 1:29am PDT, for mem leak check and rerun disabled tests15 …${{ github.workflow }}-${{ github.event.pull_request.number || github.ref_name }}-${{ github.ref_t…16 cancel-in-progress: true18 permissions: read-all21 linux-focal-cuda12_4-py3_10-gcc9-inductor-build:[all …]
7 - cron: 45 0,8,16 * * 1-58 - cron: 45 4 * * 0,69 - cron: 45 4,12,20 * * 1-510 - cron: 45 12 * * 0,611 - cron: 29 8 * * * # about 1:29am PDT, for mem leak check and rerun disabled tests14 - ciflow/periodic/*16 - release/*20 …-${{ github.event.pull_request.number || github.ref_name }}-${{ github.ref_type == 'branch' && git…21 cancel-in-progress: true23 permissions: read-all[all …]
1 name: inductor-periodic6 - ciflow/inductor/*9 # Run every 4 hours during the week and every 12 hours on the weekend10 - cron: 45 0,4,8,12,16,20 * * 1-511 - cron: 45 4,12 * * 0,614 …${{ github.workflow }}-${{ github.event.pull_request.number || github.ref_name }}-${{ github.ref_t…15 cancel-in-progress: true18 permissions: read-all21 linux-focal-cuda12_1-py3_10-gcc9-periodic-dynamo-benchmarks-build:22 name: cuda12.1-py3.10-gcc9-sm86-periodic-dynamo-benchmarks[all …]
3 # https://github.com/pytorch/test-infra/blob/generated-stats/stats/slow-tests.json8 - cron: 45 0,4,8,12,16,20 * * *9 - cron: 29 8 * * * # about 1:29am PDT, for mem leak check and rerun disabled tests12 - ciflow/slow/*14 - release/*18 …-${{ github.event.pull_request.number || github.ref_name }}-${{ github.ref_type == 'branch' && git…19 cancel-in-progress: true21 permissions: read-all24 llm-td:25 name: before-test[all …]
6 - main7 - release/*9 - ciflow/inductor/*11 - cron: 29 8 * * * # about 1:29am PDT, for mem leak check and rerun disabled tests15 …${{ github.workflow }}-${{ github.event.pull_request.number || github.ref_name }}-${{ github.ref_t…16 cancel-in-progress: true18 permissions: read-all21 get-label-type:22 name: get-label-type23 uses: ./.github/workflows/_runner-determinator.yml[all …]
1 name: inductor-perf-nightly-A10g5 # - cron: 0 7 * * 1-66 # - cron: 0 7 * * 07 # Do not perform weekly max-autotune run for now.8 - cron: 0 7 * * *65 …-${{ github.event.pull_request.number || github.ref_name }}-${{ github.ref_type == 'branch' && git…66 cancel-in-progress: true68 permissions: read-all71 linux-focal-cuda12_1-py3_10-gcc9-inductor-build:72 name: cuda12.1-py3.10-gcc9-sm80[all …]
1 name: inductor-A100-perf-nightly5 - cron: 0 7 * * 1-66 - cron: 0 7 * * 063 …-${{ github.event.pull_request.number || github.ref_name }}-${{ github.ref_type == 'branch' && git…64 cancel-in-progress: true66 permissions: read-all69 linux-focal-cuda12_1-py3_10-gcc9-inductor-build:70 name: cuda12.1-py3.10-gcc9-sm8071 uses: ./.github/workflows/_linux-build.yml73 build-environment: linux-focal-cuda12.1-py3.10-gcc9-sm80[all …]
5 branches-ignore:6 - nightly9 - main10 - release/*11 - landchecks/*14 permissions: read-all18 lintrunner-clang:19 uses: pytorch/test-infra/.github/workflows/linux_job.yml@release/2.423 docker-image: pytorch-linux-jammy-cuda11.8-cudnn9-py3.9-linter24 … # NB: A shallow checkout won't work here because calculate-docker-image requires a full checkout[all …]
6 - cron: '0 0 * * *'9 id-token: write14 runs-on: linux.g5.4xlarge.nvidia.gpu # 1 GPU A10G 24GB each15 environment: target-determinator-env17 - name: Clone PyTorch22 - name: Setup Linux23 uses: ./pytorch/.github/actions/setup-linux25 - name: Calculate docker image26 id: calculate-docker-image27 uses: pytorch/test-infra/.github/actions/calculate-docker-image@release/2.4[all …]
3 set -ex8 if [ -z "${image}" ]; then14 eval export $2=$(echo "${image}" | perl -n -e"/$1(\d+(\.\d+)?(\.\d+)?)/ && print \$1")22 # parts $image into array, splitting on '-'24 IFS="-"25 declare -a parts=($image)30 name=$(echo "${part}" | perl -n -e"/([a-zA-Z]+)\d+(\.\d+)?(\.\d+)?/ && print \$1")36 # skip non-conforming fields such as "pytorch", "linux" or "bionic" without version string37 if [ -n "${name}" ]; then43 # Use the same pre-built XLA test image from PyTorch/XLA[all …]
... xla hash.", 13 "headRefName": "update-xla-commit-hash/5573005593-54-1", ...