Skip to content

Commit 330ee3d

Browse files
AubMemDump refactor
Signed-off-by: Artur Harasimiuk <[email protected]>
1 parent c29a301 commit 330ee3d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+118
-90
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -881,6 +881,7 @@ endif()
881881
# Please keep alphabetical order
882882
include_directories(${NEO_BUILD_DIR})
883883
include_directories(${NEO_SOURCE_DIR})
884+
include_directories(${NEO_SHARED_DIRECTORY}/aub_mem_dump/definitions${BRANCH_DIR_SUFFIX})
884885
include_directories(${NEO_SHARED_DIRECTORY}/built_ins/builtinops${BRANCH_DIR_SUFFIX})
885886
include_directories(${NEO_SHARED_DIRECTORY}/command_stream/definitions${BRANCH_DIR_SUFFIX})
886887
include_directories(${NEO_SHARED_DIRECTORY}/compiler_interface/compiler_options${BRANCH_DIR_SUFFIX})

opencl/source/command_stream/aub_command_stream_receiver.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
/*
2-
* Copyright (C) 2017-2020 Intel Corporation
2+
* Copyright (C) 2017-2021 Intel Corporation
33
*
44
* SPDX-License-Identifier: MIT
55
*
66
*/
77

88
#pragma once
9-
#include "shared/source/aub_mem_dump/aub_mem_dump.h"
109
#include "shared/source/helpers/common_types.h"
1110

11+
#include "aub_mem_dump.h"
12+
1213
#include <string>
1314

1415
namespace NEO {

opencl/source/command_stream/tbx_command_stream_receiver.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
/*
2-
* Copyright (C) 2017-2020 Intel Corporation
2+
* Copyright (C) 2017-2021 Intel Corporation
33
*
44
* SPDX-License-Identifier: MIT
55
*
66
*/
77

88
#pragma once
9-
#include "shared/source/aub_mem_dump/aub_mem_dump.h"
109
#include "shared/source/helpers/common_types.h"
1110

11+
#include "aub_mem_dump.h"
12+
1213
namespace NEO {
1314
class CommandStreamReceiver;
1415
class TbxSockets;

opencl/source/gen11/hw_info_ehl.inl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/*
2-
* Copyright (C) 2018-2020 Intel Corporation
2+
* Copyright (C) 2018-2021 Intel Corporation
33
*
44
* SPDX-License-Identifier: MIT
55
*
66
*/
77

8-
#include "shared/source/aub_mem_dump/aub_services.h"
8+
#include "shared/source/aub_mem_dump/definitions/aub_services.h"
99
#include "shared/source/gen11/hw_cmds.h"
1010
#include "shared/source/helpers/constants.h"
1111

opencl/source/gen11/hw_info_icllp.inl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/*
2-
* Copyright (C) 2018-2020 Intel Corporation
2+
* Copyright (C) 2018-2021 Intel Corporation
33
*
44
* SPDX-License-Identifier: MIT
55
*
66
*/
77

8-
#include "shared/source/aub_mem_dump/aub_services.h"
8+
#include "shared/source/aub_mem_dump/definitions/aub_services.h"
99
#include "shared/source/gen11/hw_cmds.h"
1010
#include "shared/source/helpers/constants.h"
1111

opencl/source/gen11/hw_info_lkf.inl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/*
2-
* Copyright (C) 2018-2020 Intel Corporation
2+
* Copyright (C) 2018-2021 Intel Corporation
33
*
44
* SPDX-License-Identifier: MIT
55
*
66
*/
77

8-
#include "shared/source/aub_mem_dump/aub_services.h"
8+
#include "shared/source/aub_mem_dump/definitions/aub_services.h"
99
#include "shared/source/gen11/hw_cmds_lkf.h"
1010
#include "shared/source/helpers/constants.h"
1111

opencl/source/gen12lp/hw_info_adls.inl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/*
2-
* Copyright (C) 2020 Intel Corporation
2+
* Copyright (C) 2020-2021 Intel Corporation
33
*
44
* SPDX-License-Identifier: MIT
55
*
66
*/
77

8-
#include "shared/source/aub_mem_dump/aub_services.h"
8+
#include "shared/source/aub_mem_dump/definitions/aub_services.h"
99
#include "shared/source/gen12lp/hw_cmds.h"
1010
#include "shared/source/helpers/constants.h"
1111

opencl/source/gen12lp/hw_info_dg1.inl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/*
2-
* Copyright (C) 2020 Intel Corporation
2+
* Copyright (C) 2020-2021 Intel Corporation
33
*
44
* SPDX-License-Identifier: MIT
55
*
66
*/
77

8-
#include "shared/source/aub_mem_dump/aub_services.h"
8+
#include "shared/source/aub_mem_dump/definitions/aub_services.h"
99
#include "shared/source/debug_settings/debug_settings_manager.h"
1010
#include "shared/source/gen12lp/hw_cmds_dg1.h"
1111
#include "shared/source/helpers/constants.h"

opencl/source/gen12lp/hw_info_rkl.inl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/*
2-
* Copyright (C) 2020 Intel Corporation
2+
* Copyright (C) 2020-2021 Intel Corporation
33
*
44
* SPDX-License-Identifier: MIT
55
*
66
*/
77

8-
#include "shared/source/aub_mem_dump/aub_services.h"
8+
#include "shared/source/aub_mem_dump/definitions/aub_services.h"
99
#include "shared/source/gen12lp/hw_cmds_rkl.h"
1010
#include "shared/source/helpers/constants.h"
1111

opencl/source/gen12lp/hw_info_tgllp.inl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/*
2-
* Copyright (C) 2019-2020 Intel Corporation
2+
* Copyright (C) 2019-2021 Intel Corporation
33
*
44
* SPDX-License-Identifier: MIT
55
*
66
*/
77

8-
#include "shared/source/aub_mem_dump/aub_services.h"
8+
#include "shared/source/aub_mem_dump/definitions/aub_services.h"
99
#include "shared/source/gen12lp/hw_cmds.h"
1010
#include "shared/source/helpers/constants.h"
1111

0 commit comments

Comments
 (0)