2019-09-19 01:32:33 +08:00
|
|
|
/*
|
|
|
|
* Copyright (C) 2019 Intel Corporation
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
2019-11-29 22:41:47 +08:00
|
|
|
#include "core/gen12lp/hw_cmds.h"
|
2019-09-19 01:32:33 +08:00
|
|
|
#include "runtime/mem_obj/buffer_bdw_plus.inl"
|
|
|
|
|
|
|
|
namespace NEO {
|
|
|
|
|
|
|
|
typedef TGLLPFamily Family;
|
|
|
|
static auto gfxCore = IGFX_GEN12LP_CORE;
|
|
|
|
|
|
|
|
#include "runtime/mem_obj/buffer_factory_init.inl"
|
|
|
|
} // namespace NEO
|