mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 23:03:02 +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
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user