mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 13:33:02 +08:00
performance: Enable waitpkg with tpause
Resolves: NEO-14336 Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
28dd4cf4d8
commit
7c75807987
@@ -30,7 +30,7 @@
|
||||
|
||||
namespace NEO {
|
||||
ExecutionEnvironment::ExecutionEnvironment() {
|
||||
WaitUtils::init(WaitUtils::WaitpkgUse::noUse);
|
||||
WaitUtils::init(WaitUtils::WaitpkgUse::tpause);
|
||||
this->configureNeoEnvironment();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user