performance: Enable waitpkg

Resolves: NEO-14336

Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
Lukasz Jobczyk
2025-03-11 13:25:31 +00:00
committed by Compute-Runtime-Automation
parent f52c81c0e4
commit 8ec5434460
3 changed files with 15 additions and 2 deletions

View File

@@ -1430,7 +1430,6 @@ inline bool CommandStreamReceiverHw<GfxFamily>::initDirectSubmission() {
this->osContext->setDirectSubmissionActive();
if (this->osContext->isDirectSubmissionLightActive()) {
this->pushAllocationsForMakeResident = false;
WaitUtils::init(true);
}
}
}