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
PyTorch nightly wheels with ROCm5.5 and Navi31 (gfx1100) support are available now: pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm5.5
However, HSA_OVERRIDE_GFX_VERSION=10.3.0 doesn't work with Navi31, and 11.0.0 is used if it's required, so the current impl of Automatic doesn't work out of the box.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
ROCm/ROCm#1880 (comment)
However,
HSA_OVERRIDE_GFX_VERSION=10.3.0
doesn't work with Navi31, and11.0.0
is used if it's required, so the current impl of Automatic doesn't work out of the box.The
rocminfo
output on my end:Beta Was this translation helpful? Give feedback.
All reactions