mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 09:09:04 +08:00
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:
committed by
Compute-Runtime-Automation
parent
10c37fbb78
commit
63051f0635
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user