mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-01 12:33:12 +08:00
feature: Add 3-level wait scheme with tpause intrinsic
Related-To: NEO-14336 Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
4e9afb32e6
commit
8a85a96ed2
@@ -30,7 +30,7 @@
|
||||
|
||||
namespace NEO {
|
||||
ExecutionEnvironment::ExecutionEnvironment() {
|
||||
WaitUtils::init(false);
|
||||
WaitUtils::init(WaitUtils::WaitpkgUse::noUse);
|
||||
this->configureNeoEnvironment();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user