compute-runtime/runtime/gen9/buffer_gen9.cpp

18 lines
307 B
C++

/*
* Copyright (C) 2017-2018 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "hw_cmds.h"
#include "runtime/mem_obj/buffer.inl"
namespace OCLRT {
typedef SKLFamily Family;
static auto gfxCore = IGFX_GEN9_CORE;
#include "runtime/mem_obj/buffer_factory_init.inl"
} // namespace OCLRT