-
Notifications
You must be signed in to change notification settings - Fork 498
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
RuntimeError: No such operator fbgemm::jagged_2d_to_dense #2191
Comments
Hi @AlienLiang23 we currently don't support Intel GPU as far as Im aware of, but in any case, could you show us the instructions that you ran to perform the installation and the full log of the error message? We generally recommend setting up FBGEMM_GPU and all of its dependencie inside a Conda environment, per our installation instructions. |
Thanks for your reply@q10. fbgemm was installed while building torch. found that issue, I uninstalled it using full log:
|
@AlienLiang23 based on the logs pasted, the actual error appears to be:
Unfortunately, every loading error ends up with the signature As stated in the error message, you will need to install libcudart.so into your PATH. I believe this should be available when you install the full CUDA package onto your system. |
Hi, I tried to run torchrec_dlrm on torchbench base on Intel GPU and got this error:
I tried to re-install fbgemm-gpu as the document recommended but it couldn't help.
Is this issue expected on Intel device?
The text was updated successfully, but these errors were encountered: