-
Notifications
You must be signed in to change notification settings - Fork 44
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
[torchbench] torchrec_dlrm fails to run #548
Comments
The problem with this benchmark is that it unconditionally imports torchrec which in its turn unconditionally imports fbgemm. Both libraries seem to exist only for CUDA (especially fbgemm) and aren't supposed to work on any other GPUs. |
Torchrec readme suggests to install fbgemm_gpu for CPU usnig command |
Ok it is possible to make this benchmark work but it is a considerable effort.
it is possible that C++ library is not required for python, maybe it is enough to build just python fbgemm_gpu. |
Bug report on fbgemm_gpu build pytorch/FBGEMM#2362 |
The issue is still reproducible. |
The text was updated successfully, but these errors were encountered: