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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ documentation.

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
hipFile can be found in the `hipFile` branch. Please note that this branch
Copy link

Copilot AI Nov 18, 2025

Choose a reason for hiding this comment

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

[nitpick] The word 'hipFile' at the beginning of this line (referring to the technology) should remain unformatted, but consider consistency: if branch names use backticks, the project name 'hipFile' in line 20 and 'libhipfile' in line 27 create inconsistency. However, the current change correctly formats only the branch name reference 'hipFile branch', which is appropriate. The technology reference 'hipFile' at the start is correctly left without backticks.

Copilot uses AI. Check for mistakes.
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
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.
Loading