mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-10 15:12:56 +08:00
refactor: remove not needed code
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
15d4127288
commit
bd598e0d88
@@ -26,7 +26,6 @@
|
||||
#include "level_zero/core/source/gfx_core_helpers/l0_gfx_core_helper.h"
|
||||
#include "level_zero/tools/source/metrics/metric.h"
|
||||
|
||||
#include "log_manager.h"
|
||||
#include "neo_igfxfmid.h"
|
||||
|
||||
#include <optional>
|
||||
@@ -210,8 +209,6 @@ CommandList *CommandList::createImmediate(uint32_t productFamily, Device *device
|
||||
}
|
||||
}
|
||||
|
||||
LOG_CRITICAL_FOR_CORE(unlikely(csr == nullptr), "Error during creation of immediate command queue. Unable to create CSR object. Aborting!!");
|
||||
|
||||
UNRECOVERABLE_IF(nullptr == csr);
|
||||
|
||||
commandList = static_cast<CommandListImp *>((*allocator)(CommandList::commandListimmediateIddsPerBlock));
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
#include "level_zero/tools/source/metrics/metric.h"
|
||||
|
||||
#include "driver_version.h"
|
||||
#include "log_manager.h"
|
||||
|
||||
#include <memory>
|
||||
#include <mutex>
|
||||
@@ -63,9 +62,6 @@ void DriverImp::initialize(ze_result_t *result) {
|
||||
executionEnvironment->setDebuggingMode(dbgMode);
|
||||
}
|
||||
|
||||
// Logging enablement if opted
|
||||
NEO::initLogger();
|
||||
|
||||
if (envVariables.fp64Emulation) {
|
||||
executionEnvironment->setFP64EmulationEnabled();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user