remove unused include

Signed-off-by: Artur Harasimiuk <artur.harasimiuk@intel.com>
This commit is contained in:
Artur Harasimiuk
2022-06-28 08:58:38 +00:00
committed by Compute-Runtime-Automation
parent b0e694e102
commit 2cc2d05c37
56 changed files with 17 additions and 116 deletions

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2018-2021 Intel Corporation
* Copyright (C) 2018-2022 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@ -19,8 +19,6 @@
#include "opencl/test/unit_test/command_stream/command_stream_fixture.h"
#include "gtest/gtest.h"
#include <cstdint>
namespace NEO {

View File

@ -23,8 +23,6 @@
#include "opencl/test/unit_test/mocks/mock_cl_device.h"
#include "opencl/test/unit_test/mocks/mock_platform.h"
#include "gtest/gtest.h"
#include <sstream>
namespace NEO {

View File

@ -12,8 +12,6 @@
#include "opencl/test/unit_test/command_queue/enqueue_fixture.h"
#include "opencl/test/unit_test/fixtures/buffer_fixture.h"
#include "gtest/gtest.h"
namespace NEO {
struct EnqueueWriteBufferTypeTest : public CommandEnqueueFixture,

View File

@ -15,7 +15,6 @@
#include "opencl/test/unit_test/mocks/mock_context.h"
#include "CL/cl.h"
#include "gtest/gtest.h"
namespace NEO {
class Device;

View File

@ -12,8 +12,6 @@
#include "opencl/test/unit_test/fixtures/buffer_fixture.h"
#include "opencl/test/unit_test/mocks/mock_context.h"
#include "gtest/gtest.h"
namespace NEO {
struct EnqueueCopyBufferHelper {

View File

@ -12,8 +12,6 @@
#include "opencl/test/unit_test/fixtures/buffer_fixture.h"
#include "opencl/test/unit_test/mocks/mock_context.h"
#include "gtest/gtest.h"
namespace NEO {
struct EnqueueCopyBufferRectHelper {

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2018-2021 Intel Corporation
* Copyright (C) 2018-2022 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@ -14,8 +14,6 @@
#include "opencl/test/unit_test/fixtures/buffer_fixture.h"
#include "opencl/test/unit_test/fixtures/image_fixture.h"
#include "gtest/gtest.h"
namespace NEO {
struct EnqueueCopyBufferToImageTest : public CommandEnqueueFixture,

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2018-2021 Intel Corporation
* Copyright (C) 2018-2022 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@ -14,8 +14,6 @@
#include "opencl/test/unit_test/fixtures/built_in_fixture.h"
#include "opencl/test/unit_test/fixtures/image_fixture.h"
#include "gtest/gtest.h"
namespace NEO {
struct EnqueueCopyImageTest : public CommandEnqueueFixture,

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2018-2021 Intel Corporation
* Copyright (C) 2018-2022 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@ -14,8 +14,6 @@
#include "opencl/test/unit_test/fixtures/buffer_fixture.h"
#include "opencl/test/unit_test/fixtures/image_fixture.h"
#include "gtest/gtest.h"
namespace NEO {
struct EnqueueCopyImageToBufferTest : public CommandEnqueueFixture,

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2018-2021 Intel Corporation
* Copyright (C) 2018-2022 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@ -11,8 +11,6 @@
#include "opencl/test/unit_test/fixtures/buffer_fixture.h"
#include "opencl/test/unit_test/mocks/mock_context.h"
#include "gtest/gtest.h"
namespace NEO {
struct EnqueueMapBufferTypeTest : public CommandEnqueueFixture,

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2018-2021 Intel Corporation
* Copyright (C) 2018-2022 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@ -11,8 +11,6 @@
#include "opencl/test/unit_test/fixtures/buffer_fixture.h"
#include "opencl/test/unit_test/mocks/mock_context.h"
#include "gtest/gtest.h"
namespace NEO {
struct EnqueueReadBufferTypeTest : public CommandEnqueueFixture,

View File

@ -13,8 +13,6 @@
#include "opencl/test/unit_test/fixtures/buffer_fixture.h"
#include "opencl/test/unit_test/mocks/mock_context.h"
#include "gtest/gtest.h"
namespace NEO {
struct EnqueueReadBufferRectTest : public CommandEnqueueFixture,

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2018-2021 Intel Corporation
* Copyright (C) 2018-2022 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@ -14,8 +14,6 @@
#include "opencl/test/unit_test/fixtures/image_fixture.h"
#include "opencl/test/unit_test/mocks/mock_context.h"
#include "gtest/gtest.h"
namespace NEO {
struct EnqueueReadImageTest : public CommandEnqueueFixture,

View File

@ -14,8 +14,6 @@
#include "opencl/test/unit_test/fixtures/buffer_fixture.h"
#include "opencl/test/unit_test/mocks/mock_context.h"
#include "gtest/gtest.h"
namespace NEO {
struct EnqueueWriteBufferRectTest : public CommandEnqueueFixture,

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2018-2021 Intel Corporation
* Copyright (C) 2018-2022 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@ -14,8 +14,6 @@
#include "opencl/test/unit_test/fixtures/image_fixture.h"
#include "opencl/test/unit_test/mocks/mock_context.h"
#include "gtest/gtest.h"
namespace NEO {
struct EnqueueWriteImageTest : public CommandEnqueueFixture,

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2018-2021 Intel Corporation
* Copyright (C) 2018-2022 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@ -22,8 +22,6 @@
#include "opencl/test/unit_test/mocks/mock_buffer.h"
#include "opencl/test/unit_test/mocks/mock_kernel.h"
#include "gtest/gtest.h"
using namespace NEO;
const int maxHintCounter = 6;

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2020 Intel Corporation
* Copyright (C) 2020-2022 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@ -11,7 +11,6 @@
#include "opencl/test/unit_test/mocks/mock_context.h"
#include "opencl/test/unit_test/mocks/mock_platform.h"
#include "gtest/gtest.h"
#include <GL/gl.h>
namespace NEO {

View File

@ -21,8 +21,6 @@
#include "opencl/test/unit_test/mocks/mock_buffer.h"
#include "opencl/test/unit_test/mocks/mock_context.h"
#include "gtest/gtest.h"
using namespace NEO;
struct EventTest

View File

@ -11,8 +11,6 @@
#include "opencl/test/unit_test/fixtures/hello_world_fixture.h"
#include "gtest/gtest.h"
#include <memory>
namespace NEO {

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2019-2021 Intel Corporation
* Copyright (C) 2019-2022 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@ -10,8 +10,6 @@
#include "opencl/test/unit_test/mocks/mock_cl_device.h"
#include "gtest/gtest.h"
namespace NEO {
struct GetDeviceInfoMemCapabilitiesTest : ::testing::Test {

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2018-2020 Intel Corporation
* Copyright (C) 2018-2022 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@ -9,8 +9,6 @@
#include "opencl/test/unit_test/fixtures/cl_device_fixture.h"
#include "opencl/test/unit_test/mocks/mock_context.h"
#include "gtest/gtest.h"
class EnqueueHandlerTest : public NEO::ClDeviceFixture,
public testing::Test {
public:

View File

@ -20,7 +20,6 @@
#include "opencl/test/unit_test/mocks/mock_program.h"
#include "CL/cl.h"
#include "gtest/gtest.h"
namespace NEO {

View File

@ -13,8 +13,6 @@
#include "opencl/test/unit_test/mocks/mock_command_queue.h"
#include "opencl/test/unit_test/mocks/mock_kernel.h"
#include "gtest/gtest.h"
using namespace NEO;
class ScenarioTest : public ::testing::Test,

View File

@ -21,7 +21,6 @@
#include "CL/cl.h"
#include "compiler_options.h"
#include "gtest/gtest.h"
#include <type_traits>

View File

@ -11,8 +11,6 @@
#include "shared/source/indirect_heap/indirect_heap.h"
#include "shared/test/common/helpers/unit_test_helper.h"
#include "gtest/gtest.h"
#include <cstdint>
namespace NEO {

View File

@ -17,7 +17,6 @@
#include "opencl/test/unit_test/mocks/mock_program.h"
#include "CL/cl.h"
#include "gtest/gtest.h"
#include <memory>

View File

@ -10,8 +10,6 @@
#include "opencl/source/sharings/d3d/d3d_sharing.h"
#include "gtest/gtest.h"
namespace NEO {
template <typename D3D>
class MockD3DSharingFunctions : public D3DSharingFunctions<D3D> {

View File

@ -10,7 +10,6 @@
#include "shared/offline_compiler/source/ocloc_arg_helper.h"
#include "shared/offline_compiler/source/ocloc_fatbinary.h"
#include "gtest/gtest.h"
#include "mock/mock_argument_helper.h"
#include <memory>

View File

@ -9,7 +9,6 @@
#include "shared/source/helpers/hw_info.h"
#include "gtest/gtest.h"
#include "mock/mock_argument_helper.h"
namespace NEO {

View File

@ -9,7 +9,6 @@
#include "shared/source/helpers/hw_info.h"
#include "gtest/gtest.h"
#include "mock/mock_argument_helper.h"
namespace NEO {

View File

@ -13,8 +13,6 @@
#include "opencl/test/unit_test/offline_compiler/mock/mock_argument_helper.h"
#include "gtest/gtest.h"
#include <cstdint>
#include <memory>

View File

@ -7,7 +7,6 @@
#pragma once
#include "gtest/gtest.h"
#include "mock/mock_argument_helper.h"
#include "mock/mock_ocloc_igc_facade.h"
#include "mock/mock_offline_linker.h"

View File

@ -7,8 +7,6 @@
#pragma once
#include "gtest/gtest.h"
#include <string>
namespace NEO {

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2018-2021 Intel Corporation
* Copyright (C) 2018-2022 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@ -14,8 +14,6 @@
#include "opencl/test/unit_test/perf_tests/fixtures/platform_fixture.h"
#include "opencl/test/unit_test/perf_tests/perf_test_utils.h"
#include "gtest/gtest.h"
namespace NEO {
struct api_fixture : public PlatformFixture,

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2018-2021 Intel Corporation
* Copyright (C) 2018-2022 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@ -9,7 +9,6 @@
#include "opencl/source/command_queue/command_queue.h"
#include "CL/cl.h"
#include "gtest/gtest.h"
namespace NEO {

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2018-2021 Intel Corporation
* Copyright (C) 2018-2022 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@ -8,8 +8,6 @@
#pragma once
#include "shared/source/utilities/timer_util.h"
#include "gtest/gtest.h"
#include <stdint.h>
extern const char *perfLogPath;

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2018-2021 Intel Corporation
* Copyright (C) 2018-2022 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@ -9,8 +9,6 @@
#include "opencl/test/unit_test/fixtures/cl_device_fixture.h"
#include "opencl/test/unit_test/fixtures/context_fixture.h"
#include "gtest/gtest.h"
#include <vector>
class ProgramTests : public NEO::ClDeviceFixture,