Skip to content

Commit a8beec9

Browse files
Rename hw_helper.inl to hw_helper_common.inl
Change-Id: If699eb2fd572cc6bd1f2d91fb2ddf176f08bdac6
1 parent 1b04210 commit a8beec9

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed

runtime/gen10/hw_helper_gen10.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
*/
2222

2323
#include "runtime/helpers/hw_helper.h"
24-
#include "runtime/helpers/hw_helper.inl"
24+
#include "runtime/helpers/hw_helper_common.inl"
2525
#include "runtime/helpers/flat_batch_buffer_helper_hw.inl"
2626

2727
namespace OCLRT {

runtime/gen8/hw_helper_gen8.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
*/
2222

2323
#include "runtime/helpers/hw_helper.h"
24-
#include "runtime/helpers/hw_helper.inl"
24+
#include "runtime/helpers/hw_helper_common.inl"
2525
#include "runtime/helpers/flat_batch_buffer_helper_hw.inl"
2626
#include "runtime/memory_manager/memory_constants.h"
2727

runtime/gen9/hw_helper_gen9.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
*/
2222

2323
#include "runtime/helpers/hw_helper.h"
24-
#include "runtime/helpers/hw_helper.inl"
24+
#include "runtime/helpers/hw_helper_common.inl"
2525
#include "runtime/helpers/flat_batch_buffer_helper_hw.inl"
2626

2727
namespace OCLRT {

runtime/helpers/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ set(RUNTIME_SRCS_HELPERS_BASE
5656
${CMAKE_CURRENT_SOURCE_DIR}/hash.h
5757
${CMAKE_CURRENT_SOURCE_DIR}/hw_helper.cpp
5858
${CMAKE_CURRENT_SOURCE_DIR}/hw_helper.h
59-
${CMAKE_CURRENT_SOURCE_DIR}/hw_helper.inl
59+
${CMAKE_CURRENT_SOURCE_DIR}/hw_helper_common.inl
6060
${CMAKE_CURRENT_SOURCE_DIR}/hw_info.cpp
6161
${CMAKE_CURRENT_SOURCE_DIR}/hw_info.h
6262
${CMAKE_CURRENT_SOURCE_DIR}/kernel_commands.h
File renamed without changes.

unit_tests/libult/mock_gfx_family.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
#include "runtime/command_stream/preemption.inl"
2626
#include "runtime/device_queue/device_queue_hw.h"
2727
#include "runtime/device_queue/device_queue_hw.inl"
28-
#include "runtime/helpers/hw_helper.inl"
28+
#include "runtime/helpers/hw_helper_common.inl"
2929
#include "runtime/helpers/kernel_commands.inl"
3030
#include "runtime/helpers/preamble.inl"
3131

0 commit comments

Comments
 (0)