mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 00:20:18 +01:00
Opt-out LF runners from of inductor jobs (#153151)
Opt-out of inductor jobs for the lf experiment configuration. Pull Request resolved: https://github.com/pytorch/pytorch/pull/153151 Approved by: https://github.com/seemethere
This commit is contained in:
parent
89aa6eb19b
commit
de5c5f4fb7
|
|
@ -25,6 +25,7 @@ jobs:
|
|||
issue_owner: ${{ github.event.pull_request.user.login || github.event.issue.user.login }}
|
||||
curr_branch: ${{ github.head_ref || github.ref_name }}
|
||||
curr_ref_type: ${{ github.ref_type }}
|
||||
opt_out_experiments: lf
|
||||
|
||||
linux-focal-cuda12_6-py3_10-gcc9-inductor-micro-benchmark-build:
|
||||
name: cuda12.6-py3.10-gcc9-sm80
|
||||
|
|
|
|||
1
.github/workflows/inductor-nightly.yml
vendored
1
.github/workflows/inductor-nightly.yml
vendored
|
|
@ -28,6 +28,7 @@ jobs:
|
|||
issue_owner: ${{ github.event.pull_request.user.login || github.event.issue.user.login }}
|
||||
curr_branch: ${{ github.head_ref || github.ref_name }}
|
||||
curr_ref_type: ${{ github.ref_type }}
|
||||
opt_out_experiments: lf
|
||||
|
||||
linux-jammy-cpu-py3_9-gcc11-nightly-dynamo-benchmarks-build:
|
||||
name: linux-jammy-cpu-py3.9-gcc11-nightly-dynamo-benchmarks
|
||||
|
|
|
|||
1
.github/workflows/inductor-perf-compare.yml
vendored
1
.github/workflows/inductor-perf-compare.yml
vendored
|
|
@ -22,6 +22,7 @@ jobs:
|
|||
issue_owner: ${{ github.event.pull_request.user.login || github.event.issue.user.login }}
|
||||
curr_branch: ${{ github.head_ref || github.ref_name }}
|
||||
curr_ref_type: ${{ github.ref_type }}
|
||||
opt_out_experiments: lf
|
||||
|
||||
linux-focal-cuda12_6-py3_10-gcc9-inductor-build:
|
||||
name: cuda12.6-py3.10-gcc9-sm80
|
||||
|
|
|
|||
|
|
@ -60,6 +60,7 @@ jobs:
|
|||
issue_owner: ${{ github.event.pull_request.user.login || github.event.issue.user.login }}
|
||||
curr_branch: ${{ github.head_ref || github.ref_name }}
|
||||
curr_ref_type: ${{ github.ref_type }}
|
||||
opt_out_experiments: lf
|
||||
|
||||
linux-jammy-aarch64-py3_10-inductor-build:
|
||||
name: linux-jammy-aarch64-py3.10-inductor
|
||||
|
|
|
|||
|
|
@ -75,6 +75,7 @@ jobs:
|
|||
issue_owner: ${{ github.event.pull_request.user.login || github.event.issue.user.login }}
|
||||
curr_branch: ${{ github.head_ref || github.ref_name }}
|
||||
curr_ref_type: ${{ github.ref_type }}
|
||||
opt_out_experiments: lf
|
||||
|
||||
# NB: Keep this in sync with trunk.yml
|
||||
build:
|
||||
|
|
|
|||
|
|
@ -77,6 +77,7 @@ jobs:
|
|||
issue_owner: ${{ github.event.pull_request.user.login || github.event.issue.user.login }}
|
||||
curr_branch: ${{ github.head_ref || github.ref_name }}
|
||||
curr_ref_type: ${{ github.ref_type }}
|
||||
opt_out_experiments: lf
|
||||
|
||||
linux-jammy-rocm-py3_10-inductor-benchmark-build:
|
||||
if: github.repository_owner == 'pytorch'
|
||||
|
|
|
|||
|
|
@ -62,6 +62,7 @@ jobs:
|
|||
issue_owner: ${{ github.event.pull_request.user.login || github.event.issue.user.login }}
|
||||
curr_branch: ${{ github.head_ref || github.ref_name }}
|
||||
curr_ref_type: ${{ github.ref_type }}
|
||||
opt_out_experiments: lf
|
||||
|
||||
linux-jammy-cpu-py3_9-gcc11-inductor-build:
|
||||
name: linux-jammy-cpu-py3.9-gcc11-inductor
|
||||
|
|
|
|||
|
|
@ -75,6 +75,7 @@ jobs:
|
|||
issue_owner: ${{ github.event.pull_request.user.login || github.event.issue.user.login }}
|
||||
curr_branch: ${{ github.head_ref || github.ref_name }}
|
||||
curr_ref_type: ${{ github.ref_type }}
|
||||
opt_out_experiments: lf
|
||||
|
||||
# NB: Keep this in sync with trunk.yml
|
||||
linux-focal-cuda12_6-py3_10-gcc9-inductor-build:
|
||||
|
|
|
|||
1
.github/workflows/inductor-periodic.yml
vendored
1
.github/workflows/inductor-periodic.yml
vendored
|
|
@ -27,6 +27,7 @@ jobs:
|
|||
issue_owner: ${{ github.event.pull_request.user.login || github.event.issue.user.login }}
|
||||
curr_branch: ${{ github.head_ref || github.ref_name }}
|
||||
curr_ref_type: ${{ github.ref_type }}
|
||||
opt_out_experiments: lf
|
||||
|
||||
linux-focal-cuda12_6-py3_10-gcc9-periodic-dynamo-benchmarks-build:
|
||||
name: cuda12.6-py3.10-gcc9-sm86-periodic-dynamo-benchmarks
|
||||
|
|
|
|||
1
.github/workflows/inductor-rocm-mi300.yml
vendored
1
.github/workflows/inductor-rocm-mi300.yml
vendored
|
|
@ -35,6 +35,7 @@ jobs:
|
|||
issue_owner: ${{ github.event.pull_request.user.login || github.event.issue.user.login }}
|
||||
curr_branch: ${{ github.head_ref || github.ref_name }}
|
||||
curr_ref_type: ${{ github.ref_type }}
|
||||
opt_out_experiments: lf
|
||||
|
||||
linux-jammy-rocm-py3_10-inductor-build:
|
||||
name: rocm-py3.10-inductor
|
||||
|
|
|
|||
1
.github/workflows/inductor-rocm.yml
vendored
1
.github/workflows/inductor-rocm.yml
vendored
|
|
@ -28,6 +28,7 @@ jobs:
|
|||
issue_owner: ${{ github.event.pull_request.user.login || github.event.issue.user.login }}
|
||||
curr_branch: ${{ github.head_ref || github.ref_name }}
|
||||
curr_ref_type: ${{ github.ref_type }}
|
||||
opt_out_experiments: lf
|
||||
|
||||
linux-jammy-rocm-py3_10-inductor-build:
|
||||
name: rocm-py3.10-inductor
|
||||
|
|
|
|||
1
.github/workflows/inductor-unittest.yml
vendored
1
.github/workflows/inductor-unittest.yml
vendored
|
|
@ -24,6 +24,7 @@ jobs:
|
|||
issue_owner: ${{ github.event.pull_request.user.login || github.event.issue.user.login }}
|
||||
curr_branch: ${{ github.head_ref || github.ref_name }}
|
||||
curr_ref_type: ${{ github.ref_type }}
|
||||
opt_out_experiments: lf
|
||||
|
||||
linux-focal-cuda12_6-py3_10-gcc9-inductor-build:
|
||||
name: cuda12.6-py3.10-gcc9-sm86
|
||||
|
|
|
|||
1
.github/workflows/inductor.yml
vendored
1
.github/workflows/inductor.yml
vendored
|
|
@ -40,6 +40,7 @@ jobs:
|
|||
issue_owner: ${{ github.event.pull_request.user.login || github.event.issue.user.login }}
|
||||
curr_branch: ${{ github.head_ref || github.ref_name }}
|
||||
curr_ref_type: ${{ github.ref_type }}
|
||||
opt_out_experiments: lf
|
||||
|
||||
linux-focal-cuda12_6-py3_10-gcc9-inductor-build:
|
||||
name: cuda12.6-py3.10-gcc9-sm86
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user