mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 21:42:53 +08:00
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:
committed by
Compute-Runtime-Automation
parent
c92a4acc01
commit
896e01c1cb
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user