[dtensor] PART 2: move DTensor abstraction and APIs to core distributed#88176
Closed
wanchaol wants to merge 8 commits intogh/wanchaol/204/basefrom
Closed
[dtensor] PART 2: move DTensor abstraction and APIs to core distributed#88176wanchaol wants to merge 8 commits intogh/wanchaol/204/basefrom
wanchaol wants to merge 8 commits intogh/wanchaol/204/basefrom
Conversation
This PR moves the core DTensor abstraction to torch.distributed._tensor folder, which includes the following: 1. DeviceMesh 2. Placement types 3. DTensor class 4. dispatching logic 5. redistribute logic [ghstack-poisoned]
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/88176
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit dabbdfc: This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This was referenced Nov 1, 2022
…stributed" This PR moves the core DTensor abstraction to torch.distributed._tensor folder, which includes the following: 1. DeviceMesh 2. Placement types 3. DTensor class 4. dispatching logic 5. redistribute logic [ghstack-poisoned]
…e distributed" This PR moves the core DTensor abstraction and high level APIs to torch.distributed._tensor folder, which includes the following: 1. DeviceMesh 2. Placement types 3. DTensor class 4. high level APIs (distribute_tensor/module) 5. dispatching logic 6. redistribute logic [ghstack-poisoned]
…e distributed" This PR moves the core DTensor abstraction and high level APIs to torch.distributed._tensor folder, which includes the following: 1. DeviceMesh 2. Placement types 3. DTensor class 4. high level APIs (distribute_tensor/module) 5. dispatching logic 6. redistribute logic [ghstack-poisoned]
This was referenced Nov 6, 2022
…e distributed" This PR moves the core DTensor abstraction and high level APIs to torch.distributed._tensor folder, which includes the following: 1. DTensor class 2. high level APIs (distribute_tensor/module) 3. dispatching logic 4. redistribute logic [ghstack-poisoned]
…e distributed" This PR moves the core DTensor abstraction and high level APIs to torch.distributed._tensor folder, which includes the following: 1. DTensor class 2. high level APIs (distribute_tensor/module) 3. dispatching logic 4. redistribute logic [ghstack-poisoned]
…e distributed" This PR moves the core DTensor abstraction and high level APIs to torch.distributed._tensor folder, which includes the following: 1. DTensor class 2. high level APIs (distribute_tensor/module) 3. dispatching logic 4. redistribute logic [ghstack-poisoned]
…e distributed" This PR moves the core DTensor abstraction and high level APIs to torch.distributed._tensor folder, which includes the following: 1. DTensor class 2. high level APIs (distribute_tensor/module) 3. dispatching logic 4. redistribute logic part of #88838 [ghstack-poisoned]
kulinseth
pushed a commit
to kulinseth/pytorch
that referenced
this pull request
Dec 10, 2022
…ed (pytorch#88176) This PR moves the core DTensor abstraction and high level APIs to torch.distributed._tensor folder, which includes the following: 1. DTensor class 2. high level APIs (distribute_tensor/module) 3. dispatching logic 4. redistribute logic part of pytorch#88838 Pull Request resolved: pytorch#88176 Approved by: https://github.com/fduwjj
laurentdupin
pushed a commit
to laurentdupin/pytorch
that referenced
this pull request
Apr 25, 2026
…ed (pytorch#88176) This PR moves the core DTensor abstraction and high level APIs to torch.distributed._tensor folder, which includes the following: 1. DTensor class 2. high level APIs (distribute_tensor/module) 3. dispatching logic 4. redistribute logic part of pytorch#88838 Pull Request resolved: pytorch#88176 Approved by: https://github.com/fduwjj
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Stack from ghstack (oldest at bottom):
This PR moves the core DTensor abstraction and high level APIs to
torch.distributed._tensor folder, which includes the following:
part of #88838