Use static isWorkaroundRequired in isOffsetToSkipSetFFIDGPWARequired function

Related-To: NEO-6853
Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com>
This commit is contained in:
Kamil Kopryk
2022-12-20 13:22:42 +00:00
committed by Compute-Runtime-Automation
parent 13474069fb
commit d35f4249cd
7 changed files with 17 additions and 9 deletions

View File

@@ -272,4 +272,8 @@ const GfxCoreHelper &ClDevice::getGfxCoreHelper() const {
return device.getGfxCoreHelper();
}
const ProductHelper &ClDevice::getProductHelper() const {
return device.getProductHelper();
}
} // namespace NEO