CARVIEW |
Select Language
HTTP/2 200
date: Tue, 22 Jul 2025 09:14:10 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
x-repository-download: git clone https://github.com/pytorch/pytorch.git
etag: W/"6b5c7e72445c888ab8ec569d7049c373"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=q1nWaAkO43ODPQMlWphVRpIc5npplHKCF0O3OspTPSSU4CK2W3ipmVR9Bo1t9Q2P9t594nMMHNN3zVb1gx6hMh39NWcJi6n2%2Fgc7%2F4aKf%2BzRj3QjjBi60QItP%2Fy4nOlv0bjkoZtjjiZwryWp2LMSnFbOn%2F3fnmeZB9MnOJ%2B2HV7tY7HkihGh2Wd%2B%2F76J33dqQ15415nQTRzgAZfkbRkpF1I%2FfKeUDfb538NOV6rMm2kgAvSv6FjQXH7EueCy5SXl38yYLX9MwInKHFNBlRRW%2Fg%3D%3D--m%2FeVZ3wz9KwQHGrS--egoL4qfPqyBl973OBeticQ%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.806760736.1753175649; Path=/; Domain=github.com; Expires=Wed, 22 Jul 2026 09:14:09 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Wed, 22 Jul 2026 09:14:09 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: DD5A:27D749:433F6F:4B2136:687F5661
Enforce contiguity for alltoall (#141816) · pytorch/pytorch@61dc5e9 · GitHub
Copy file name to clipboardExpand all lines: test/distributed/test_c10d_common.py
Copy file name to clipboardExpand all lines: torch/csrc/distributed/c10d/ProcessGroupGloo.cpp
Copy file name to clipboardExpand all lines: torch/csrc/distributed/c10d/ProcessGroupNCCL.cpp
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 24.7k
Commit 61dc5e9
Enforce contiguity for alltoall (#141816)
Summary: We cannot relax the alltoall contiguous requirement which will lead to wrong results.
Test Plan: Added a test.
Differential Revision: D66560930
Pull Request resolved: #141816
Approved by: https://github.com/Skylion007, https://github.com/kwen2501, https://github.com/fduwjj, https://github.com/fegin, https://github.com/yoyoyocmu1 parent eff99a4 commit 61dc5e9Copy full SHA for 61dc5e9
File tree
Expand file treeCollapse file tree
3 files changed
+12
-4
lines changedFilter options
- test/distributed
- torch/csrc/distributed/c10d
Expand file treeCollapse file tree
3 files changed
+12
-4
lines changedtest/distributed/test_c10d_common.py
Copy file name to clipboardExpand all lines: test/distributed/test_c10d_common.py+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1940 | 1940 |
| |
1941 | 1941 |
| |
1942 | 1942 |
| |
| 1943 | + | |
| 1944 | + | |
| 1945 | + | |
| 1946 | + | |
1943 | 1947 |
| |
1944 | 1948 |
| |
1945 | 1949 |
| |
|
torch/csrc/distributed/c10d/ProcessGroupGloo.cpp
Copy file name to clipboardExpand all lines: torch/csrc/distributed/c10d/ProcessGroupGloo.cpp+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2762 | 2762 |
| |
2763 | 2763 |
| |
2764 | 2764 |
| |
| 2765 | + | |
| 2766 | + | |
| 2767 | + | |
| 2768 | + | |
2765 | 2769 |
| |
2766 | 2770 |
| |
2767 | 2771 |
| |
|
torch/csrc/distributed/c10d/ProcessGroupNCCL.cpp
Copy file name to clipboardExpand all lines: torch/csrc/distributed/c10d/ProcessGroupNCCL.cpp+4-4Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4494 | 4494 |
| |
4495 | 4495 |
| |
4496 | 4496 |
| |
4497 |
| - | |
4498 |
| - | |
| 4497 | + | |
| 4498 | + | |
4499 | 4499 |
| |
4500 | 4500 |
| |
4501 | 4501 |
| |
| |||
4607 | 4607 |
| |
4608 | 4608 |
| |
4609 | 4609 |
| |
4610 |
| - | |
4611 |
| - | |
| 4610 | + | |
| 4611 | + | |
4612 | 4612 |
| |
4613 | 4613 |
| |
4614 | 4614 |
| |
|
You can’t perform that action at this time.
0 commit comments