Reorganization directory structure [1/n]

Change-Id: Id1a94577437a4826a32411869f516fec20314ec0
This commit is contained in:
kamdiedrich
2020-02-22 21:54:11 +01:00
parent 247cc953d1
commit fa8e720f9e
660 changed files with 3 additions and 3 deletions

View File

@@ -0,0 +1,22 @@
/*
* Copyright (C) 2018-2020 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "core/helpers/hw_info.h"
#include "command_stream/aub_command_stream_receiver.h"
#include "command_stream/command_stream_receiver_with_aub_dump.h"
#include "command_stream/create_command_stream_impl.h"
#include "command_stream/device_command_stream.h"
#include "command_stream/tbx_command_stream_receiver.h"
namespace NEO {
CommandStreamReceiver *createCommandStream(ExecutionEnvironment &executionEnvironment, uint32_t rootDeviceIndex) {
return createCommandStreamImpl(executionEnvironment, rootDeviceIndex);
}
} // namespace NEO