performance: Wait in busy loop with timeout before Gdi sync object

Resolves: NEO-8343

Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
Lukasz Jobczyk
2023-09-08 12:08:28 +00:00
committed by Compute-Runtime-Automation
parent 66c030b5a0
commit e9f199bcad
11 changed files with 35 additions and 23 deletions

View File

@@ -173,7 +173,7 @@ uint64_t WddmDirectSubmission<GfxFamily, Dispatcher>::updateTagValueImpl() {
template <typename GfxFamily, typename Dispatcher>
void WddmDirectSubmission<GfxFamily, Dispatcher>::handleCompletionFence(uint64_t completionValue, MonitoredFence &fence) {
wddm->waitFromCpu(completionValue, fence);
wddm->waitFromCpu(completionValue, fence, false);
}
template <typename GfxFamily, typename Dispatcher>