2018-04-06 19:48:49 +08:00
|
|
|
/*
|
2019-02-27 18:39:32 +08:00
|
|
|
* Copyright (C) 2017-2019 Intel Corporation
|
2018-04-06 19:48:49 +08:00
|
|
|
*
|
2018-09-18 15:11:08 +08:00
|
|
|
* SPDX-License-Identifier: MIT
|
2018-04-06 19:48:49 +08:00
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
2019-02-27 18:39:32 +08:00
|
|
|
#include "runtime/command_stream/command_stream_receiver_with_aub_dump.inl"
|
2018-04-06 19:48:49 +08:00
|
|
|
#include "runtime/os_interface/windows/device_command_stream.inl"
|
|
|
|
#include "runtime/os_interface/windows/wddm_device_command_stream.inl"
|
|
|
|
|
2019-03-26 18:59:46 +08:00
|
|
|
namespace NEO {
|
2018-04-06 19:48:49 +08:00
|
|
|
|
|
|
|
template class DeviceCommandStreamReceiver<CNLFamily>;
|
|
|
|
template class WddmCommandStreamReceiver<CNLFamily>;
|
|
|
|
template class CommandStreamReceiverWithAUBDump<WddmCommandStreamReceiver<CNLFamily>>;
|
2019-03-26 18:59:46 +08:00
|
|
|
} // namespace NEO
|