mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-31 20:13:04 +08:00
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:
committed by
Compute-Runtime-Automation
parent
e8cfb38db4
commit
0248b53d86
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user