performance: Enable waitpkg with tpause

Resolves: NEO-14336

Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
Lukasz Jobczyk
2025-03-21 16:06:11 +00:00
committed by Compute-Runtime-Automation
parent 28dd4cf4d8
commit 7c75807987
2 changed files with 16 additions and 1 deletions

View File

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