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

Support placing CW shards for same table on different devices for SQEC #2804

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

sarckk
Copy link
Member

@sarckk sarckk commented Mar 11, 2025

Summary:
Add ability to specify separate device for a CW sharded table during inference.

NOTE: This diff only adds support for case where number of CW shards equal the world size, i.e. number of CW shard on each rank cannot be more than one. Further work is required to support uneven CW sharding case i.e. >1 shard per rank, each on different device.

Reviewed By: faran928

Differential Revision: D68737264

Summary:
Add ability to specify separate device for a CW sharded table during inference.

NOTE: This diff only adds support for case where number of CW shards equal the world size, i.e. number of CW shard on each rank cannot be more than one. Further work is required to support uneven CW sharding case i.e. >1 shard per rank, each on different device.

Reviewed By: faran928

Differential Revision: D68737264
@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 Mar 11, 2025
@facebook-github-bot
Copy link
Contributor

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

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.

None yet

2 participants