-
Notifications
You must be signed in to change notification settings - Fork 777
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
Dev oneembedding eager #9873
base: master
Are you sure you want to change the base?
Dev oneembedding eager #9873
Conversation
Speed stats:
|
View latest API docs preview at: https://staging.oneflow.info/docs/Oneflow-Inc/oneflow/pr/9873/ |
1 similar comment
View latest API docs preview at: https://staging.oneflow.info/docs/Oneflow-Inc/oneflow/pr/9873/ |
4 tests were performed with DLRM model:
All cases converged with evaluation AUC higher than 0.8025. |
Speed stats:
|
View latest API docs preview at: https://staging.oneflow.info/docs/Oneflow-Inc/oneflow/pr/9873/ |
Speed stats:
|
View latest API docs preview at: https://staging.oneflow.info/docs/Oneflow-Inc/oneflow/pr/9873/ |
dispatch stateful oneembedding ops
this change involves the following functors with kernel state:
OneEmbeddingIdShuffleFunctor
OneEmbeddingEmbeddingShuffleFunctor
OneEmbeddingEmbeddingGradientShuffleFunctor
OneEmbeddingLookupFunctor
OneEmbeddingFusedLookupFunctor
OneEmbeddingEmbeddingPutFunctor
OneEmbeddingUniqueKeyValuePairFunctor
OneEmbeddingSgdUpdateFunctor
OneEmbeddingAdamUpdateFunctor
OneEmbeddingAdagradUpdateFunctor
OneEmbeddingFtrlUpdateFunctor
but not
OneEmbeddingFusedLookupGradFunctor