mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-29 09:03:14 +08:00
Change-Id: I3b2081af8e350d4072da5e1482a4bfc50e06fb6d Related-To: NEO-3016 Signed-off-by: Maciej Dziuban <maciej.dziuban@intel.com>
21 lines
425 B
C++
21 lines
425 B
C++
/*
|
|
* Copyright (C) 2017-2019 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#include "runtime/command_queue/gpgpu_walker_bdw_plus.inl"
|
|
#include "runtime/command_queue/hardware_interface_bdw_plus.inl"
|
|
#include "runtime/gen10/hw_info.h"
|
|
|
|
namespace NEO {
|
|
|
|
template class HardwareInterface<CNLFamily>;
|
|
|
|
template class GpgpuWalkerHelper<CNLFamily>;
|
|
|
|
template struct EnqueueOperation<CNLFamily>;
|
|
|
|
} // namespace NEO
|