fix: disable OOOS

Related-To: NEO-7458

Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
Lukasz Jobczyk
2023-06-13 13:20:34 +00:00
committed by Compute-Runtime-Automation
parent 7cb3278eb3
commit 694e731a01
3 changed files with 7 additions and 4 deletions

View File

@@ -425,7 +425,7 @@ uint32_t GfxCoreHelperHw<Family>::getAmountOfAllocationsToFill() const {
template <>
bool GfxCoreHelperHw<Family>::isRelaxedOrderingSupported() const {
return true;
return false;
}
} // namespace NEO