Move aub and tbx code to shared

Related-To: NEO-3964

Change-Id: Ice978e582721498d7496f989767ce7d6f5f4caf4
Signed-off-by: Filip Hazubski <filip.hazubski@intel.com>
This commit is contained in:
Filip Hazubski
2020-10-16 12:10:52 +02:00
committed by sys_ocldev
parent ccd5abfbfd
commit ca5f34133b
109 changed files with 153 additions and 177 deletions

View File

@@ -6,13 +6,13 @@
*/
#pragma once
#include "shared/source/aub_mem_dump/aub_mem_dump.h"
#include "shared/source/built_ins/sip.h"
#include "shared/source/command_stream/linear_stream.h"
#include "shared/source/commands/bxml_generator_glue.h"
#include "shared/source/helpers/aux_translation.h"
#include "shared/source/helpers/engine_node_helper.h"
#include "opencl/source/aub_mem_dump/aub_mem_dump.h"
#include "opencl/source/mem_obj/buffer.h"
#include "hw_cmds.h"

View File

@@ -5,6 +5,7 @@
*
*/
#include "shared/source/aub_mem_dump/aub_mem_dump.h"
#include "shared/source/execution_environment/root_device_environment.h"
#include "shared/source/gmm_helper/gmm.h"
#include "shared/source/gmm_helper/gmm_helper.h"
@@ -18,7 +19,6 @@
#include "shared/source/memory_manager/graphics_allocation.h"
#include "shared/source/os_interface/os_interface.h"
#include "opencl/source/aub_mem_dump/aub_mem_dump.h"
#include "opencl/source/helpers/dispatch_info.h"
#include "pipe_control_args.h"