You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've used MACE only with CUDA so far but we got introduced with AMD GPU which uses ROCM instead of CUDA.
I've changed device="rocm" but it seems to look for CUDA and fails.
Is MACE currently supports only CUDA? Should I install pytorch differently if I want to use ROCM?
The text was updated successfully, but these errors were encountered:
I've used MACE only with CUDA so far but we got introduced with AMD GPU which uses ROCM instead of CUDA.
I've changed
device="rocm"
but it seems to look for CUDA and fails.Is MACE currently supports only CUDA? Should I install pytorch differently if I want to use ROCM?
The text was updated successfully, but these errors were encountered: