Skip to content
Tech News
← Back to articles

CUDA for AMD on Windows

read original get AMD Radeon RX 9060 XT Graphics Card → more articles
Why This Matters

A community project has published a reproducible Windows setup that lets CUDA-targeted applications run on AMD GPUs via ZLUDA plus AMD's HIP/ROCm stack, validated end-to-end on a real PPO training workload with LibTorch. If such compatibility layers mature, they chip away at CUDA's lock-in, which is the core of Nvidia's competitive moat. For now the scope is narrow, but it shows upstream-only tooling can work without proprietary shims.

Key Takeaways
Worth a Look

AMD Radeon RX 9060 XT Graphics Card — This is the exact GPU validated in the ZLUDA + ROCm/HIP stack, so it's the surest way to try running CUDA-targeted Windows apps on AMD hardware. If you want to reproduce the LibTorch and PPO training tests described, the RX 9060 XT (gfx1200) is the card the project confirms working.

See AMD Radeon RX 9060 XT Graphics Card on Amazon → Affiliate link — we may earn a commission on purchases, at no extra cost to you. Product picked by AI based on this article; it is not a tested recommendation.

CUDA for AMD on Windows

WORKING REPRODUCIBLE STACK IS NOW UPLOADED.

Run CUDA-targeted Windows applications on AMD GPUs through ZLUDA + ROCm/HIP.

A reproducible Windows CUDA compatibility setup built around ZLUDA + AMD HIP/ROCm. It is intended for CUDA-facing compute applications, including workloads that use CUDA-enabled LibTorch.

Important Validated hardware is currently AMD Radeon RX 9060 XT ( gfx1200 ) only. Other AMD GPUs are candidates, not guaranteed working devices. If you test another card, please open a GPU compatibility report, whether it works or fails.

Verified today

The public, upstream-only path has been tested without any private/recovered DLLs:

ZLUDA v6-preview.69 from the official ZLUDA release

from the official ZLUDA release AMD HIP SDK 6.4

LibTorch 2.3.0 + cu118

... continue reading