mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-28 00:03:14 +08:00
Related-To: NEO-3016 Change-Id: I49bec2ce0e68d78a7feb15f8dbb0793c7dc07aab Signed-off-by: Maciej Dziuban <maciej.dziuban@intel.com>
19 lines
313 B
C++
19 lines
313 B
C++
/*
|
|
* Copyright (C) 2017-2019 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#include "runtime/mem_obj/buffer_bdw_plus.inl"
|
|
|
|
#include "hw_cmds.h"
|
|
|
|
namespace NEO {
|
|
|
|
typedef SKLFamily Family;
|
|
static auto gfxCore = IGFX_GEN9_CORE;
|
|
|
|
#include "runtime/mem_obj/buffer_factory_init.inl"
|
|
} // namespace NEO
|