2019-06-12 09:13:06 +02:00
|
|
|
/*
|
2021-05-16 20:51:16 +02:00
|
|
|
* Copyright (C) 2019-2021 Intel Corporation
|
2019-06-12 09:13:06 +02:00
|
|
|
*
|
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
|
2020-02-23 22:44:01 +01:00
|
|
|
#include "shared/source/gen9/hw_cmds.h"
|
2020-02-24 10:22:30 +01:00
|
|
|
|
2020-02-22 22:50:57 +01:00
|
|
|
#include "opencl/source/helpers/hardware_commands_helper.h"
|
|
|
|
|
#include "opencl/source/helpers/hardware_commands_helper_base.inl"
|
2020-04-03 10:15:38 +02:00
|
|
|
#include "opencl/source/helpers/hardware_commands_helper_bdw_plus.inl"
|
2019-06-12 09:13:06 +02:00
|
|
|
|
|
|
|
|
#include <cstdint>
|
|
|
|
|
|
|
|
|
|
namespace NEO {
|
|
|
|
|
|
|
|
|
|
template struct HardwareCommandsHelper<SKLFamily>;
|
|
|
|
|
} // namespace NEO
|