compute-runtime/opencl/source/gen8/hardware_commands_helper_ge...

17 lines
417 B
C++
Raw Normal View History

/*
* Copyright (C) 2017-2020 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "shared/source/gen8/hw_cmds.h"
#include "opencl/source/helpers/hardware_commands_helper.h"
#include "opencl/source/helpers/hardware_commands_helper_base.inl"
#include "opencl/source/helpers/hardware_commands_helper_bdw_plus.inl"
namespace NEO {
template struct HardwareCommandsHelper<BDWFamily>;
} // namespace NEO