mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 09:09:04 +08:00
fix: disable OOOS
Related-To: NEO-7458 Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
7cb3278eb3
commit
694e731a01
@@ -425,7 +425,7 @@ uint32_t GfxCoreHelperHw<Family>::getAmountOfAllocationsToFill() const {
|
||||
|
||||
template <>
|
||||
bool GfxCoreHelperHw<Family>::isRelaxedOrderingSupported() const {
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
} // namespace NEO
|
||||
|
||||
Reference in New Issue
Block a user