- The examples can be installed to
share/doc/examples/*by settingAIS_INSTALL_EXAMPLES(formerlyAIS_BUILD_EXAMPLES) to ON
- Renamed
hipFileOpStatusError()tohipFileGetOpErrorString() - The
hipfile-docCMake target no longer exists (just usedoc) - The
docCMake target only exists if theAIS_BUILD_DOCSoption 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::tohip:: AIS_BUILD_EXAMPLEShas been renamed toAIS_INSTALL_EXAMPLES
- The rocFile library has been completely removed and the code is now a part of hipFile.
- The hipify patch was removed. You can get hipify with hipFile support at https://github.com/derobins/HIPIFY/tree/hipFile.
- The batch API calls are not supported w/ an AMD backend
- The async API calls are not supported w/ an AMD backend