Cleanup includes 57

Related-To: NEO-5548
Signed-off-by: Warchulski, Jaroslaw <jaroslaw.warchulski@intel.com>
This commit is contained in:
Warchulski, Jaroslaw
2023-02-16 16:51:55 +00:00
committed by Compute-Runtime-Automation
parent 498e2183e2
commit b485c025d0
105 changed files with 138 additions and 142 deletions

View File

@@ -6,9 +6,6 @@
*/
#pragma once
#include "shared/source/os_interface/os_thread.h"
#include "level_zero/core/source/builtin/builtin_functions_lib.h"
#include "level_zero/core/source/module/module.h"

View File

@@ -6,10 +6,8 @@
*/
#include "shared/source/command_container/encode_surface_state.h"
#include "shared/source/command_container/implicit_scaling.h"
#include "shared/source/command_stream/csr_definitions.h"
#include "shared/source/command_stream/scratch_space_controller.h"
#include "shared/source/gmm_helper/gmm_helper.h"
#include "shared/source/helpers/api_specific_config.h"
#include "shared/source/helpers/gfx_core_helper.h"
#include "shared/source/helpers/pipe_control_args.h"

View File

@@ -12,7 +12,6 @@
#include "shared/source/execution_environment/root_device_environment.h"
#include "shared/source/gmm_helper/gmm.h"
#include "shared/source/helpers/basic_math.h"
#include "shared/source/helpers/string.h"
#include "shared/source/helpers/surface_format_info.h"
#include "shared/source/image/image_surface_state.h"
#include "shared/source/memory_manager/allocation_properties.h"

View File

@@ -10,7 +10,6 @@
#include <level_zero/ze_api.h>
#include <memory>
#include <set>
#include <vector>
struct _ze_module_handle_t {};

View File

