Limitations

Limitations#

hipFile requires a direct path from the GPU to the storage device. The filesystem must sit directly on the device’s partition. Any interposing block layer between the filesystem and the device breaks the direct path and forces a fallback to compatibility (POSIX) mode. This includes, but is not limited to:

  • LVM / device-mapper (dm)

  • multipath

  • dm-crypt (encrypted volumes)

  • MD software RAID

  • loopback devices