2017-12-21 07:45:38 +08:00
|
|
|
/*
|
2021-05-17 02:51:16 +08:00
|
|
|
* Copyright (C) 2018-2021 Intel Corporation
|
2017-12-21 07:45:38 +08:00
|
|
|
*
|
2018-09-18 15:11:08 +08:00
|
|
|
* SPDX-License-Identifier: MIT
|
2017-12-21 07:45:38 +08:00
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
2021-09-23 06:03:07 +08:00
|
|
|
#include "shared/source/command_stream/command_stream_receiver_with_aub_dump.inl"
|
2021-09-23 17:03:22 +08:00
|
|
|
#include "shared/source/os_interface/windows/device_command_stream.inl"
|
|
|
|
#include "shared/source/os_interface/windows/wddm_device_command_stream.inl"
|
2017-12-21 07:45:38 +08:00
|
|
|
|
2019-03-26 18:59:46 +08:00
|
|
|
namespace NEO {
|
2017-12-21 07:45:38 +08:00
|
|
|
|
|
|
|
template class DeviceCommandStreamReceiver<BDWFamily>;
|
|
|
|
template class WddmCommandStreamReceiver<BDWFamily>;
|
2018-01-19 17:00:51 +08:00
|
|
|
template class CommandStreamReceiverWithAUBDump<WddmCommandStreamReceiver<BDWFamily>>;
|
2019-03-26 18:59:46 +08:00
|
|
|
} // namespace NEO
|