SWDEV-311270 - Add IPC support for memory pools

Initial implementation for hipMemPoolExportToShareableHandle,
hipMemPoolImportFromShareableHandle,
hipMemPoolExportPointer and hipMemPoolImportPointer

Change-Id: I0ebdc48e9163b394ded560adca6c38bbc5aee7d1


[ROCm/clr commit: 1a0c3e4dc4]
This commit is contained in:
German
2023-06-06 16:56:09 -04:00
committed by German Andryeyev
parent d6086f9d69
commit af5944dc71
13 changed files with 454 additions and 40 deletions
@@ -1048,7 +1048,7 @@ bool VirtualGPU::create(bool profiling, uint deviceQueueSize, uint rtCUs,
dev().rgpCaptureMgr()->RegisterTimedQueue(2 * index() + 1, queue(SdmaEngine).iQueue_,
&dbg_vmid);
}
return true;
}