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

Simplify batched_embedding_kernel (#2774) #2779

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

Conversation

basilwong
Copy link
Contributor

Summary:

FBGEMM was recently updated to support int32 for embedding tables for EmbeddingBag kernels. We no longer want TorchRec to impose an opinion on the user's input tensors' index/offset type. This was historically included in TorchRec to avoid type errors which are no longer an issue after Benson's changes. FBGEMM also includes guardrails here so TorchRec by default casting the type is redundant.

Reviewed By: dstaay-fb, TroyGarden

Differential Revision: D69560428

@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 5, 2025
Summary: FBGEMM was recently updated to support int32 for embedding tables for EmbeddingBag kernels. We no longer want TorchRec to impose an opinion on the user's input tensors' index/offset type. This was historically included in TorchRec to avoid type errors which are no longer an issue after Benson's changes. FBGEMM also includes guardrails here so TorchRec by default casting the type is redundant.

Reviewed By: dstaay-fb, TroyGarden

Differential Revision: D69560428
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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants