mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-27 07:44:16 +08:00
19 lines
309 B
C++
19 lines
309 B
C++
/*
|
|
* Copyright (C) 2018-2020 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#include "core/gen11/hw_cmds.h"
|
|
|
|
#include "mem_obj/buffer_bdw_plus.inl"
|
|
|
|
namespace NEO {
|
|
|
|
typedef ICLFamily Family;
|
|
static auto gfxCore = IGFX_GEN11_CORE;
|
|
|
|
#include "mem_obj/buffer_factory_init.inl"
|
|
} // namespace NEO
|