Move generic command stream receiver files to shared

Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2021-09-22 22:03:07 +00:00
committed by Compute-Runtime-Automation
parent 479035c839
commit f8867e0b97
98 changed files with 246 additions and 159 deletions

View File

@@ -5,11 +5,11 @@
*
*/
#include "shared/source/command_stream/aub_command_stream_receiver_hw.h"
#include "shared/source/command_stream/command_stream_receiver_hw.h"
#include "shared/source/command_stream/tbx_command_stream_receiver_hw.h"
#include "shared/source/helpers/populate_factory.h"
#include "opencl/source/command_stream/aub_command_stream_receiver_hw.h"
#include "opencl/source/mem_obj/buffer.h"
#include "level_zero/core/source/helpers/l0_populate_factory.h"