mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 21:42:53 +08:00
Do not free SVM alloc under SVM manager lock
Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
dbc6ac2743
commit
7c572b4090
@@ -57,6 +57,7 @@ Context::~Context() {
|
||||
}
|
||||
}
|
||||
if (svmAllocsManager) {
|
||||
svmAllocsManager->trimUSMDeviceAllocCache();
|
||||
delete svmAllocsManager;
|
||||
}
|
||||
if (driverDiagnostics) {
|
||||
|
||||
Reference in New Issue
Block a user