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

[Question] What is the difference between HugeCTR/embedding and HugeCTR/src/embeddings? #459

Closed
Orca-bit opened this issue Sep 30, 2024 · 1 comment
Labels
question Further information is requested

Comments

@Orca-bit
Copy link

This template is for generic questions that a user may have in using HugeCTR.

Note: Before filing an issue, you may want to check out our compiled Q&A list first.

@Orca-bit Orca-bit added the question Further information is requested label Sep 30, 2024
@shijieliu
Copy link
Collaborator

Hi @Orca-bit thanks for your interest for HugeCTR!

HugeCTR/src/embeddings and HugeCTR/embedding are two seperate embedding implementations. Compared with HugeCTR/src/embeddings, HugeCTR/embedding provides more flexible API for user to configure sharding.

To be more specific, HugeCTR/src/embeddings only support localized or distributed embedding but in HugeCTR/embedding user can specify the table placement for each GPU. If you are interested in the detail, you can refer to our paper published in RecSys 2024 entitled Embedding Optimization for Training Large-scale Deep Learning Recommendation Systems with EMBark.

Our goal is to improve HugeCTR/embedding and will deprecate HugeCTR/src/embeddings in the future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants