2019-01-10 22:36:57 +08:00
|
|
|
/*
|
2022-01-03 20:12:10 +08:00
|
|
|
* Copyright (C) 2019-2022 Intel Corporation
|
2019-01-10 22:36:57 +08:00
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
2020-02-24 05:44:01 +08:00
|
|
|
#include "shared/source/gen11/hw_info.h"
|
2020-02-24 17:22:30 +08:00
|
|
|
|
2021-08-03 19:48:35 +08:00
|
|
|
#include "opencl/source/command_queue/gpgpu_walker_bdw_and_later.inl"
|
|
|
|
#include "opencl/source/command_queue/hardware_interface_bdw_and_later.inl"
|
2019-01-10 22:36:57 +08:00
|
|
|
|
|
|
|
namespace NEO {
|
|
|
|
|
|
|
|
template class HardwareInterface<ICLFamily>;
|
|
|
|
|
|
|
|
template class GpgpuWalkerHelper<ICLFamily>;
|
|
|
|
|
|
|
|
template struct EnqueueOperation<ICLFamily>;
|
|
|
|
|
|
|
|
} // namespace NEO
|