Files
compute-runtime/opencl/source/gen12lp/windows/command_stream_receiver_gen12lp.cpp

18 lines
518 B
C++
Raw Normal View History

/*
* Copyright (C) 2019-2020 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "command_stream/command_stream_receiver_with_aub_dump.inl"
#include "os_interface/windows/device_command_stream.inl"
#include "os_interface/windows/wddm_device_command_stream.inl"
namespace NEO {
template class DeviceCommandStreamReceiver<TGLLPFamily>;
template class WddmCommandStreamReceiver<TGLLPFamily>;
template class CommandStreamReceiverWithAUBDump<WddmCommandStreamReceiver<TGLLPFamily>>;
} // namespace NEO