mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 05:24:02 +08:00
refactor: correct the naming of some topology-related variables
Related-To: NEO-9489 Signed-off-by: Wenbin Lu <wenbin.lu@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
f212c14eab
commit
357a607d22
@@ -91,9 +91,9 @@ struct DrmQueryTopologyData {
|
||||
int euCount = 0;
|
||||
int numL3Banks = 0;
|
||||
|
||||
int maxSliceCount = 0;
|
||||
int maxSubSliceCount = 0;
|
||||
int maxEuPerSubSlice = 0;
|
||||
int maxSlices = 0;
|
||||
int maxSubSlicesPerSlice = 0;
|
||||
int maxEusPerSubSlice = 0;
|
||||
};
|
||||
|
||||
struct MemoryClassInstance {
|
||||
|
||||
Reference in New Issue
Block a user