Files
compute-runtime/opencl/source/gen11/buffer_gen11.cpp
Mateusz Jablonski 8424b27754 Rename core family names to meet naming convention
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
2022-07-26 16:36:49 +02:00

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