Require exact revision when getting binary builtin for PVC

this change also implements logic for recompilation of builtin from spv in L0
in case when binary resource is not available


Related-To: NEO-6170
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2021-12-22 15:32:45 +00:00
committed by Compute-Runtime-Automation
parent c92a4acc01
commit 896e01c1cb
19 changed files with 261 additions and 27 deletions

View File

@@ -705,4 +705,9 @@ template <typename GfxFamily>
bool HwHelperHw<GfxFamily>::disableL3CacheForDebug() const {
return false;
}
template <typename GfxFamily>
bool HwHelperHw<GfxFamily>::isRevisionSpecificBinaryBuiltinRequired() const {
return false;
}
} // namespace NEO