From 4afad866ff061253ba5edd0f19f3236aa33c3a3f Mon Sep 17 00:00:00 2001 From: Dana Robinson Date: Fri, 27 Feb 2026 12:35:44 -0700 Subject: [PATCH] Update INSTALL dependencies --- INSTALL.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index f6d947a3..ac565b89 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -80,7 +80,7 @@ If CMake can't find hipcc/nvcc, you can set `-DCMAKE_HIP_COMPILER=` Supported platforms: Linux (Windows may be supported in a future release) -Supported filesystems: Only ext4 is supported at this time +Supported filesystems: Only ext4 and xfs are supported at this time Targeting NVIDIA requires cuFile to be installed @@ -94,8 +94,12 @@ sudo systemctl reboot ### 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. +* CMake >= 3.21 +* C++ >= 17 (tested w/ clang++ & g++, we don't use GNU extensions) +* ROCm >= 7.2 +* amdgpu >= 30.10.1 +* Boost +* libmount ### Configure