performance: Enable wait pkg for ULLS light

Related-To: NEO-13922

Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
Lukasz Jobczyk
2025-03-07 10:32:00 +00:00
committed by Compute-Runtime-Automation
parent 413194bd2a
commit 53062056ec
6 changed files with 66 additions and 26 deletions

View File

@@ -30,7 +30,7 @@
namespace NEO {
ExecutionEnvironment::ExecutionEnvironment() {
WaitUtils::init();
WaitUtils::init(false);
this->configureNeoEnvironment();
}