2017-12-21 00:45:38 +01:00
|
|
|
/*
|
2019-02-27 11:39:32 +01:00
|
|
|
* Copyright (C) 2017-2019 Intel Corporation
|
2017-12-21 00:45:38 +01:00
|
|
|
*
|
2018-09-18 09:11:08 +02:00
|
|
|
* SPDX-License-Identifier: MIT
|
2017-12-21 00:45:38 +01:00
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
|
2019-11-29 15:41:47 +01:00
|
|
|
#include "core/gen9/hw_cmds.h"
|
2019-05-13 09:30:40 +02:00
|
|
|
#include "runtime/mem_obj/buffer_bdw_plus.inl"
|
2017-12-21 00:45:38 +01:00
|
|
|
|
2019-03-26 11:59:46 +01:00
|
|
|
namespace NEO {
|
2017-12-21 00:45:38 +01:00
|
|
|
|
|
|
|
|
typedef SKLFamily Family;
|
|
|
|
|
static auto gfxCore = IGFX_GEN9_CORE;
|
|
|
|
|
|
|
|
|
|
#include "runtime/mem_obj/buffer_factory_init.inl"
|
2019-03-26 11:59:46 +01:00
|
|
|
} // namespace NEO
|