mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-30 09:58:55 +08:00
Change-Id: If2e793d0c3de1a5245bbdee065111a504807b134 Signed-off-by: Filip Hazubski <filip.hazubski@intel.com>
25 lines
629 B
C++
25 lines
629 B
C++
/*
|
|
* Copyright (C) 2017-2018 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#include "runtime/gen10/hw_info.h"
|
|
#include "runtime/command_queue/gpgpu_walker.h"
|
|
#include "runtime/command_queue/gpgpu_walker.inl"
|
|
#include "runtime/command_queue/gpgpu_walker_base.inl"
|
|
#include "runtime/command_queue/hardware_interface.h"
|
|
#include "runtime/command_queue/hardware_interface.inl"
|
|
#include "runtime/command_queue/hardware_interface_base.inl"
|
|
|
|
namespace OCLRT {
|
|
|
|
template class HardwareInterface<CNLFamily>;
|
|
|
|
template class GpgpuWalkerHelper<CNLFamily>;
|
|
|
|
template struct EnqueueOperation<CNLFamily>;
|
|
|
|
} // namespace OCLRT
|