r/TechHardware • u/Ok_pettech • 9h ago
Discussion PyTorch not detecting AMD GPU? Here’s the ROCm fix guide I wish I had
Running local models on AMD hardware is great—when PyTorch actually sees the GPU. I wasted days trying to figure out why torch.cuda.is_available() kept returning False.
I wrote a detailed guide covering:
· ROCm install
· PyTorch ROCm wheel
· Environment variables
· Verification steps
· Common errors
If you’re on RDNA2 or RDNA3 and stuck, this should save you time:
What’s your setup, and what’s the exact error?