mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-08 14:02:58 +08:00
fix: handle in-order allocator destruction
Related-To: NEO-10572 Signed-off-by: Dunajski, Bartosz <bartosz.dunajski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
0f8dd5e6c9
commit
1d59ffba82
@@ -1465,6 +1465,7 @@ void DeviceImp::releaseResources() {
|
||||
metricContext.reset();
|
||||
builtins.reset();
|
||||
cacheReservation.reset();
|
||||
deviceInOrderCounterAllocator.reset();
|
||||
|
||||
if (allocationsForReuse.get()) {
|
||||
allocationsForReuse->freeAllGraphicsAllocations(neoDevice);
|
||||
|
||||
Reference in New Issue
Block a user