File tree Expand file tree Collapse file tree 6 files changed +5
-5
lines changed Expand file tree Collapse file tree 6 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 21
21
*/
22
22
23
23
#include " runtime/helpers/hw_helper.h"
24
- #include " runtime/helpers/hw_helper .inl"
24
+ #include " runtime/helpers/hw_helper_common .inl"
25
25
#include " runtime/helpers/flat_batch_buffer_helper_hw.inl"
26
26
27
27
namespace OCLRT {
Original file line number Diff line number Diff line change 21
21
*/
22
22
23
23
#include " runtime/helpers/hw_helper.h"
24
- #include " runtime/helpers/hw_helper .inl"
24
+ #include " runtime/helpers/hw_helper_common .inl"
25
25
#include " runtime/helpers/flat_batch_buffer_helper_hw.inl"
26
26
#include " runtime/memory_manager/memory_constants.h"
27
27
Original file line number Diff line number Diff line change 21
21
*/
22
22
23
23
#include " runtime/helpers/hw_helper.h"
24
- #include " runtime/helpers/hw_helper .inl"
24
+ #include " runtime/helpers/hw_helper_common .inl"
25
25
#include " runtime/helpers/flat_batch_buffer_helper_hw.inl"
26
26
27
27
namespace OCLRT {
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ set(RUNTIME_SRCS_HELPERS_BASE
56
56
${CMAKE_CURRENT_SOURCE_DIR} /hash.h
57
57
${CMAKE_CURRENT_SOURCE_DIR} /hw_helper.cpp
58
58
${CMAKE_CURRENT_SOURCE_DIR} /hw_helper.h
59
- ${CMAKE_CURRENT_SOURCE_DIR} /hw_helper .inl
59
+ ${CMAKE_CURRENT_SOURCE_DIR} /hw_helper_common .inl
60
60
${CMAKE_CURRENT_SOURCE_DIR} /hw_info.cpp
61
61
${CMAKE_CURRENT_SOURCE_DIR} /hw_info.h
62
62
${CMAKE_CURRENT_SOURCE_DIR} /kernel_commands.h
File renamed without changes.
Original file line number Diff line number Diff line change 25
25
#include " runtime/command_stream/preemption.inl"
26
26
#include " runtime/device_queue/device_queue_hw.h"
27
27
#include " runtime/device_queue/device_queue_hw.inl"
28
- #include " runtime/helpers/hw_helper .inl"
28
+ #include " runtime/helpers/hw_helper_common .inl"
29
29
#include " runtime/helpers/kernel_commands.inl"
30
30
#include " runtime/helpers/preamble.inl"
31
31
You can’t perform that action at this time.
0 commit comments