pytorch3d
pytorch3d copied to clipboard
Does pytorch3d support ROCM platform?
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?
No. The compiled parts of PyTorch3D are only in C++ (for running on CPUs) and CUDA (for running on NVidia GPUs).
@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?
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.