mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-29 17:13:29 +08:00
Change-Id: I1685057a641d938170b8c7ec860d2f53f45b1d6d Signed-off-by: Dunajski, Bartosz <bartosz.dunajski@intel.com>
18 lines
328 B
C++
18 lines
328 B
C++
/*
|
|
* Copyright (C) 2019 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#include "runtime/gen12lp/hw_cmds.h"
|
|
#include "runtime/mem_obj/buffer_bdw_plus.inl"
|
|
|
|
namespace NEO {
|
|
|
|
typedef TGLLPFamily Family;
|
|
static auto gfxCore = IGFX_GEN12LP_CORE;
|
|
|
|
#include "runtime/mem_obj/buffer_factory_init.inl"
|
|
} // namespace NEO
|