mirror of
https://github.com/intel/compute-runtime.git
synced 2025-06-28 17:58:30 +08:00

Resolves: NEO-5092 Change-Id: I544247a057a667ce6423f2e59ba4ca769e866479 Signed-off-by: Piotr Zdunowski <piotr.zdunowski@intel.com>
22 lines
362 B
C
22 lines
362 B
C
/*
|
|
* Copyright (C) 2019-2020 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#pragma once
|
|
#include "shared/source/gen12lp/hw_cmds_base.h"
|
|
#ifdef SUPPORT_TGLLP
|
|
#include "hw_cmds_tgllp.h"
|
|
#endif
|
|
#ifdef SUPPORT_DG1
|
|
#include "hw_cmds_dg1.h"
|
|
#endif
|
|
#ifdef SUPPORT_RKL
|
|
#include "hw_cmds_rkl.h"
|
|
#endif
|
|
#ifdef SUPPORT_ADLS
|
|
#include "hw_cmds_adls.h"
|
|
#endif
|