Skip to content

Connect optimizer state_dict with computation kernel for checkpoint saving #2975

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

Closed
wants to merge 1 commit into from

Conversation

emlin
Copy link
Contributor

@emlin emlin commented May 16, 2025

Summary: Add ZeroCollisionKeyValueEmbeddingFusedOptimizer class for integrating ZCH optimizer state to checkpointing

Reviewed By: bobbyliujb

Differential Revision: D74790135

@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 May 16, 2025
@facebook-github-bot
Copy link
Contributor

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

emlin added a commit to emlin/torchrec that referenced this pull request May 17, 2025
…aving (pytorch#2975)

Summary:

Add ZeroCollisionKeyValueEmbeddingFusedOptimizer class for integrating ZCH optimizer state to checkpointing

Reviewed By: bobbyliujb

Differential Revision: D74790135
@emlin emlin force-pushed the export-D74790135 branch from 587019e to 3fe84c8 Compare May 17, 2025 02:30
@facebook-github-bot
Copy link
Contributor

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

emlin added a commit to emlin/torchrec that referenced this pull request May 17, 2025
…aving (pytorch#2975)

Summary:

Add ZeroCollisionKeyValueEmbeddingFusedOptimizer class for integrating ZCH optimizer state to checkpointing

Reviewed By: bobbyliujb

Differential Revision: D74790135
@emlin emlin force-pushed the export-D74790135 branch from 3fe84c8 to 6f58e05 Compare May 17, 2025 02:35
@facebook-github-bot
Copy link
Contributor

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

emlin added a commit to emlin/torchrec that referenced this pull request May 17, 2025
…aving (pytorch#2975)

Summary:

Add ZeroCollisionKeyValueEmbeddingFusedOptimizer class for integrating ZCH optimizer state to checkpointing

Reviewed By: bobbyliujb

Differential Revision: D74790135
@emlin emlin force-pushed the export-D74790135 branch from 6f58e05 to a15bda7 Compare May 17, 2025 02:46
@facebook-github-bot
Copy link
Contributor

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

emlin added a commit to emlin/torchrec that referenced this pull request May 17, 2025
…aving (pytorch#2975)

Summary:

Add ZeroCollisionKeyValueEmbeddingFusedOptimizer class for integrating ZCH optimizer state to checkpointing

Reviewed By: bobbyliujb

Differential Revision: D74790135
emlin added a commit to emlin/torchrec that referenced this pull request May 17, 2025
…aving (pytorch#2975)

Summary:

Add ZeroCollisionKeyValueEmbeddingFusedOptimizer class for integrating ZCH optimizer state to checkpointing

Reviewed By: bobbyliujb

Differential Revision: D74790135
@emlin emlin force-pushed the export-D74790135 branch from a15bda7 to 72ceeed Compare May 19, 2025 22:10
emlin added a commit to emlin/torchrec that referenced this pull request May 19, 2025
…aving (pytorch#2975)

Summary:

Add ZeroCollisionKeyValueEmbeddingFusedOptimizer class for integrating ZCH optimizer state to checkpointing

Reviewed By: bobbyliujb

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

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

emlin added a commit to emlin/torchrec that referenced this pull request May 19, 2025
…aving (pytorch#2975)

Summary:

Add ZeroCollisionKeyValueEmbeddingFusedOptimizer class for integrating ZCH optimizer state to checkpointing

Reviewed By: bobbyliujb

Differential Revision: D74790135
emlin added a commit to emlin/torchrec that referenced this pull request May 19, 2025
…aving (pytorch#2975)

Summary:

Add ZeroCollisionKeyValueEmbeddingFusedOptimizer class for integrating ZCH optimizer state to checkpointing

Reviewed By: bobbyliujb

Differential Revision: D74790135
@emlin emlin force-pushed the export-D74790135 branch from 72ceeed to 2b72505 Compare May 19, 2025 22:42
emlin added a commit to emlin/torchrec that referenced this pull request May 19, 2025
…aving (pytorch#2975)

Summary:

Add ZeroCollisionKeyValueEmbeddingFusedOptimizer class for integrating ZCH optimizer state to checkpointing

Reviewed By: bobbyliujb

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

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

emlin added a commit to emlin/torchrec that referenced this pull request May 19, 2025
…aving (pytorch#2975)

Summary:
Pull Request resolved: pytorch#2975

Add ZeroCollisionKeyValueEmbeddingFusedOptimizer class for integrating ZCH optimizer state to checkpointing

Reviewed By: bobbyliujb

Differential Revision: D74790135
@emlin emlin force-pushed the export-D74790135 branch from 2b72505 to a52e2a2 Compare May 19, 2025 22:46
…aving (pytorch#2975)

Summary:

Add ZeroCollisionKeyValueEmbeddingFusedOptimizer class for integrating ZCH optimizer state to checkpointing

Reviewed By: bobbyliujb

Differential Revision: D74790135
@emlin emlin force-pushed the export-D74790135 branch from a52e2a2 to b7381bb Compare May 20, 2025 04:22
@facebook-github-bot
Copy link
Contributor

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

emlin added a commit to emlin/torchrec that referenced this pull request May 20, 2025
…aving (pytorch#2975)

Summary:

Add ZeroCollisionKeyValueEmbeddingFusedOptimizer class for integrating ZCH optimizer state to checkpointing

Reviewed By: bobbyliujb

Differential Revision: D74790135
emlin added a commit to emlin/torchrec that referenced this pull request May 20, 2025
…aving (pytorch#2975)

Summary:

Add ZeroCollisionKeyValueEmbeddingFusedOptimizer class for integrating ZCH optimizer state to checkpointing

Reviewed By: bobbyliujb

Differential Revision: D74790135
emlin pushed a commit to emlin/torchrec that referenced this pull request May 20, 2025
…aving (pytorch#2975)

Summary:
Pull Request resolved: pytorch#2975

Add ZeroCollisionKeyValueEmbeddingFusedOptimizer class for integrating ZCH optimizer state to checkpointing

Differential Revision: D74790135

Reviewed By: bobbyliujb
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