Report to StreamProperties whether large grf should be programmed with SCM

Add helper method to UnitTestHelper to query programmed grf values.

Related-To: NEO-6659

Signed-off-by: Filip Hazubski <filip.hazubski@intel.com>
This commit is contained in:
Filip Hazubski
2022-04-26 14:28:18 +00:00
committed by Compute-Runtime-Automation
parent 903cf766b3
commit 3900c9d24a
14 changed files with 87 additions and 12 deletions

View File

@@ -24,7 +24,7 @@ struct StateComputeModeProperties {
void clearIsDirty();
bool isDirtyExtra() const;
void setPropertiesExtra();
void setPropertiesExtra(bool reportNumGrf);
void setPropertiesExtra(const StateComputeModeProperties &properties);
void clearIsDirtyExtra();
};