Enable timestamp wait mechanism

Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
Lukasz Jobczyk
2021-12-28 10:09:37 +00:00
committed by Compute-Runtime-Automation
parent 694046d30e
commit 4d422387ec
2 changed files with 3 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ bool CommandQueue::isAssignEngineRoundRobinEnabled() {
}
bool CommandQueue::isTimestampWaitEnabled() {
return false;
return true;
}
} // namespace NEO