mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 13:33:02 +08:00
fix: correct query topology on xe
Related-To: NEO-7996 Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
74082703ed
commit
082d33bb7c
@@ -85,6 +85,16 @@ struct QueryTopologyInfo {
|
||||
uint8_t data[];
|
||||
};
|
||||
|
||||
struct DrmQueryTopologyData {
|
||||
int sliceCount = 0;
|
||||
int subSliceCount = 0;
|
||||
int euCount = 0;
|
||||
|
||||
int maxSliceCount = 0;
|
||||
int maxSubSliceCount = 0;
|
||||
int maxEuCount = 0;
|
||||
};
|
||||
|
||||
struct MemoryClassInstance {
|
||||
uint16_t memoryClass;
|
||||
uint16_t memoryInstance;
|
||||
|
||||
Reference in New Issue
Block a user