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:
Wenbin Lu
2024-07-23 21:03:35 +00:00
committed by Compute-Runtime-Automation
parent f212c14eab
commit 357a607d22
11 changed files with 85 additions and 101 deletions

View File

@@ -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 {