18 lines
322 B
C++
18 lines
322 B
C++
/*
|
|
* Copyright (C) 2017-2019 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#include "core/gen9/hw_cmds.h"
|
|
#include "runtime/mem_obj/buffer_bdw_plus.inl"
|
|
|
|
namespace NEO {
|
|
|
|
typedef SKLFamily Family;
|
|
static auto gfxCore = IGFX_GEN9_CORE;
|
|
|
|
#include "runtime/mem_obj/buffer_factory_init.inl"
|
|
} // namespace NEO
|