From 70d075a7df2e06884aa068f9b485d48b08e6b919 Mon Sep 17 00:00:00 2001 From: Dana Robinson Date: Wed, 5 Nov 2025 14:22:10 -0800 Subject: [PATCH] Add README.md notes about hipify and fio --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 780d0844..4d7b1a6a 100644 --- a/README.md +++ b/README.md @@ -86,3 +86,17 @@ If you want to build the docs without compiling the libraries, you can just build the `doc` target: `cmake --build . --target doc` + +### hipify support + +We've created a fork of [ROCm/HIPIFY](https://github.com/ROCm/HIPIFY) at +[derobins/HIPIFY](https://github.com/derobins/HIPIFY). Changes to support +hipFile can be found in the hipFile branch. Please note that this branch +is a work in progress and may not be fully functional. + +### fio support + +We've created a fork of [axboe/fio](https://github.com/axboe/fio) at +[ROCm/fio](https://github.com/ROCm/fio). Changes to support a +libhipfile engine can be found in the hipFile branch. Please note +that this fork is a work in progress and may not be fully functional.