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-08-23 13:57:58 +02:00
|
|
|
#include "runtime/gen8/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 BDWFamily Family;
|
|
|
|
|
static auto gfxCore = IGFX_GEN8_CORE;
|
|
|
|
|
|
|
|
|
|
#include "runtime/mem_obj/buffer_factory_init.inl"
|
2019-03-26 11:59:46 +01:00
|
|
|
} // namespace NEO
|