performance: Adjust umwait counter value

Related-To: NEO-13922, NEO-14336

Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
Lukasz Jobczyk
2025-03-20 12:16:19 +00:00
committed by Compute-Runtime-Automation
parent e6ff523a8e
commit 75461d190d
2 changed files with 11 additions and 11 deletions

View File

@@ -17,7 +17,7 @@ namespace NEO {
namespace WaitUtils {
constexpr uint64_t defaultCounterValue = 10000;
constexpr uint64_t defaultCounterValue = 16000;
constexpr uint32_t defaultControlValue = 0;
constexpr uint32_t defaultWaitCount = 1u;