Update task count while waiting

Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
Lukasz Jobczyk
2021-02-23 08:48:08 +00:00
committed by Compute-Runtime-Automation
parent 8df7128901
commit 129357410c
10 changed files with 234 additions and 12 deletions

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2018-2020 Intel Corporation
* Copyright (C) 2018-2021 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@ -28,6 +28,7 @@ bool DeferrableAllocationDeletion::apply() {
} else {
isStillUsed = true;
engine.commandStreamReceiver->flushBatchedSubmissions();
engine.commandStreamReceiver->updateTagFromWait();
}
}
}