19 lines
341 B
C++
19 lines
341 B
C++
/*
|
|
* Copyright (C) 2018-2022 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#include "shared/source/gen9/hw_cmds.h"
|
|
|
|
#include "opencl/source/mem_obj/buffer_base.inl"
|
|
|
|
namespace NEO {
|
|
|
|
typedef Gen9Family Family;
|
|
static auto gfxCore = IGFX_GEN9_CORE;
|
|
|
|
#include "opencl/source/mem_obj/buffer_factory_init.inl"
|
|
} // namespace NEO
|