SWDEV-322620 - Virtual Memory Management APIs

Adding skeletons.
Implemented:
- hipMemGetAllocationGranularity with basic granularity
- hipMemGetAllocationPropertiesFromHandle
- hipMemCreate

Change-Id: I4bd2c75fae45d6a057efcad19d1d3c9715e9ae67
This commit is contained in:
Christophe Paquot
2022-03-28 14:12:01 -07:00
committed by Christophe Paquot
parent ff78c439ef
commit cd447a5aaa
7 changed files with 690 additions and 2 deletions
+14
View File
@@ -417,6 +417,20 @@ global:
hipMemPoolImportFromShareableHandle;
hipMemPoolExportPointer;
hipMemPoolImportPointer;
hipMemAddressFree;
hipMemAddressReserve;
hipMemCreate;
hipMemExportToShareableHandle;
hipMemGetAccess;
hipMemGetAllocationGranularity;
hipMemGetAllocationPropertiesFromHandle;
hipMemImportFromShareableHandle;
hipMemMap;
hipMemMapArrayAsync;
hipMemRelease;
hipMemRetainAllocationHandle;
hipMemSetAccess;
hipMemUnmap;
local:
*;
} hip_5.0;