Hey everyone — quick question for anyone who’s messed with ROCm on Windows.
I’m running an RX 6700 (RDNA2, 10GB) on Windows 11 and I’m trying to see how far ROCm can realistically be pushed on Windows, even if it’s unofficial / hacky.
I know ROCm is Linux-first, but Windows is a hard requirement for me right now. I’m mainly looking at local LLM inference, and I’m totally fine with:
WSL2
Forcing env vars (like HSA_OVERRIDE_GFX_VERSION)
Compiling from source
“Mostly works” setups if performance is decent
Has anyone here actually gotten ROCm + RDNA2 working under WSL?
Which ROCm versions behaved best?
Is this worth the effort compared to Vulkan or DirectML on Windows?
Any gotchas specific to RX 6000 cards?
Not expecting anything officially supported — just trying to learn what’s actually possible before I give up or switch paths.
Appreciate any firsthand experience 🙏