Skip to content

Commit 4be2751

Browse files
committed
fix on
1 parent 154c52e commit 4be2751

File tree

1 file changed

+10
-17
lines changed

1 file changed

+10
-17
lines changed

.github/workflows/triton-inductor.yml

Lines changed: 10 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -23,20 +23,13 @@ on:
2323

2424
jobs:
2525
linux-focal-rocm6_1-py3_8-inductor-build:
26-
steps:
27-
- name: Checkout pytorch-integration-testing
28-
uses: actions/checkout@v2
29-
with:
30-
path: pytorch-integration-testing
31-
32-
- name: rocm6.1-py3.8-inductor
33-
runs-on: "linux.rocm.gpu.2"
34-
uses: pytorch/pytorch/.github/actions/linux-build@gh/PaliC/263/head
35-
with:
36-
build-environment: linux-focal-rocm6.1-py3.8
37-
docker-image-name: pytorch-linux-focal-rocm-n-py3
38-
test-matrix: |
39-
{ include: [
40-
{ config: "inductor", shard: 1, num_shards: 2},
41-
{ config: "inductor", shard: 2, num_shards: 2},
42-
]}
26+
runs-on: "linux.rocm.gpu.2"
27+
uses: pytorch/pytorch/.github/actions/linux-build@gh/PaliC/263/head
28+
with:
29+
build-environment: linux-focal-rocm6.1-py3.8
30+
docker-image-name: pytorch-linux-focal-rocm-n-py3
31+
test-matrix: |
32+
{ include: [
33+
{ config: "inductor", shard: 1, num_shards: 2},
34+
{ config: "inductor", shard: 2, num_shards: 2},
35+
]}

0 commit comments

Comments
 (0)