performance: set 1ms ULLS timeout on Windows since Xe2

Related-To: NEO-13843

Signed-off-by: Szymon Morek <szymon.morek@intel.com>
This commit is contained in:
Szymon Morek
2025-06-16 16:40:35 +00:00
committed by Compute-Runtime-Automation
parent 763fe6ff86
commit 558752288f
14 changed files with 72 additions and 52 deletions

View File

@@ -13,4 +13,8 @@ namespace NEO {
bool DirectSubmissionController::sleep(std::unique_lock<std::mutex> &lock) {
return NEO::waitOnConditionWithPredicate(condVar, lock, getSleepValue(), [&] { return !pagingFenceRequests.empty(); });
}
void DirectSubmissionController::overrideDirectSubmissionTimeouts(const ProductHelper &productHelper) {
}
} // namespace NEO