File tree Expand file tree Collapse file tree 15 files changed +13
-13
lines changed
Expand file tree Collapse file tree 15 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ set(RUNTIME_SRCS_COMMAND_STREAM
2424 ${CMAKE_CURRENT_SOURCE_DIR} /create_command_stream_impl.h
2525 ${CMAKE_CURRENT_SOURCE_DIR} /csr_definitions.h
2626 ${CMAKE_CURRENT_SOURCE_DIR} /definitions ${BRANCH_DIR_SUFFIX} /command_stream_receiver_simulated_hw.h
27+ ${CMAKE_CURRENT_SOURCE_DIR} /definitions ${BRANCH_DIR_SUFFIX} /engine_node.h
2728 ${CMAKE_CURRENT_SOURCE_DIR} /command_stream_receiver_simulated_common_hw.h
2829 ${CMAKE_CURRENT_SOURCE_DIR} /device_command_stream.h
2930 ${CMAKE_CURRENT_SOURCE_DIR} /experimental_command_buffer.cpp
File renamed without changes.
Original file line number Diff line number Diff line change 66 */
77
88#pragma once
9+ #include " engine_node.h"
910#include " runtime/api/cl_types.h"
1011#include " runtime/device/device_info_map.h"
1112#include " runtime/execution_environment/execution_environment.h"
1213#include " runtime/helpers/base_object.h"
1314#include " runtime/helpers/hw_info.h"
14- #include " runtime/helpers/engine_node.h"
1515#include " runtime/memory_manager/memory_constants.h"
1616#include " runtime/os_interface/performance_counters.h"
1717#include < vector>
Original file line number Diff line number Diff line change 55 *
66 */
77
8+ #include " engine_node.h"
89#include " hw_cmds.h"
910#include " hw_info.h"
1011#include " runtime/aub_mem_dump/aub_services.h"
11- #include " runtime/helpers/engine_node.h"
1212#include " runtime/memory_manager/memory_constants.h"
1313
1414namespace OCLRT {
Original file line number Diff line number Diff line change 55 *
66 */
77
8+ #include " engine_node.h"
89#include " hw_cmds.h"
910#include " hw_info.h"
1011#include " runtime/aub_mem_dump/aub_services.h"
11- #include " runtime/helpers/engine_node.h"
1212#include " runtime/memory_manager/memory_constants.h"
1313
1414namespace OCLRT {
Original file line number Diff line number Diff line change 55 *
66 */
77
8+ #include " engine_node.h"
89#include " hw_cmds.h"
910#include " hw_info_bxt.h"
1011#include " runtime/aub_mem_dump/aub_services.h"
11- #include " runtime/helpers/engine_node.h"
1212#include " runtime/memory_manager/memory_constants.h"
1313
1414namespace OCLRT {
Original file line number Diff line number Diff line change 55 *
66 */
77
8+ #include " engine_node.h"
89#include " hw_cmds.h"
910#include " hw_info_cfl.h"
1011#include " runtime/aub_mem_dump/aub_services.h"
11- #include " runtime/helpers/engine_node.h"
1212#include " runtime/memory_manager/memory_constants.h"
1313
1414namespace OCLRT {
Original file line number Diff line number Diff line change 55 *
66 */
77
8+ #include " engine_node.h"
89#include " hw_cmds.h"
910#include " hw_info_glk.h"
1011#include " runtime/aub_mem_dump/aub_services.h"
11- #include " runtime/helpers/engine_node.h"
1212#include " runtime/memory_manager/memory_constants.h"
1313
1414namespace OCLRT {
Original file line number Diff line number Diff line change 55 *
66 */
77
8+ #include " engine_node.h"
89#include " hw_cmds.h"
910#include " hw_info_kbl.h"
1011#include " runtime/aub_mem_dump/aub_services.h"
11- #include " runtime/helpers/engine_node.h"
1212#include " runtime/memory_manager/memory_constants.h"
1313
1414namespace OCLRT {
Original file line number Diff line number Diff line change 55 *
66 */
77
8+ #include " engine_node.h"
89#include " hw_cmds.h"
910#include " hw_info_skl.h"
1011#include " runtime/aub_mem_dump/aub_services.h"
11- #include " runtime/helpers/engine_node.h"
1212#include " runtime/memory_manager/memory_constants.h"
1313
1414namespace OCLRT {
You can’t perform that action at this time.
0 commit comments