Skip to content

Update INSTALL dependencies#199

Open
derobins wants to merge 1 commit intodevelopfrom
derobins/install_update
Open

Update INSTALL dependencies#199
derobins wants to merge 1 commit intodevelopfrom
derobins/install_update

Conversation

@derobins
Copy link
Collaborator

No description provided.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the installation documentation to reflect current platform/filesystem support and build-time dependency requirements for hipFile.

Changes:

  • Document xfs as a supported filesystem alongside ext4.
  • Replace the previous ROCm “unreleased” note with an explicit prerequisites list (CMake/C++/ROCm/amdgpu/Boost/libmount).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +101 to +102
* Boost
* libmount
Copy link

Copilot AI Feb 27, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In the prerequisites list, Boost and libmount read like runtime packages, but building this project (and tests) needs the development headers/libraries (e.g., libmount-dev/libmount-devel and Boost program_options dev packages). Suggest clarifying that these are -dev/-devel dependencies (and optionally which Boost component is required) to prevent install/build failures.

Suggested change
* Boost
* libmount
* Boost development packages (including `program_options`; e.g. `libboost-program-options-dev` / `boost-devel`)
* libmount development packages (e.g. `libmount-dev` / `libmount-devel`)

Copilot uses AI. Check for mistakes.
* CMake >= 3.21
* C++ >= 17 (tested w/ clang++ & g++, we don't use GNU extensions)
* ROCm >= 7.2
* amdgpu >= 30.10.1
Copy link

Copilot AI Feb 27, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The prerequisite amdgpu >= 30.10.1 is ambiguous (kernel module vs. the amdgpu-dkms/driver package) and doesn’t match the earlier wording that refers to amdgpu-dkms. Consider renaming this to the actual installable package/driver requirement (and, if relevant, noting how to check the version) so readers know what to install/verify.

Suggested change
* amdgpu >= 30.10.1
* amdgpu-dkms >= 30.10.1

Copilot uses AI. Check for mistakes.
* CMake >= 3.21
* C++ >= 17 (tested w/ clang++ & g++, we don't use GNU extensions)
* ROCm >= 7.2
* amdgpu >= 30.10.1
Copy link
Collaborator

@riley-dixon riley-dixon Feb 27, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

30.20.1 should be the minimum version. (Also agree with copilot about specifying dkms).

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will fix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants