From 9e5067e123160a152cec939f1a25836b4ec59e7e Mon Sep 17 00:00:00 2001 From: Dana Robinson Date: Tue, 18 Nov 2025 09:36:36 -0700 Subject: [PATCH] Add a note about requiring ROCm 7.2 --- INSTALL.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index bf152346..eb7952f8 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -10,6 +10,11 @@ If CMake can't find hipcc/nvcc, you can set `-DCMAKE_HIP_COMPILER=` Targeting NVIDIA requires CUfile to be installed +### Prerequisites + +> [!NOTE] +> hipFile relies on the unreleased [ROCm 7.2](https://github.com/ROCm/TheRock) libraries and associated [amdgpu](https://github.com/ROCm/amdgpu) drivers. We will update the install instructions when these are released. + ### Configure You do not need to set the `HIP_PLATFORM` environment variable, as