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

@@ -55,8 +55,7 @@ Device *WddmSysmanImp::getDeviceHandle() {
}
ze_bool_t WddmSysmanImp::isDriverModelSupported() {
auto usingZesInit = NEO::debugManager.flags.EnableSysmanLegacyModeUsingZesInit.get();
return !usingZesInit;
return true;
}
std::vector<ze_device_handle_t> &WddmSysmanImp::getDeviceHandles() {