compute-runtime/shared/source/gen8/windows/command_stream_receiver_gen...

19 lines
602 B
C++

/*
* Copyright (C) 2018-2022 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "shared/source/command_stream/command_stream_receiver_with_aub_dump.inl"
#include "shared/source/gen8/hw_cmds_base.h"
#include "shared/source/os_interface/windows/device_command_stream.inl"
#include "shared/source/os_interface/windows/wddm_device_command_stream.inl"
namespace NEO {
template class DeviceCommandStreamReceiver<Gen8Family>;
template class WddmCommandStreamReceiver<Gen8Family>;
template class CommandStreamReceiverWithAUBDump<WddmCommandStreamReceiver<Gen8Family>>;
} // namespace NEO