compute-runtime/runtime/gen11/buffer_gen11.cpp

18 lines
324 B
C++

/*
* Copyright (C) 2018-2019 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "core/gen11/hw_cmds.h"
#include "runtime/mem_obj/buffer_bdw_plus.inl"
namespace NEO {
typedef ICLFamily Family;
static auto gfxCore = IGFX_GEN11_CORE;
#include "runtime/mem_obj/buffer_factory_init.inl"
} // namespace NEO