mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 15:53:45 +08:00
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:
committed by
Compute-Runtime-Automation
parent
6736378c4d
commit
0b6b0e3954
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user