Add hash_zch_runtime_meta streaming logic to TBE#5194
Closed
FriedCosey wants to merge 1 commit into
Closed
Conversation
Contributor
|
@FriedCosey has exported this pull request. If you are a Meta employee, you can view the originating Diff in D88529264. |
04ebff5 to
849f80f
Compare
FriedCosey
pushed a commit
to FriedCosey/FBGEMM
that referenced
this pull request
Dec 10, 2025
Summary: Pull Request resolved: pytorch#5194 X-link: https://github.com/facebookresearch/FBGEMM/pull/2191 See https://fb.workplace.com/groups/1404957374198553/permalink/1610214197006202/ This diff enables streaming of `hash_zch_runtime_meta` from TBE to RES. This allows downstream consumers to receive runtime metadata associated with embedding changes. Differential Revision: D88529264
849f80f to
a464284
Compare
FriedCosey
pushed a commit
to FriedCosey/FBGEMM
that referenced
this pull request
Dec 11, 2025
Summary: Pull Request resolved: pytorch#5194 X-link: https://github.com/facebookresearch/FBGEMM/pull/2191 See https://fb.workplace.com/groups/1404957374198553/permalink/1610214197006202/ This diff enables streaming of `hash_zch_runtime_meta` from TBE to RES. This allows downstream consumers to receive runtime metadata associated with embedding changes. Differential Revision: D88529264
a464284 to
9a01200
Compare
FriedCosey
pushed a commit
to FriedCosey/FBGEMM
that referenced
this pull request
Dec 11, 2025
Summary: Pull Request resolved: pytorch#5194 X-link: https://github.com/facebookresearch/FBGEMM/pull/2191 See https://fb.workplace.com/groups/1404957374198553/permalink/1610214197006202/ This diff enables streaming of `hash_zch_runtime_meta` from TBE to RES. This allows downstream consumers to receive runtime metadata associated with embedding changes. Differential Revision: D88529264
9a01200 to
f506bfe
Compare
FriedCosey
pushed a commit
to FriedCosey/FBGEMM
that referenced
this pull request
Dec 15, 2025
Summary: X-link: facebookresearch/FBGEMM#2191 See https://fb.workplace.com/groups/1404957374198553/permalink/1610214197006202/ This diff enables streaming of `hash_zch_runtime_meta` from TBE to RES. This allows downstream consumers to receive runtime metadata associated with embedding changes. Reviewed By: chouxi Differential Revision: D88529264
FriedCosey
pushed a commit
to FriedCosey/FBGEMM
that referenced
this pull request
Dec 15, 2025
Summary: X-link: facebookresearch/FBGEMM#2191 See https://fb.workplace.com/groups/1404957374198553/permalink/1610214197006202/ This diff enables streaming of `hash_zch_runtime_meta` from TBE to RES. This allows downstream consumers to receive runtime metadata associated with embedding changes. Reviewed By: chouxi Differential Revision: D88529264
f506bfe to
5d4ab0b
Compare
Summary: Pull Request resolved: pytorch#5194 X-link: https://github.com/facebookresearch/FBGEMM/pull/2191 See https://fb.workplace.com/groups/1404957374198553/permalink/1610214197006202/ This diff enables streaming of `hash_zch_runtime_meta` from TBE to RES. This allows downstream consumers to receive runtime metadata associated with embedding changes. Reviewed By: chouxi Differential Revision: D88529264
5d4ab0b to
d304a95
Compare
Contributor
|
This pull request has been merged in 751660e. |
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.
Summary:
X-link: https://github.com/facebookresearch/FBGEMM/pull/2191
See https://fb.workplace.com/groups/1404957374198553/permalink/1610214197006202/
This diff enables streaming of
hash_zch_runtime_metafrom TBE to RES. This allows downstream consumers to receive runtime metadata associated with embedding changes.Differential Revision: D88529264