mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-08 05:56:36 +08:00
feature: Use zesInit on windows always
Related-To: NEO-15060 Signed-off-by: shubham kumar <shubham.kumar@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
f51ef2beae
commit
99ee605410
@@ -40,6 +40,7 @@
|
||||
#include "level_zero/core/source/image/image.h"
|
||||
#include "level_zero/core/source/semaphore/external_semaphore_imp.h"
|
||||
#include "level_zero/driver_experimental/zex_common.h"
|
||||
#include "level_zero/sysman/source/driver/sysman_driver.h"
|
||||
|
||||
#include "driver_version.h"
|
||||
|
||||
@@ -268,6 +269,8 @@ DriverHandleImp::~DriverHandleImp() {
|
||||
delete this->svmAllocsManager;
|
||||
this->svmAllocsManager = nullptr;
|
||||
}
|
||||
|
||||
L0::Sysman::globalSysmanDriverCleanup();
|
||||
}
|
||||
|
||||
void DriverHandleImp::updateRootDeviceBitFields(std::unique_ptr<NEO::Device> &neoDevice) {
|
||||
|
||||
Reference in New Issue
Block a user