fix: change failBuildProgramWithStatefulAccessPreference to false on pvc

Related-To: NEO-6075

Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com>
This commit is contained in:
Kamil Kopryk
2023-06-19 13:50:30 +00:00
committed by Compute-Runtime-Automation
parent ff09fdf07a
commit f0520de068
2 changed files with 3 additions and 3 deletions

View File

@@ -62,7 +62,7 @@ uint32_t CompilerProductHelperHw<IGFX_PVC>::matchRevisionIdWithProductConfig(Har
template <>
bool CompilerProductHelperHw<IGFX_PVC>::failBuildProgramWithStatefulAccessPreference() const {
return true;
return false;
}
static EnableCompilerProductHelper<IGFX_PVC> enableCompilerProductHelperPVC;