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

Does pytorch3d support ROCM platform? #1073

Closed
loss133 opened this issue Feb 13, 2022 · 3 comments
Closed

Does pytorch3d support ROCM platform? #1073

loss133 opened this issue Feb 13, 2022 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@loss133
Copy link

loss133 commented Feb 13, 2022

I followed the steps in the INSTALL.md to install PyTorch, and tried different versions of PyTorch, but it always showing the Error: Not Compiled with GPU Support.
I also tried to solve this problem according to the methods mentioned in other issues, but all failed. I don't know where the problem is. Can you tell me if 3D supports ROCM platform?

@bottler
Copy link
Contributor

bottler commented Feb 13, 2022

No. The compiled parts of PyTorch3D are only in C++ (for running on CPUs) and CUDA (for running on NVidia GPUs).

@patricklabatut patricklabatut added the enhancement New feature or request label Feb 14, 2022
@patricklabatut
Copy link
Contributor

@bottler If there are other similar reports (looks to me this is the first one), could this be caught earlier / with a more explicit message?

@kjchalup
Copy link
Contributor

I haven't seen other reports, this would probably be a very rare use-case we will not support in the future. I'm closing the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants