mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 14:55:24 +08:00
19 lines
478 B
C++
19 lines
478 B
C++
/*
|
|
* Copyright (C) 2019-2024 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_and_later.inl"
|
|
|
|
namespace NEO {
|
|
using FamilyType = Gen8Family;
|
|
} // namespace NEO
|
|
|
|
#include "opencl/source/helpers/enable_hardware_commands_helper_gpgpu.inl"
|