mirror of
https://github.com/intel/compute-runtime.git
synced 2025-11-10 05:49:51 +08:00
Related-To: NEO-4585 Change-Id: I073e4138ef34584780a10a63ba8a2eb57eaa11bd Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
17 lines
417 B
C++
17 lines
417 B
C++
/*
|
|
* 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
|