2019-06-12 09:13:06 +02:00
|
|
|
/*
|
2024-01-11 15:04:36 +00:00
|
|
|
* Copyright (C) 2019-2024 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"
|
2021-08-03 11:48:35 +00:00
|
|
|
#include "opencl/source/helpers/hardware_commands_helper_bdw_and_later.inl"
|
2019-06-12 09:13:06 +02:00
|
|
|
|
|
|
|
|
#include <cstdint>
|
|
|
|
|
|
|
|
|
|
namespace NEO {
|
2022-07-25 15:30:11 +00:00
|
|
|
using FamilyType = Gen9Family;
|
2019-06-12 09:13:06 +02:00
|
|
|
} // namespace NEO
|
2024-01-11 15:04:36 +00:00
|
|
|
|
2024-06-26 16:45:18 +00:00
|
|
|
#include "opencl/source/helpers/enable_hardware_commands_helper_gpgpu.inl"
|