File tree Expand file tree Collapse file tree 1 file changed +10
-17
lines changed Expand file tree Collapse file tree 1 file changed +10
-17
lines changed Original file line number Diff line number Diff line change 23
23
24
24
jobs :
25
25
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
+ ]}
You can’t perform that action at this time.
0 commit comments