compute-runtime/opencl/source/gen9/buffer_gen9.cpp

19 lines
341 B
C++
Raw Normal View History

/*
* 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