Revert "feature: Use zesInit on windows always"

This reverts commit 9dadadfa73.

Signed-off-by: shubham kumar <shubham.kumar@intel.com>
This commit is contained in:
shubham kumar
2025-09-23 14:38:16 +00:00
committed by Compute-Runtime-Automation
parent 6736378c4d
commit 0b6b0e3954
15 changed files with 12 additions and 54 deletions

View File

@@ -43,7 +43,6 @@
#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"
@@ -283,8 +282,6 @@ DriverHandleImp::~DriverHandleImp() {
delete this->svmAllocsManager;
this->svmAllocsManager = nullptr;
}
L0::Sysman::globalSysmanDriverCleanup();
}
void DriverHandleImp::updateRootDeviceBitFields(std::unique_ptr<NEO::Device> &neoDevice) {