Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,15 @@

## Building hipFile and rocFile

Supported compilers: amdclang++, clang++, g++
> [!NOTE]
> hipFile is alpha software that has undergone testing on limited hardware. It may not work on your system at this time.

Supported hardware:
* hipFile should work with the [GPUs that ROCm supports](https://rocm.docs.amd.com/projects/install-on-linux/en/latest/reference/system-requirements.html)
* Storage is currently limited to local NVMe drives
* hipFile has only been tested on AMD CPUs/systems

Supported compilers: amdclang++ (preferred), clang++, g++

Supported platforms: Linux (Windows may be supported in a future release)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ AMD Infinity Storage library that supports IO directly to the GPU

## Building hipFile and rocFile

See the INSTALL.md file in the project root for build and install
documentation.
See the INSTALL.md file in the project root for a list of supported
hardware and compilers as well as build and install instructions.

### hipify support

Expand Down
Loading