mirror of
https://github.com/intel/compute-runtime.git
synced 2025-06-28 17:58:30 +08:00

Related-To: NEO-5069 Change-Id: Id7442fcdcc8c7df57f00e8dc383c11869bf1a677 Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
19 lines
340 B
C++
19 lines
340 B
C++
/*
|
|
* Copyright (C) 2017-2020 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#include "shared/source/gen9/hw_cmds.h"
|
|
|
|
#include "opencl/source/mem_obj/buffer_base.inl"
|
|
|
|
namespace NEO {
|
|
|
|
typedef SKLFamily Family;
|
|
static auto gfxCore = IGFX_GEN9_CORE;
|
|
|
|
#include "opencl/source/mem_obj/buffer_factory_init.inl"
|
|
} // namespace NEO
|