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-04-26 16:12:22 +00:00
committed by Compute-Runtime-Automation
parent 25c7074d43
commit 1676c32c78
9 changed files with 59 additions and 9 deletions

View File

@@ -10,4 +10,10 @@ template <>
uint64_t CompilerProductHelperHw<IGFX_PVC>::getHwInfoConfig(const HardwareInfo &hwInfo) const {
return 0x0;
}
template <>
bool CompilerProductHelperHw<IGFX_PVC>::failBuildProgramWithStatefulAccessPreference() const {
return true;
}
} // namespace NEO