mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 14:55:24 +08:00
Change-Id: I1685057a641d938170b8c7ec860d2f53f45b1d6d Signed-off-by: Dunajski, Bartosz <bartosz.dunajski@intel.com>
21 lines
356 B
C
21 lines
356 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
|
|
#ifdef SUPPORT_GEN12LP
|
|
#include "runtime/gen12lp/hw_cmds.h"
|
|
#endif
|