Skip to content

Commit c768ee5

Browse files
committed
Update on "[6/N] [Dispatchable Collectives] Update recv with CPU / CUDA implementations"
[ghstack-poisoned]
2 parents ae00f2a + 82deaae commit c768ee5

File tree

174 files changed

+4964
-3442
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

174 files changed

+4964
-3442
lines changed

.github/actions/pull-docker-image/action.yml

Lines changed: 0 additions & 23 deletions
This file was deleted.

.github/actions/setup-ssh/action.yml

Lines changed: 0 additions & 17 deletions
This file was deleted.

.github/actions/teardown-linux/action.yml

Lines changed: 0 additions & 39 deletions
This file was deleted.

.github/ci_commit_pins/vision.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
a35be97a6e6725c83032315a8f5e5f6911c9ef41
1+
d7d90f56117ce0955332846a5f90b8d1346c4c09

.github/templates/linux_binary_build_workflow.yml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
run: |
9393
echo "GPU_FLAG=--device=/dev/mem --device=/dev/kfd --device=/dev/dri --group-add video --group-add daemon" >> "${GITHUB_ENV}"
9494
- name: Pull Docker image
95-
uses: ./pytorch/.github/actions/pull-docker-image
95+
uses: pytorch/test-infra/.github/actions/pull-docker-image@main
9696
with:
9797
docker-image: !{{ config["container_image"] }}
9898
- name: Test Pytorch binary

.github/workflows/_android-build-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
uses: ./.github/actions/setup-linux
3737

3838
- name: Setup SSH (Click me for login details)
39-
uses: ./.github/actions/setup-ssh
39+
uses: pytorch/test-infra/.github/actions/setup-ssh@main
4040
with:
4141
github-secret: ${{ secrets.GITHUB_TOKEN }}
4242

@@ -48,7 +48,7 @@ jobs:
4848
xla: ${{ contains(inputs.build-environment, 'xla') }}
4949

5050
- name: Pull docker image
51-
uses: ./.github/actions/pull-docker-image
51+
uses: pytorch/test-infra/.github/actions/pull-docker-image@main
5252
with:
5353
docker-image: ${{ steps.calculate-docker-image.outputs.docker-image }}
5454

@@ -112,5 +112,5 @@ jobs:
112112
if: always()
113113

114114
- name: Teardown Linux
115-
uses: ./.github/actions/teardown-linux
115+
uses: pytorch/test-infra/.github/actions/teardown-linux@main
116116
if: always()

.github/workflows/_android-full-build-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
uses: ./.github/actions/setup-linux
3737

3838
- name: Setup SSH (Click me for login details)
39-
uses: ./.github/actions/setup-ssh
39+
uses: pytorch/test-infra/.github/actions/setup-ssh@main
4040
with:
4141
github-secret: ${{ secrets.GITHUB_TOKEN }}
4242

@@ -47,7 +47,7 @@ jobs:
4747
docker-image-name: ${{ inputs.docker-image-name }}
4848

4949
- name: Pull docker image
50-
uses: ./.github/actions/pull-docker-image
50+
uses: pytorch/test-infra/.github/actions/pull-docker-image@main
5151
with:
5252
docker-image: ${{ steps.calculate-docker-image.outputs.docker-image }}
5353

@@ -156,5 +156,5 @@ jobs:
156156
if: always()
157157

158158
- name: Teardown Linux
159-
uses: ./.github/actions/teardown-linux
159+
uses: pytorch/test-infra/.github/actions/teardown-linux@main
160160
if: always()

.github/workflows/_bazel-build-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
uses: ./.github/actions/setup-linux
3737

3838
- name: Setup SSH (Click me for login details)
39-
uses: ./.github/actions/setup-ssh
39+
uses: pytorch/test-infra/.github/actions/setup-ssh@main
4040
with:
4141
github-secret: ${{ secrets.GITHUB_TOKEN }}
4242

@@ -47,7 +47,7 @@ jobs:
4747
docker-image-name: ${{ inputs.docker-image-name }}
4848

4949
- name: Pull docker image
50-
uses: ./.github/actions/pull-docker-image
50+
uses: pytorch/test-infra/.github/actions/pull-docker-image@main
5151
with:
5252
docker-image: ${{ steps.calculate-docker-image.outputs.docker-image }}
5353

@@ -197,5 +197,5 @@ jobs:
197197
python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test
198198
199199
- name: Teardown Linux
200-
uses: ./.github/actions/teardown-linux
200+
uses: pytorch/test-infra/.github/actions/teardown-linux@main
201201
if: always()

.github/workflows/_binary-build-linux.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
- name: Chown workspace
134134
uses: ./.github/actions/chown-workspace
135135
- name: "[FB EMPLOYEES] Enable SSH (Click me for login details)"
136-
uses: ./.github/actions/setup-ssh
136+
uses: pytorch/test-infra/.github/actions/setup-ssh@main
137137
with:
138138
github-secret: ${{ secrets.github-token }}
139139
- name: Clean workspace
@@ -173,7 +173,7 @@ jobs:
173173
run: |
174174
echo "BUILD_SPLIT_CUDA='ON'" >> "$GITHUB_ENV"
175175
- name: Pull Docker image
176-
uses: ./pytorch/.github/actions/pull-docker-image
176+
uses: pytorch/test-infra/.github/actions/pull-docker-image@main
177177
with:
178178
docker-image: ${{ inputs.DOCKER_IMAGE }}
179179
- name: Build PyTorch binary
@@ -223,7 +223,7 @@ jobs:
223223

224224
- name: Teardown Linux
225225
if: always()
226-
uses: ./pytorch/.github/actions/teardown-linux
226+
uses: pytorch/test-infra/.github/actions/teardown-linux@main
227227

228228
- name: Chown workspace
229229
if: always()

.github/workflows/_binary-test-linux.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
- name: Chown workspace
131131
uses: ./.github/actions/chown-workspace
132132
- name: "[FB EMPLOYEES] Enable SSH (Click me for login details)"
133-
uses: ./.github/actions/setup-ssh
133+
uses: pytorch/test-infra/.github/actions/setup-ssh@main
134134
with:
135135
github-secret: ${{ secrets.github-token }}
136136
- name: Clean workspace
@@ -184,7 +184,7 @@ jobs:
184184
popd
185185
186186
- name: Pull Docker image
187-
uses: ./pytorch/.github/actions/pull-docker-image
187+
uses: pytorch/test-infra/.github/actions/pull-docker-image@main
188188
with:
189189
docker-image: ${{ inputs.DOCKER_IMAGE }}
190190

@@ -193,7 +193,7 @@ jobs:
193193

194194
- name: Teardown Linux
195195
if: always()
196-
uses: ./pytorch/.github/actions/teardown-linux
196+
uses: pytorch/test-infra/.github/actions/teardown-linux@main
197197

198198
- name: Chown workspace
199199
if: always()

0 commit comments

Comments
 (0)