mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-30 09:58:55 +08:00
Reorganization directory structure [1/n]
Change-Id: Id1a94577437a4826a32411869f516fec20314ec0
This commit is contained in:
22
opencl/source/dll/create_command_stream.cpp
Normal file
22
opencl/source/dll/create_command_stream.cpp
Normal 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
|
||||
Reference in New Issue
Block a user