fix: Mapped time stamp retrieval with IPC

Create shared allocations to maintain reference timestamps.
Add flag to IPC pool data to check whether mapped time stamp
flag is set.

Related-To: NEO-12313

Signed-off-by: Bellekallu Rajkiran <bellekallu.rajkiran@intel.com>
This commit is contained in:
Bellekallu Rajkiran
2025-01-20 11:25:34 +00:00
committed by Compute-Runtime-Automation
parent 474b91aa36
commit ad3110ff67
7 changed files with 73 additions and 55 deletions

View File

@@ -83,7 +83,7 @@ zexCounterBasedEventCreate2(ze_context_handle_t hContext, ze_device_handle_t hDe
signalScope, // signalScope
desc->waitScope, // waitScope
timestampFlag, // timestampPool
mappedTimestampFlag, // kerneMappedTsPoolFlag
mappedTimestampFlag, // kernelMappedTsPoolFlag
false, // importedIpcPool
ipcFlag, // ipcPool
};