refactor: remove not needed code

Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2025-08-27 10:04:19 +00:00
committed by Compute-Runtime-Automation
parent 15d4127288
commit bd598e0d88
21 changed files with 0 additions and 841 deletions

View File

@@ -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));

View File

@@ -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();
}