mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 13:33:02 +08:00
fix: adjust tests to enabled global allocator 9/n
Related-To: NEO-7063 Signed-off-by: Fabian Zwoliński <fabian.zwolinski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
dc537dda02
commit
bfbcb7c05c
@@ -13,6 +13,7 @@
|
||||
#include "shared/source/direct_submission/direct_submission_controller.h"
|
||||
#include "shared/source/execution_environment/root_device_environment.h"
|
||||
#include "shared/source/helpers/affinity_mask.h"
|
||||
#include "shared/source/helpers/bindless_heaps_helper.h"
|
||||
#include "shared/source/helpers/driver_model_type.h"
|
||||
#include "shared/source/helpers/gfx_core_helper.h"
|
||||
#include "shared/source/helpers/hw_info.h"
|
||||
@@ -42,6 +43,7 @@ void ExecutionEnvironment::releaseRootDeviceEnvironmentResources(RootDeviceEnvir
|
||||
rootDeviceEnvironment->builtins.reset();
|
||||
}
|
||||
rootDeviceEnvironment->releaseDummyAllocation();
|
||||
rootDeviceEnvironment->bindlessHeapsHelper.reset();
|
||||
}
|
||||
|
||||
ExecutionEnvironment::~ExecutionEnvironment() {
|
||||
|
||||
Reference in New Issue
Block a user