Files
compute-runtime/opencl/source/gen11/gpgpu_walker_gen11.cpp
kamdiedrich fa8e720f9e Reorganization directory structure [1/n]
Change-Id: Id1a94577437a4826a32411869f516fec20314ec0
2020-02-22 21:56:09 +01:00

22 lines
407 B
C++

/*
* Copyright (C) 2018-2020 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "core/gen11/hw_info.h"
#include "command_queue/gpgpu_walker_bdw_plus.inl"
#include "command_queue/hardware_interface_bdw_plus.inl"
namespace NEO {
template class HardwareInterface<ICLFamily>;
template class GpgpuWalkerHelper<ICLFamily>;
template struct EnqueueOperation<ICLFamily>;
} // namespace NEO