Revert "feature: Use zesInit on windows always"

This reverts commit cf7a4bc0dd.

Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:
Compute-Runtime-Validation
2025-09-17 08:53:43 +02:00
committed by Compute-Runtime-Automation
parent 10c37fbb78
commit 63051f0635
15 changed files with 12 additions and 54 deletions

View File

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