pytorch3d icon indicating copy to clipboard operation
pytorch3d copied to clipboard

Does pytorch3d support ROCM platform?

Open loss133 opened this issue 3 years ago • 2 comments

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?

loss133 avatar Feb 13 '22 08:02 loss133

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

bottler avatar Feb 13 '22 11:02 bottler

@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?

patricklabatut avatar Feb 14 '22 09:02 patricklabatut

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.

kjchalup avatar Aug 19 '22 19:08 kjchalup