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.