Skip to content

Commit 3192ed3

Browse files
committed
fix on
1 parent 4be2751 commit 3192ed3

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

.github/workflows/triton-inductor.yml

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

2424
jobs:
2525
linux-focal-rocm6_1-py3_8-inductor-build:
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-
]}
26+
runs-on: "linux.rocm.gpu.2"
27+
steps:
28+
- name: Build
29+
uses: pytorch/pytorch/.github/actions/linux-build@gh/PaliC/263/head
30+
with:
31+
build-environment: linux-focal-rocm6.1-py3.8
32+
docker-image-name: pytorch-linux-focal-rocm-n-py3
33+
test-matrix: |
34+
{ include: [
35+
{ config: "inductor", shard: 1, num_shards: 2},
36+
{ config: "inductor", shard: 2, num_shards: 2},
37+
]}

0 commit comments

Comments
 (0)