Move setCapabilityCoherencyFlag function from HwHelper to HwInfoConfig

Signed-off-by: Rafal Maziejuk <rafal.maziejuk@intel.com>
Related-To: NEO-4541
This commit is contained in:
Rafal Maziejuk
2021-09-22 14:39:01 +00:00
committed by Compute-Runtime-Automation
parent 80b49e4a47
commit 7c473d0a11
21 changed files with 74 additions and 93 deletions

View File

@@ -188,4 +188,8 @@ bool HwInfoConfigHw<IGFX_UNKNOWN>::heapInLocalMem(const HardwareInfo &hwInfo) co
return false;
}
template <>
void HwInfoConfigHw<IGFX_UNKNOWN>::setCapabilityCoherencyFlag(const HardwareInfo &hwInfo, bool &coherencyFlag) {
}
} //namespace NEO