From 5af9dff74dc6537d311e6cd64f487f03e51934c7 Mon Sep 17 00:00:00 2001 From: Bartosz Dunajski Date: Tue, 7 Dec 2021 12:02:07 +0000 Subject: [PATCH] PVC: Dont override default thread arbitration policy Signed-off-by: Bartosz Dunajski --- shared/source/xe_hpc_core/hw_helper_xe_hpc_core.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/source/xe_hpc_core/hw_helper_xe_hpc_core.cpp b/shared/source/xe_hpc_core/hw_helper_xe_hpc_core.cpp index e79fe161c8..3f100561c4 100644 --- a/shared/source/xe_hpc_core/hw_helper_xe_hpc_core.cpp +++ b/shared/source/xe_hpc_core/hw_helper_xe_hpc_core.cpp @@ -355,7 +355,7 @@ uint32_t HwHelperHw::computeSlmValues(const HardwareInfo &hwInfo, uint32 template <> uint32_t HwHelperHw::getDefaultThreadArbitrationPolicy() const { - return ThreadArbitrationPolicy::RoundRobin; + return ThreadArbitrationPolicy::AgeBased; } template <>