feature: don't allow to build program with stateful accesses on PVC

Related-To: NEO-6075
Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com>
This commit is contained in:
Kamil Kopryk
2023-06-12 16:03:21 +00:00
committed by Compute-Runtime-Automation
parent 0605716499
commit 52651991c2
10 changed files with 64 additions and 6 deletions

View File

@@ -60,6 +60,11 @@ uint32_t CompilerProductHelperHw<IGFX_PVC>::matchRevisionIdWithProductConfig(Har
return pvcConfig.value;
}
template <>
bool CompilerProductHelperHw<IGFX_PVC>::failBuildProgramWithStatefulAccessPreference() const {
return true;
}
static EnableCompilerProductHelper<IGFX_PVC> enableCompilerProductHelperPVC;
} // namespace NEO