Skip to content
Merged
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
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.