Skip to content

Commit e927ed3

Browse files
committed
hipFile: Update changelog
1 parent b19e877 commit e927ed3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
* `AIS_USE_SANITIZERS` now also enables the following sanitizers: integer, float-divide-by-zero, local-bounds, vptr, nullability (in addition to address, leak, and undefined). Sanitizers should also now emit usable stack trace info.
1515
* Added check in the Fastpath/AIS backend to ensure the HIP Runtime is initialized. This avoids causing a segfault in the HIP Runtime.
1616
* The default CMake build type was changed from `Debug` to `RelWithDebInfo`
17+
* Added `HIPFILE_UNSUPPORTED_FILE_SYSTEMS` environment variable to allow fastpath operations on unsupported file systems (defaults to false)
18+
* Added validation in Fastpath::score() to ensure the file is a regular file (not a directory, symlink, character device, etc.)
19+
* Added file system validation in Fastpath::score() to accept only ext4 file systems with ordered journaling mode and XFS file systems. Other file systems can be explicitly allowed via the `HIPFILE_UNSUPPORTED_FILE_SYSTEMS` environment variable.
1720

1821
### Removed
1922
* The rocFile library has been completely removed and the code is now a part of hipFile.

0 commit comments

Comments
 (0)