compute-runtime/opencl/source/gen11/buffer_gen11.cpp

19 lines
309 B
C++
Raw Normal View History

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