From 0fdebb34a90496618323ef80d784393482f6280c Mon Sep 17 00:00:00 2001 From: Daniel Hiltgen Date: Sat, 9 Mar 2024 11:29:45 -0800 Subject: [PATCH] Doc how to set up ROCm builds on windows --- docs/development.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/development.md b/docs/development.md index 993aed9e..3973123a 100644 --- a/docs/development.md +++ b/docs/development.md @@ -135,3 +135,10 @@ go build . In addition to the common Windows development tools described above, install CUDA **AFTER** you install MSVC. - [NVIDIA CUDA](https://docs.nvidia.com/cuda/cuda-installation-guide-microsoft-windows/index.html) + + +#### Windows ROCm (AMD Radeon) + +In addition to the common Windows development tools described above, install AMDs HIP package **AFTER** you install MSVC + +- [AMD HIP](https://www.amd.com/en/developer/resources/rocm-hub/hip-sdk.html) \ No newline at end of file