mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-28 16:48:45 +08:00
- Given Device Allocated IPC Event Pool, the open IPC event pool process must allocate the event pool as a device buffer or usage of the memory will fail. - Pass deviceAlloc flag thru the IPC Event Pool Handle to enable the child processes to allocate the correct memory type. - Pass isHostVisible flag thru IPCEvent Pool Handle to indicate if the event pool must be allocated as host visible regardless of the allocation type. Related-To: LOCI-3764 Signed-off-by: Spruit, Neil R <neil.r.spruit@intel.com>