2019-09-19 01:32:33 +08:00
|
|
|
/*
|
2021-09-23 06:03:07 +08:00
|
|
|
* Copyright (C) 2019-2021 Intel Corporation
|
2019-09-19 01:32:33 +08:00
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
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"
|
2019-09-19 01:32:33 +08:00
|
|
|
|
|
|
|
namespace NEO {
|
|
|
|
|
|
|
|
template class DeviceCommandStreamReceiver<TGLLPFamily>;
|
|
|
|
template class WddmCommandStreamReceiver<TGLLPFamily>;
|
|
|
|
template class CommandStreamReceiverWithAUBDump<WddmCommandStreamReceiver<TGLLPFamily>>;
|
|
|
|
} // namespace NEO
|