Files
compute-runtime/opencl/source/gen9/hardware_commands_helper_gen9.cpp
2024-01-12 09:39:12 +01:00

21 lines
492 B
C++

/*
* Copyright (C) 2019-2024 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "shared/source/gen9/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_and_later.inl"
#include <cstdint>
namespace NEO {
using FamilyType = Gen9Family;
} // namespace NEO
#include "opencl/source/helpers/enable_hardware_commands_helper.inl"