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