mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Update task count while waiting
Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:

committed by
Compute-Runtime-Automation

parent
8df7128901
commit
129357410c
@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user