Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prototype sharding by device group #1882

Closed
wants to merge 1 commit into from

Conversation

gnahzg
Copy link
Contributor

@gnahzg gnahzg commented Apr 15, 2024

Summary:
This is a prototype that support tables with same sharding type but place on different device group. e.g some table-wise sharded table placed on CPU, some table-wise sharded table on CUDA.

The main change is instead of group sharding infos by sharding_type, we group them by (sharding_type, device_group)

Differential Revision: D56147625

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Apr 15, 2024
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D56147625

gnahzg added a commit to gnahzg/torchrec that referenced this pull request May 7, 2024
…c sharding type in SQEC (pytorch#1882)

Summary:

This is a prototype that support tables with same sharding type but place on different device group. e.g some table-wise sharded table placed on CPU, some table-wise sharded table on CUDA.

The main change is instead of group sharding infos by sharding_type, we group them by  (sharding_type, device_group)

Differential Revision: D56147625
gnahzg added a commit to gnahzg/torchrec that referenced this pull request May 8, 2024
…c sharding type in SQEC (pytorch#1882)

Summary:

This is a prototype that support tables with same sharding type but place on different device group. e.g some table-wise sharded table placed on CPU, some table-wise sharded table on CUDA.

The main change is instead of group sharding infos by sharding_type, we group them by  (sharding_type, device_group)

Differential Revision: D56147625
gnahzg added a commit to gnahzg/torchrec that referenced this pull request May 10, 2024
…c sharding type in SQEC (pytorch#1882)

Summary:

This is a prototype that support tables with same sharding type but place on different device group. e.g some table-wise sharded table placed on CPU, some table-wise sharded table on CUDA.

The main change is instead of group sharding infos by sharding_type, we group them by  (sharding_type, device_group)

Differential Revision: D56147625
gnahzg added a commit to gnahzg/torchrec that referenced this pull request May 14, 2024
…c sharding type in SQEC (pytorch#1882)

Summary:

This is a prototype that support tables with same sharding type but place on different device group. e.g some table-wise sharded table placed on CPU, some table-wise sharded table on CUDA.

The main change is instead of group sharding infos by sharding_type, we group them by  (sharding_type, device_group)

Reviewed By: IvanKobzarev

Differential Revision: D56147625
gnahzg pushed a commit to gnahzg/torchrec that referenced this pull request May 14, 2024
…c sharding type in SQEC (pytorch#1882)

Summary:
Pull Request resolved: pytorch#1882

This is a prototype that support tables with same sharding type but place on different device group. e.g some table-wise sharded table placed on CPU, some table-wise sharded table on CUDA.

The main change is instead of group sharding infos by sharding_type, we group them by  (sharding_type, device_group)

Differential Revision: D56147625
gnahzg added a commit to gnahzg/torchrec that referenced this pull request May 14, 2024
…c sharding type in SQEC (pytorch#1882)

Summary:

This is a prototype that support tables with same sharding type but place on different device group. e.g some table-wise sharded table placed on CPU, some table-wise sharded table on CUDA.

The main change is instead of group sharding infos by sharding_type, we group them by  (sharding_type, device_group)

Reviewed By: IvanKobzarev

Differential Revision: D56147625
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D56147625

gnahzg added a commit to gnahzg/torchrec that referenced this pull request May 14, 2024
…c sharding type in SQEC (pytorch#1882)

Summary:

This is a prototype that support tables with same sharding type but place on different device group. e.g some table-wise sharded table placed on CPU, some table-wise sharded table on CUDA.

The main change is instead of group sharding infos by sharding_type, we group them by  (sharding_type, device_group)

Reviewed By: IvanKobzarev

Differential Revision: D56147625
…c sharding type in SQEC (pytorch#1882)

Summary:

This is a prototype that support tables with same sharding type but place on different device group. e.g some table-wise sharded table placed on CPU, some table-wise sharded table on CUDA.

The main change is instead of group sharding infos by sharding_type, we group them by  (sharding_type, device_group)

Reviewed By: IvanKobzarev

Differential Revision: D56147625
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D56147625

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants