Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.04 KB

File metadata and controls

23 lines (18 loc) · 1.04 KB

Changelog for hipFile

UNRELEASED - hipFile 0.2.0

Added

  • The examples can be installed to share/doc/examples/* by setting AIS_INSTALL_EXAMPLES (formerly AIS_BUILD_EXAMPLES) to ON

Changed

  • Renamed hipFileOpStatusError() to hipFileGetOpErrorString()
  • The hipfile-doc CMake target no longer exists (just use doc)
  • The doc CMake target only exists if the AIS_BUILD_DOCS option is enabled
  • hipFileRead()/hipFileWrite() will transfer at most 0x7ffff000 (2,147,479,552) bytes returning the number of bytes actually transferred
  • The CMake namespace was changed from roc:: to hip::
  • AIS_BUILD_EXAMPLES has been renamed to AIS_INSTALL_EXAMPLES

Removed

Limitations

  • The batch API calls are not supported w/ an AMD backend
  • The async API calls are not supported w/ an AMD backend

Known issues