2018-11-10 15:00:58 +08:00
|
|
|
/*
|
2019-03-26 18:59:46 +08:00
|
|
|
* Copyright (C) 2018-2019 Intel Corporation
|
2018-11-10 15:00:58 +08:00
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
2019-05-13 15:53:19 +08:00
|
|
|
#include "runtime/command_stream/command_stream_receiver_simulated_common_hw_bdw_plus.inl"
|
2018-11-10 15:00:58 +08:00
|
|
|
|
2019-03-26 18:59:46 +08:00
|
|
|
namespace NEO {
|
2018-11-10 15:00:58 +08:00
|
|
|
typedef CNLFamily Family;
|
|
|
|
|
|
|
|
template class CommandStreamReceiverSimulatedCommonHw<Family>;
|
2019-03-26 18:59:46 +08:00
|
|
|
} // namespace NEO
|