mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-21 01:04:57 +08:00
Add fallback path to query L3 size
Signed-off-by: Dunajski, Bartosz <bartosz.dunajski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
2d8324c954
commit
3c8c09634f
@@ -31,6 +31,7 @@ struct SystemInfo {
|
||||
uint32_t getTotalPsThreads() const { return totalPsThreads; }
|
||||
uint32_t getMaxRCS() const { return maxRCS; }
|
||||
uint32_t getMaxCCS() const { return maxCCS; }
|
||||
uint32_t getL3BankSizeInKb() const { return l3BankSizeInKb; }
|
||||
|
||||
void checkSysInfoMismatch(HardwareInfo *hwInfo);
|
||||
|
||||
@@ -50,6 +51,7 @@ struct SystemInfo {
|
||||
uint32_t totalPsThreads = 0;
|
||||
uint32_t maxRCS = 0;
|
||||
uint32_t maxCCS = 0;
|
||||
uint32_t l3BankSizeInKb = 0;
|
||||
};
|
||||
|
||||
} // namespace NEO
|
||||
|
||||
Reference in New Issue
Block a user