2017-12-21 07:45:38 +08:00
|
|
|
/*
|
2022-05-25 22:39:35 +08:00
|
|
|
* Copyright (C) 2018-2022 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"
|
2022-05-25 22:39:35 +08:00
|
|
|
#include "shared/source/gen9/hw_cmds_base.h"
|
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
|
|
|
|
2022-07-25 23:30:11 +08:00
|
|
|
template class DeviceCommandStreamReceiver<Gen9Family>;
|
|
|
|
template class WddmCommandStreamReceiver<Gen9Family>;
|
|
|
|
template class CommandStreamReceiverWithAUBDump<WddmCommandStreamReceiver<Gen9Family>>;
|
2019-03-26 18:59:46 +08:00
|
|
|
} // namespace NEO
|