Move isCooperativeEngineSupported to HwInfoConfig

Signed-off-by: Katarzyna Cencelewska <katarzyna.cencelewska@intel.com>
This commit is contained in:
Katarzyna Cencelewska
2022-05-10 17:38:03 +00:00
committed by Compute-Runtime-Automation
parent fdb763aa7e
commit 0b68fdbe52
14 changed files with 767 additions and 329 deletions

View File

@@ -360,4 +360,9 @@ bool HwInfoConfigHw<IGFX_UNKNOWN>::isGrfNumReportedWithScm() const {
return false;
}
template <>
bool HwInfoConfigHw<IGFX_UNKNOWN>::isCooperativeEngineSupported(const HardwareInfo &hwInfo) const {
return false;
}
} //namespace NEO