mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-20 13:11:34 +08:00

Change-Id: Ide3cede86faa397d4df84a38f0f8a79c3273c266 Signed-off-by: Maciej Dziuban <maciej.dziuban@intel.com> Related-To: NEO-3016
15 lines
308 B
C++
15 lines
308 B
C++
/*
|
|
* Copyright (C) 2018-2019 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#include "runtime/command_stream/command_stream_receiver_simulated_common_hw_bdw_plus.inl"
|
|
|
|
namespace NEO {
|
|
typedef SKLFamily Family;
|
|
|
|
template class CommandStreamReceiverSimulatedCommonHw<Family>;
|
|
} // namespace NEO
|