2019-01-10 22:36:57 +08:00
|
|
|
/*
|
2020-02-22 16:28:27 +08:00
|
|
|
* Copyright (C) 2018-2020 Intel Corporation
|
2019-01-10 22:36:57 +08:00
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
2019-11-29 22:41:47 +08:00
|
|
|
#include "core/gen11/hw_cmds.h"
|
2020-02-22 16:28:27 +08:00
|
|
|
|
|
|
|
#include "mem_obj/buffer_bdw_plus.inl"
|
2019-01-10 22:36:57 +08:00
|
|
|
|
|
|
|
namespace NEO {
|
|
|
|
|
|
|
|
typedef ICLFamily Family;
|
|
|
|
static auto gfxCore = IGFX_GEN11_CORE;
|
|
|
|
|
2020-02-22 16:28:27 +08:00
|
|
|
#include "mem_obj/buffer_factory_init.inl"
|
2019-01-10 22:36:57 +08:00
|
|
|
} // namespace NEO
|