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

19 lines
344 B
C++

/*
* Copyright (C) 2019-2022 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "shared/source/gen11/hw_cmds.h"
#include "opencl/source/mem_obj/buffer_base.inl"
namespace NEO {
typedef Gen11Family Family;
static auto gfxCore = IGFX_GEN11_CORE;
#include "opencl/source/mem_obj/buffer_factory_init.inl"
} // namespace NEO