mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 09:09:04 +08:00
Use static isWorkaroundRequired in isOffsetToSkipSetFFIDGPWARequired function
Related-To: NEO-6853 Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
13474069fb
commit
d35f4249cd
@@ -272,4 +272,8 @@ const GfxCoreHelper &ClDevice::getGfxCoreHelper() const {
|
||||
return device.getGfxCoreHelper();
|
||||
}
|
||||
|
||||
const ProductHelper &ClDevice::getProductHelper() const {
|
||||
return device.getProductHelper();
|
||||
}
|
||||
|
||||
} // namespace NEO
|
||||
|
||||
Reference in New Issue
Block a user