From 8ae5ffb5930170dfa8c81e37e6393017dad39ce1 Mon Sep 17 00:00:00 2001 From: Hao Li Date: Sun, 2 Nov 2025 21:16:13 +0800 Subject: [PATCH] update build instructions with theRock rocm installation and release link Signed-off-by: Hao Li --- docs/build.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/build.md b/docs/build.md index 6fcb69c71f..c9f9839632 100644 --- a/docs/build.md +++ b/docs/build.md @@ -296,8 +296,11 @@ You can download it from your Linux distro's package manager or from here: [ROCm ``` TheRock (The HIP Environment and ROCm Kit) has been released on https://github.com/ROCm/TheRock/, which is a lightweight open source build platform for HIP and ROCm. Below is step for building llama.cpp for HIP backend for Windows. + Download from https://github.com/ROCm/TheRock/releases and uncompress it to %HIP_PATH%. + Also Set RC COMPILER with https://developer.microsoft.com/en-us/windows/downloads/windows-sdk/ installation, like C:/Program Files (x86)/Windows Kits/10/bin/10.0.26100.0/x64/rc.exe + Assuming a gfx1151-compatible AMD GPU from https://github.com/ROCm/TheRock/blob/main/RELEASES.md ```bash