@@ -17,6 +17,7 @@
#include <list>
#include <memory>
#include <set>
#include <string>
namespace NEO {

View File

@@ -8,6 +8,7 @@
#include "zello_common.h"
#include <bitset>
#include <cstring>
#include <iomanip>
bool verbose;

View File

@@ -9,7 +9,6 @@
#include <level_zero/ze_api.h>
#include <cstring>
#include <fstream>
#include <iostream>
#include <limits>

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2022 Intel Corporation
* Copyright (C) 2022-2023 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@@ -9,6 +9,8 @@
#include "ocloc_api.h"
#include <cstring>
std::vector<uint8_t> compileToSpirV(const std::string &src, const std::string &options, std::string &outCompilerLog) {
std::vector<uint8_t> ret;

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2021-2022 Intel Corporation
* Copyright (C) 2021-2023 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@@ -8,7 +8,6 @@
#pragma once
#include <cstdint>
#include <cstring>
#include <string>
#include <vector>

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2022 Intel Corporation
* Copyright (C) 2022-2023 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@@ -8,6 +8,7 @@
#include "zello_common.h"
#include "zello_compile.h"
#include <cstring>
#include <iomanip>
#include <iostream>
#include <limits>

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2020-2022 Intel Corporation
* Copyright (C) 2020-2023 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@@ -7,6 +7,7 @@
#include "zello_common.h"
#include <cstring>
#include <iomanip>
void testAppendMemoryCopyFromHeapToDeviceToStack(ze_context_handle_t &context, ze_device_handle_t &device, bool &validRet) {

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2021-2022 Intel Corporation
* Copyright (C) 2021-2023 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@@ -9,6 +9,7 @@
#include "zello_common.h"
#include <cstring>
#include <fstream>
#include <iostream>
#include <limits>

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2021-2022 Intel Corporation
* Copyright (C) 2021-2023 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@@ -9,6 +9,7 @@
#include "zello_common.h"
#include <cstring>
#include <fstream>
#include <iostream>
#include <memory>

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2022 Intel Corporation
* Copyright (C) 2022-2023 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@@ -10,6 +10,7 @@
#include "zello_common.h"
#include "zello_compile.h"
#include <cstring>
#include <fstream>
#include <iostream>
#include <memory>

View File

@@ -9,6 +9,7 @@
#include "zello_common.h"
#include <cstring>
#include <fstream>
#include <iomanip>
#include <iostream>

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2022 Intel Corporation
* Copyright (C) 2022-2023 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@@ -11,6 +11,7 @@
#include "zello_common.h"
#include <cstring>
#include <ctime>
#include <fstream>
#include <iomanip>

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2022 Intel Corporation
* Copyright (C) 2022-2023 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@@ -8,6 +8,7 @@
#include "zello_common.h"
#include "zello_compile.h"
#include <cstring>
#include <fstream>
#include <iostream>
#include <memory>

View File

@@ -9,6 +9,7 @@
#include "zello_common.h"
#include <cstring>
#include <fstream>
#include <iostream>
#include <memory>

View File

@@ -10,6 +10,7 @@
#include "zello_common.h"
#include "zello_compile.h"
#include <cstring>
#include <fstream>
#include <iostream>
#include <memory>

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2022 Intel Corporation
* Copyright (C) 2022-2023 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@@ -10,6 +10,7 @@
#include "zello_common.h"
#include "zello_compile.h"
#include <cstring>
#include <fstream>
#include <iostream>
#include <memory>

View File

@@ -7,6 +7,8 @@
#include "zello_common.h"
#include <cstring>
typedef ze_result_t (*pFnzexDriverImportExternalPointer)(ze_driver_handle_t, void *, size_t);
typedef ze_result_t (*pFnzexDriverReleaseImportedPointer)(ze_driver_handle_t, void *);
typedef ze_result_t (*pFnzexDriverGetHostPointerBaseAddress)(ze_driver_handle_t, void *, void **);

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2021-2022 Intel Corporation
* Copyright (C) 2021-2023 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@@ -8,6 +8,8 @@
#include "zello_common.h"
#include "zello_compile.h"
#include <cstring>
const char *readNV12Module = R"===(
__kernel void
ReadNV12Kernel(

View File

@@ -9,6 +9,7 @@
#include "zello_common.h"
#include <cstring>
#include <fstream>
#include <iomanip>
#include <iostream>

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2022 Intel Corporation
* Copyright (C) 2022-2023 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@@ -8,6 +8,7 @@
#include "zello_common.h"
#include "zello_compile.h"
#include <cstring>
#include <fstream>
#include <iostream>
#include <memory>

View File

@@ -11,6 +11,7 @@
#include "zello_compile.h"
#include <array>
#include <cstring>
#include <iostream>
#include <numeric>
#ifdef WIN32

View File

@@ -8,6 +8,7 @@
#include "zello_common.h"
#include <bitset>
#include <cstring>
#include <sstream>
void executeMemoryTransferAndValidate(ze_context_handle_t &context, ze_device_handle_t &device,

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2021-2022 Intel Corporation
* Copyright (C) 2021-2023 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@@ -8,6 +8,8 @@
#include "zello_common.h"
#include "zello_compile.h"
#include <cstring>
const char *moduleSrc = R"===(
typedef long16 TYPE;
__attribute__((reqd_work_group_size(32, 1, 1))) // force LWS to 32

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2020-2022 Intel Corporation
* Copyright (C) 2020-2023 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@@ -7,6 +7,7 @@
#include "zello_common.h"
#include <cstring>
#include <functional>
#include <map>

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2020-2022 Intel Corporation
* Copyright (C) 2020-2023 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@@ -11,6 +11,8 @@
#include "zello_common.h"
#include "zello_compile.h"
#include <cstring>
const char *moduleSrc = R"===(
__kernel void kernel_copy(__global char *dst, __global char *src){
uint gid = get_global_id(0);

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2020-2022 Intel Corporation
* Copyright (C) 2020-2023 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@@ -7,6 +7,8 @@
#include "zello_common.h"
#include <cstring>
void executeGpuKernelAndValidate(ze_context_handle_t &context, ze_device_handle_t &device, bool &outputValidationSuccessful) {
ze_command_queue_handle_t cmdQueue;
ze_command_queue_desc_t cmdQueueDesc = {ZE_STRUCTURE_TYPE_COMMAND_QUEUE_DESC};

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2020-2022 Intel Corporation
* Copyright (C) 2020-2023 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@@ -8,6 +8,8 @@
#include "zello_common.h"
#include "zello_compile.h"
#include <cstring>
const char *moduleSrc = R"===(
__kernel void kernel_copy(__global char *dst, __global char *src){
uint gid = get_global_id(0);

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2021-2022 Intel Corporation
* Copyright (C) 2021-2023 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@@ -9,6 +9,7 @@
#include "zello_common.h"
#include <cstring>
#include <fstream>
#include <iostream>
#include <memory>

View File

@@ -16,8 +16,6 @@
#include <gtest/gtest.h>
#include <iostream>
namespace L0 {
extern struct APITracerContextImp *pGlobalAPITracerContextImp;

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2020-2022 Intel Corporation
* Copyright (C) 2020-2023 Intel Corporation
*
* SPDX-License-Identifier: MIT
*

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2020-2022 Intel Corporation
* Copyright (C) 2020-2023 Intel Corporation
*
* SPDX-License-Identifier: MIT
*