feature: Retrieve vmToTile map information for multi tile eudebug support

Related-To: NEO-11104
Signed-off-by: Jitendra Sharma <jitendra.sharma@intel.com>
This commit is contained in:
Jitendra Sharma
2024-12-17 22:55:45 +00:00
committed by Compute-Runtime-Automation
parent e8cfb38db4
commit 0248b53d86
5 changed files with 233 additions and 104 deletions

View File

@@ -54,6 +54,17 @@ struct EuDebugEventExecQueue {
uint64_t lrcHandle[];
};
struct EuDebugEventExecQueuePlacements {
struct EuDebugEvent base;
uint64_t clientHandle;
uint64_t vmHandle;
uint64_t execQueueHandle;
uint64_t lrcHandle;
uint64_t numPlacements;
uint64_t pad;
uint64_t instances[];
};
struct EuDebugEventMetadata {
struct EuDebugEvent base;
uint64_t clientHandle;