You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Decouple embedding_ssd_{}_pt2_autograd from CUDA files (#4389)
Summary:
Pull Request resolved: #4389
X-link: facebookresearch/FBGEMM#1460
This file contains `{{ bwd_mdesc }}_embedding_codegen_lookup_{{ optimizer }}_function_pt2`, which is not a CUDA-only function (i.e. it can also be called just fine from the CPU). Therefore, we extract it from the CUDA codegen to put it inside the CPU codegen instead.
Reviewed By: q10
Differential Revision: D76866940
fbshipit-source-id: 2c09ae92cc0d0474b4cf524a38145595d1f42ba7
0 commit comments