Move tbx stream, tbx csr to shared

Related-To: NEO-5161

Signed-off-by: Dominik Dabek <dominik.dabek@intel.com>i
This commit is contained in:
Dominik Dabek
2021-05-31 11:28:07 +02:00
committed by Compute-Runtime-Automation
parent cecee51ac9
commit 39f0387ecc
35 changed files with 42 additions and 44 deletions

View File

@ -8,6 +8,7 @@
#include "opencl/test/unit_test/libult/create_command_stream.h"
#include "shared/source/command_stream/command_stream_receiver.h"
#include "shared/source/command_stream/tbx_command_stream_receiver.h"
#include "shared/source/execution_environment/root_device_environment.h"
#include "shared/source/os_interface/device_factory.h"
#include "shared/test/common/helpers/default_hw_info.h"
@ -16,7 +17,6 @@
#include "opencl/source/command_stream/aub_command_stream_receiver.h"
#include "opencl/source/command_stream/create_command_stream_impl.h"
#include "opencl/source/command_stream/tbx_command_stream_receiver.h"
#include "opencl/test/unit_test/libult/ult_command_stream_receiver.h"
#include <cassert>