Changing Backend Tensor initialization#5056
Open
Raahul46 wants to merge 1 commit intopytorch:mainfrom
Open
Conversation
✅ Deploy Preview for pytorch-fbgemm-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
Raahul46
pushed a commit
to Raahul46/torchrec
that referenced
this pull request
Oct 27, 2025
Summary: X-link: pytorch/FBGEMM#5056 X-link: facebookresearch/FBGEMM#2066 **Context:** Currently, we are enabling SSD optimizer offloading for the ssd tbe kernel **In this diff:** We retrieve the newly added parameters from the tbe config and pass it down to the tbe Differential Revision: D85353134
df979a4 to
58631d9
Compare
Raahul46
pushed a commit
to Raahul46/FBGEMM-1
that referenced
this pull request
Oct 27, 2025
Summary: X-link: meta-pytorch/torchrec#3484 X-link: facebookresearch/FBGEMM#2066 **Context:** Currently, we are enabling SSD optimizer offloading for the ssd tbe kernel **In this diff:** We retrieve the newly added parameters from the tbe config and pass it down to the tbe Differential Revision: D85353134
EddyLXJ
pushed a commit
to EddyLXJ/torchrec
that referenced
this pull request
Nov 4, 2025
Summary: X-link: pytorch/FBGEMM#5056 Pull Request resolved: meta-pytorch#3484 X-link: https://github.com/facebookresearch/FBGEMM/pull/2066 **Context:** Currently, we are enabling SSD optimizer offloading for the ssd tbe kernel **In this diff:** We retrieve the newly added parameters from the tbe config and pass it down to the tbe Differential Revision: D85353134
58631d9 to
79f0d6f
Compare
Raahul46
pushed a commit
to Raahul46/FBGEMM-1
that referenced
this pull request
Nov 18, 2025
…d function signatures through the flow (pytorch#5056) Summary: X-link: meta-pytorch/torchrec#3484 X-link: facebookresearch/FBGEMM#2066 **Context:** Currently, we are enabling SSD optimizer offloading for the ssd tbe kernel **In this diff:** We retrieve the newly added parameters from the tbe config and pass it down to the tbe Differential Revision: D85353134
Raahul46
pushed a commit
to Raahul46/FBGEMM-1
that referenced
this pull request
Nov 18, 2025
…d function signatures through the flow (pytorch#5056) Summary: X-link: meta-pytorch/torchrec#3484 X-link: facebookresearch/FBGEMM#2066 **Context:** Currently, we are enabling SSD optimizer offloading for the ssd tbe kernel **In this diff:** We retrieve the newly added parameters from the tbe config and pass it down to the tbe Differential Revision: D85353134
79f0d6f to
c4024c5
Compare
Raahul46
pushed a commit
to Raahul46/FBGEMM-1
that referenced
this pull request
Nov 18, 2025
…d function signatures through the flow (pytorch#5056) Summary: X-link: meta-pytorch/torchrec#3484 X-link: facebookresearch/FBGEMM#2066 **Context:** Currently, we are enabling SSD optimizer offloading for the ssd tbe kernel **In this diff:** We retrieve the newly added parameters from the tbe config and pass it down to the tbe Differential Revision: D85353134
c4024c5 to
3a26348
Compare
Raahul46
pushed a commit
to Raahul46/FBGEMM-1
that referenced
this pull request
Nov 18, 2025
…d function signatures through the flow (pytorch#5056) Summary: X-link: meta-pytorch/torchrec#3484 X-link: facebookresearch/FBGEMM#2066 **Context:** Currently, we are enabling SSD optimizer offloading for the ssd tbe kernel **In this diff:** We retrieve the newly added parameters from the tbe config and pass it down to the tbe Differential Revision: D85353134
3a26348 to
bfc96e1
Compare
bfc96e1 to
3d9ea27
Compare
Raahul46
pushed a commit
to Raahul46/FBGEMM-1
that referenced
this pull request
Dec 19, 2025
…d function signatures through the flow (pytorch#5056) Summary: X-link: meta-pytorch/torchrec#3484 X-link: facebookresearch/FBGEMM#2066 **Context:** Currently, we are enabling SSD optimizer offloading for the ssd tbe kernel **In this diff:** We retrieve the newly added parameters from the tbe config and pass it down to the tbe Differential Revision: D85353134
Raahul46
pushed a commit
to Raahul46/FBGEMM-1
that referenced
this pull request
Dec 19, 2025
…d function signatures through the flow (pytorch#5056) Summary: X-link: meta-pytorch/torchrec#3484 X-link: facebookresearch/FBGEMM#2066 **Context:** Currently, we are enabling SSD optimizer offloading for the ssd tbe kernel **In this diff:** We retrieve the newly added parameters from the tbe config and pass it down to the tbe Differential Revision: D85353134
3d9ea27 to
b4f3dda
Compare
…d function signatures through the flow (pytorch#5056) Summary: X-link: meta-pytorch/torchrec#3484 X-link: facebookresearch/FBGEMM#2066 **Context:** Currently, we are enabling SSD optimizer offloading for the ssd tbe kernel **In this diff:** We retrieve the newly added parameters from the tbe config and pass it down to the tbe Reviewed By: TroyGarden Differential Revision: D85353134
b4f3dda to
22886d2
Compare
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: meta-pytorch/torchrec#3484
X-link: https://github.com/facebookresearch/FBGEMM/pull/2066
Context:
Currently, we are enabling SSD optimizer offloading for the ssd tbe kernel
In this diff:
We retrieve the newly added parameters from the tbe config and pass it down to the tbe
Differential Revision: D85353134