Cleanup includes 32

Cleaned up files:
level_zero/core/source/cmdlist/cmdlist_hw.h
level_zero/core/source/cmdqueue/cmdqueue.h
level_zero/core/source/event/event.h
opencl/source/helpers/get_info_status_mapper.h
opencl/source/helpers/hardware_commands_helper.h
shared/source/helpers/per_thread_data.h

Related-To: NEO-5548
Signed-off-by: Warchulski, Jaroslaw <jaroslaw.warchulski@intel.com>
This commit is contained in:
Warchulski, Jaroslaw
2023-01-16 15:30:27 +00:00
committed by Compute-Runtime-Automation
parent 9a5be1bb58
commit c275008e51
62 changed files with 114 additions and 68 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2020 Intel Corporation
* Copyright (C) 2020-2023 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@@ -10,8 +10,6 @@
#include <CL/cl.h>
#include <cassert>
static inline cl_int changeGetInfoStatusToCLResultType(GetInfoStatus status) {
switch (status) {
case GetInfoStatus::SUCCESS:

View File

@@ -1,24 +1,23 @@
/*
* Copyright (C) 2019-2022 Intel Corporation
* Copyright (C) 2019-2023 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#pragma once
#include "shared/source/built_ins/built_ins.h"
#include "shared/source/helpers/per_thread_data.h"
#include "opencl/source/kernel/kernel.h"
#include <algorithm>
#include <cstddef>
#include <cstdint>
namespace NEO {
class CommandQueue;
class Device;
class Kernel;
class LinearStream;
class IndirectHeap;
enum PreemptionMode : uint32_t;
struct CrossThreadInfo;
struct MultiDispatchInfo;