2018-04-06 19:48:49 +08:00
|
|
|
/*
|
2018-09-18 15:11:08 +08:00
|
|
|
* Copyright (C) 2017-2018 Intel Corporation
|
2018-04-06 19:48:49 +08:00
|
|
|
*
|
2018-09-18 15:11:08 +08:00
|
|
|
* SPDX-License-Identifier: MIT
|
2018-04-06 19:48:49 +08:00
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "hw_cmds.h"
|
|
|
|
#include "runtime/mem_obj/buffer.inl"
|
|
|
|
|
|
|
|
namespace OCLRT {
|
|
|
|
|
|
|
|
typedef CNLFamily Family;
|
|
|
|
static auto gfxCore = IGFX_GEN10_CORE;
|
|
|
|
|
|
|
|
#include "runtime/mem_obj/buffer_factory_init.inl"
|
|
|
|
} // namespace OCLRT
|