mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00

Change-Id: I4be71baeedfa96fd98f611ebc58097b1cec2cd75 Signed-off-by: Artur Harasimiuk <artur.harasimiuk@intel.com>
18 lines
289 B
C
18 lines
289 B
C
/*
|
|
* Copyright (C) 2017-2019 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#pragma once
|
|
#ifdef SUPPORT_GEN8
|
|
#include "runtime/gen8/hw_cmds.h"
|
|
#endif
|
|
#ifdef SUPPORT_GEN9
|
|
#include "runtime/gen9/hw_cmds.h"
|
|
#endif
|
|
#ifdef SUPPORT_GEN11
|
|
#include "runtime/gen11/hw_cmds.h"
|
|
#endif
|