From a2b2a6752d088c3dce82a615e0ca5b228e300953 Mon Sep 17 00:00:00 2001 From: Julia Jiang Date: Fri, 19 Apr 2024 14:41:11 -0400 Subject: [PATCH] 457619 - Fixed the broken link to build HIP instructions Change-Id: Ica87b4ab511d26e0372502f069afc0e3baaa3256 [ROCm/clr commit: 1761f1b7f52343bf1fa2b0f63c1e84683e3b17c6] --- projects/clr/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/clr/README.md b/projects/clr/README.md index 9b46e3aba4..8b5b0730dc 100644 --- a/projects/clr/README.md +++ b/projects/clr/README.md @@ -29,7 +29,7 @@ Building clr requires `rocm-hip-libraries` meta package, which provides the pre- Users can also build `OCL` and `HIP` at the same time by passing `-DCLR_BUILD_HIP=ON -DCLR_BUILD_OCL=ON` to configure command. -For detail instructions, please refer to [how to build HIP](https://rocm.docs.amd.com/projects/HIP/en/latest/developer_guide/build.html) +For detail instructions, please refer to [how to build HIP](https://rocm.docs.amd.com/projects/HIP/en/latest/install/build.html) ## Tests