feature: Use zesInit on windows always

Related-To: NEO-15060

Signed-off-by: shubham kumar <shubham.kumar@intel.com>
This commit is contained in:
shubham kumar
2025-07-28 17:30:58 +00:00
committed by Compute-Runtime-Automation
parent f51ef2beae
commit 99ee605410
15 changed files with 58 additions and 16 deletions

View File

@@ -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) {