Delete unused L0 function

Signed-off-by: Rafal Maziejuk <rafal.maziejuk@intel.com>
Related-To: NEO-4541
This commit is contained in:
Rafal Maziejuk
2021-09-13 13:03:17 +00:00
committed by Compute-Runtime-Automation
parent f8bad4d46c
commit f6c8fb47bb
5 changed files with 0 additions and 24 deletions

View File

@@ -53,7 +53,6 @@ set(L0_RUNTIME_SOURCES
${CMAKE_CURRENT_SOURCE_DIR}/helpers/implicit_scaling_l0.cpp
${CMAKE_CURRENT_SOURCE_DIR}/helpers/l0_populate_factory.h
${CMAKE_CURRENT_SOURCE_DIR}/helpers/properties_parser.h
${CMAKE_CURRENT_SOURCE_DIR}/hw_helpers${BRANCH_DIR_SUFFIX}/hw_helpers.h
${CMAKE_CURRENT_SOURCE_DIR}/hw_helpers/l0_hw_helper_base.inl
${CMAKE_CURRENT_SOURCE_DIR}/hw_helpers/l0_hw_helper_skl_and_later.inl
${CMAKE_CURRENT_SOURCE_DIR}/hw_helpers/l0_hw_helper.cpp

View File

@@ -16,7 +16,6 @@
#include "level_zero/core/source/device/device.h"
#include "level_zero/core/source/device/device_imp.h"
#include "hw_helpers.h"
#include "igfxfmid.h"
namespace L0 {

View File

@@ -48,8 +48,6 @@
#include "level_zero/tools/source/metrics/metric.h"
#include "level_zero/tools/source/sysman/sysman.h"
#include "hw_helpers.h"
namespace NEO {
bool releaseFP64Override();
} // namespace NEO

View File

@@ -13,8 +13,6 @@
#include "shared/source/memory_manager/memory_manager.h"
#include "shared/source/utilities/wait_util.h"
#include "hw_helpers.h"
namespace L0 {
Fence *Fence::create(CommandQueueImp *cmdQueue, const ze_fence_desc_t *desc) {

View File

@@ -1,18 +0,0 @@
/*
* Copyright (C) 2020 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "shared/source/command_stream/command_stream_receiver.h"
#include "shared/source/helpers/basic_math.h"
#include "shared/source/helpers/hw_info.h"
#include <cstdint>
namespace L0 {
inline uint64_t getIntermediateCacheSize(const NEO::HardwareInfo &hwInfo) {
return 0u;
}
} // namespace L0