2017-12-21 07:45:38 +08:00
|
|
|
/*
|
2019-01-10 22:36:57 +08:00
|
|
|
* Copyright (C) 2017-2019 Intel Corporation
|
2017-12-21 07:45:38 +08:00
|
|
|
*
|
2018-09-18 15:11:08 +08:00
|
|
|
* SPDX-License-Identifier: MIT
|
2017-12-21 07:45:38 +08:00
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
#pragma once
|
|
|
|
#ifdef SUPPORT_GEN8
|
|
|
|
#include "runtime/gen8/hw_cmds.h"
|
|
|
|
#endif
|
|
|
|
#ifdef SUPPORT_GEN9
|
|
|
|
#include "runtime/gen9/hw_cmds.h"
|
2018-04-06 19:48:49 +08:00
|
|
|
#endif
|
2019-01-10 22:36:57 +08:00
|
|
|
#ifdef SUPPORT_GEN11
|
|
|
|
#include "runtime/gen11/hw_cmds.h"
|
|
|
|
#endif
|