Revert "Deferred deletion of allocations in main thread"

This reverts commit c268e30189.

Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:
Compute-Runtime-Validation
2023-01-04 17:39:52 +01:00
committed by Compute-Runtime-Automation
parent 0dbf92d401
commit af81c79076
13 changed files with 14 additions and 150 deletions

View File

@@ -154,7 +154,6 @@ void DrmMemoryManager::releaseBufferObject(uint32_t rootDeviceIndex) {
}
void DrmMemoryManager::commonCleanup() {
MemoryManager::commonCleanup();
if (gemCloseWorker) {
gemCloseWorker->close(true);
}